Remove "Лог файл" column from report

Remove the "Лог файл" (Log file) column from the report generation as it's no longer needed. This simplifies the report structure and removes unused functionality.
This commit is contained in:
2026-01-26 22:40:44 +03:00
parent ec038053ec
commit 25e0a2a96a
220 changed files with 7 additions and 11 deletions

View File

@@ -0,0 +1,3 @@
Updated: 07/19/2025 Note that as of 2023, the local Ethereum development environment Ganache (part of TruffleSuite) has been sunset. In this updated article, we will show how to setup a local Ethereum development environment using Anvil (part of the Foundry toolchain) and Solidity for building, deploying, and testing Decentralized Application (dApps) and follow through with a simple demonstration using Python. Here is the link to the article: Using Anvil and Solidity with Python Enjoy 🙂 !!!
==============
В статье рассматривается замена устаревшего окружения Ganache для разработки Ethereum на Anvil (часть Foundry) и Solidity для создания, развертывания и тестирования децентрализованных приложений (dApps). Предлагается пошаговая инструкция с использованием Python, демонстрирующая процесс.