Files
aitbc/dev/env/node_modules/@nomicfoundation/hardhat-utils/CHANGELOG.md
aitbc 816e258d4c refactor: move brother_node development artifact to dev/test-nodes subdirectory
Development Artifact Cleanup:
 BROTHER_NODE REORGANIZATION: Moved development test node to appropriate location
- dev/test-nodes/brother_node/: Moved from root directory for better organization
- Contains development configuration, test logs, and test chain data
- No impact on production systems - purely development/testing artifact

 DEVELOPMENT ARTIFACTS IDENTIFIED:
- Chain ID: aitbc-brother-chain (test/development chain)
- Ports: 8010 (P2P) and 8011 (RPC) - different from production
- Environment: .env file with test configuration
- Logs: rpc.log and node.log from development testing session (March 15, 2026)

 ROOT DIRECTORY CLEANUP: Removed development clutter from production directory
- brother_node/ moved to dev/test-nodes/brother_node/
- Root directory now contains only production-ready components
- Development artifacts properly organized in dev/ subdirectory

DIRECTORY STRUCTURE IMPROVEMENT:
📁 dev/test-nodes/: Development and testing node configurations
🏗️ Root Directory: Clean production structure with only essential components
🧪 Development Isolation: Test environments separated from production

BENEFITS:
 Clean Production Directory: No development artifacts in root
 Better Organization: Development nodes grouped in dev/ subdirectory
 Clear Separation: Production vs development environments clearly distinguished
 Maintainability: Easier to identify and manage development components

RESULT: Successfully moved brother_node development artifact to dev/test-nodes/ subdirectory, cleaning up the root directory while preserving development testing environment for future use.
2026-03-30 17:09:06 +02:00

2.1 KiB
Executable File

@nomicfoundation/hardhat-utils

4.0.0

Major Changes

  • 87623db: Introduce new inter-process mutex implementation (7942).
  • 726ff37: Update the --coverage table output to match the style used by --gas-stats. Thanks @jose-blockchain! (#7733)

Patch Changes

  • 87623db: Fix two issues in the download function (7942).

3.0.6

Patch Changes

  • 2bc18b2: Bumped viem version across all packages 7861.

3.0.5

Patch Changes

  • d45234d: Fixed Etherscan verification failures by removing hardcoded v1 API URLs from chain descriptors (#7623). Also enhanced config resolution to support partial overrides in block explorer configurations for future extensibility.

3.0.4

Patch Changes

  • d1969e7: Added support for showing gas statistics after running nodejs tests (#7472).

3.0.3

Patch Changes

  • d821a0a: Fix npm artifact cleanup on windows (#7459)
  • b13620a: Add compilation progress spinner to show build progress (#7460)

3.0.2

Patch Changes

  • 8c1cb1e: Fixed peer dependencies for Hardhat so rpc utils can be loaded (#7415)

3.0.1

Patch Changes

  • 49cc9ba: Load resolved global options into environment variables during tests (#7305)
  • 8d3b16c: Support for custom compilers (#7130)
  • a475780: Added automatic proxy detection for hardhat-verify and fixed case-insensitive proxy environment variables for network requests (#7407)

3.0.0

Major Changes

  • 29cc141: First release of Hardhat 3!