nikola-bozin-txfusion
nikola-bozin-txfusion
# What :computer: Removed hardhat-zksync-chai-matchers packages from the repository and everything related to it. # Why :hand: This plugin has been deprecated in favor of @nomicfoundation/hardhat-chai-matchers.
# What :computer: Removed hardhat-zksync-chai-matchers packages from the repository and everything related to it. # Why :hand: This plugin has been deprecated in favor of @nomicfoundation/hardhat-chai-matchers.
# What :computer: Add additional test to increase coverage of verify plugin. # Why :hand: In order to make sure the stability of the plugin.
# What :computer: Add e2e tests for hardhat-zksync plugin # Why :hand: In order to test functionalities of the plugin and make sure that every new feature implemented is properly...
# What :computer: Run Era Test Node when deploying contracts and network selected is hardhat with zksync flag set to true. # Why :hand: For faster development and hardhat related...
# What :computer: Removed unnecessary dependency from the package. # Why :hand: The dependency is unnecessary, and its removal can reduce maintenance costs.
Hello, there is a discrepancy in the dependency versions in package.json file, considering peerDependencies and devDependencies. I recommend updating the package.json file with the following versions: peerDependencies and devDependencies: `@openzeppelin/contracts:...
Overview This PR focuses on adding Public L2 actions functions for zkSync. Detailed Summary: Constructed `zksRpcScheme` for `zks` namespace. Added new Actions which interact with `zksRpcScheme` methods. Added unit tests...
# What :computer: Updated deploy and upgrade functions with a new interface that accepts ContractFactory as an argument. # Why :hand: In order to have similar interface as openzeppelin/hardhat-upgrades plugin.
# What :computer: Updated deploy and upgrade functions to accept ContractFactory and rearranged the arguments so it has more intuitive order. # Why :hand: In order to have similar interface...