-
#### Description
I am encountering an issue when attempting to verify a Solidity library on the zkSync network using the `@matterlabs/hardhat-zksync` plugin. While I was able to deploy a Solidity l…
-
### Problem
There is a need to compile Solidity contracts and produce abi and binary files in order to run bdd tests that are related to smart contracts. There is currently a script called `compile.s…
-
Hello
I've seen that all interfaces have been moved to ^0.8.0 but not contracts. This would make it possible to use them when importing
change this: pragma solidity 0.8.17
to this: pragma solidity …
-
When developing smart contracts in Solidity, it is a common convention to write event names in CapWord style (also known as PascalCase), such as BeforeTransfer, AfterTransfer, etc., as per Solidity do…
-
Honestly, this error is not very descriptive, so I'm not sure what exactly this error is about. These are all Vyper contracts with `# @version ^0.4.0`
```
| 'forge' returned non-zero exit code 1…
-
### Describe the issue:
The coverage report shows no coverage for contracts inheriting `UUPSUpgradeable`
### Code example to reproduce the issue:
```
// SPDX-License-Identifier: GPL-3.0
pragma so…
-
https://github.com/privacy-scaling-explorations/zk-kit.solidity/blob/a4e7136d6771456d0118729f3f5fe3dc9f7a4148/packages/imt/contracts/BinaryIMT.sol#L44-L51
this is a private function, and is not use…
-
## Support of multiple solidity versions
Hi team! In our company we use your plugin and it is great. However, we have a suggestion how it can be enhanced and this would improve our experience - curre…
-
Since we need EIP-1153 for the interop smart contracts, we need to use a more modern Solidity compiler. By only updating some smart contracts to use the new compiler version and keeping the old ve…
tynes updated
1 month ago
-
Description
This tool provides a scaffold multichain Solidity Deployment script pattern.
It uses CREATE2 to deploy a target contract to multiple chains using a single Solidity script.
CREATE2 i…