Skip to content

Commit

Permalink
Updated CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
KyrylR committed Dec 10, 2024
1 parent 2147f0f commit 6a36cde
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@

## Version 2.1.11

* Added a caching mechanism to reduce the number of requests to the RPC provider.
* Removed the handling of network errors due to the high instability of the current implementation of the network handler.
* Updated packages and used `await import` instead of `require` to load migration files.
* Added a caching mechanism to reduce the number of requests to the RPC provider.
* Removed handling of network errors due to the high instability of the current implementation of the network handler.
* Updated packages and replaced `require` with `await import` to load migration files.
* Updated the version of the eslint package to the latest one.
* Added the `reportContractsMD` function to the public reporter.
* Fixed a bug where migration files were missing when running the migration command from outside the project root.

## Version 2.1.10

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"axios": "1.7.9",
"ethers": "6.13.4",
"ora": "5.4.1",
"prettier": "^3.4.2"
"prettier": "3.4.2"
},
"peerDependencies": {
"hardhat": "^2.10.0",
Expand Down

0 comments on commit 6a36cde

Please sign in to comment.