-
parseInt wasn't working for me with 0.8.0, so I modified a bit. This worked for me if you are interested in updating the library:
```
/**
* Parse Int
*
* Converts an ASCII string v…
-
#### 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…
-
We should get all preimages from Solidity and replace the concrete values with the Keccak so our SStore/SLoad simplification can strip them away.
-
## Problem
When inferring ABIs from bytecode, WhatsABI currently omits names for tuple components that are likely derived from Solidity structs. While the ABI specification technically allows unnam…
-
## Description
When the same path is specified under `urls` of multiple contracts in Standard JSON input, we get an ICE in the import callback.
## Environment
- Compiler version: 0.8.27
##…
-
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…
-
A good opportunity to remove this warnings could be while moving contracts to Solidity 0.8.
See https://github.com/celo-org/audit-a-findings/issues/16
-
https://github.com/privacy-scaling-explorations/zk-kit.solidity/blob/a4e7136d6771456d0118729f3f5fe3dc9f7a4148/packages/imt/contracts/QuinaryIMT.sol#L9
https://github.com/privacy-scaling-explorations/…
-
### Component
Forge
### Have you ensured that all of these are up to date?
- [X] Foundry
- [X] Foundryup
### What version of Foundry are you on?
forge 0.2.0 (a436a0d 2024-02-20T00:25:57.253479000…
-
Add ability to fetch solidity versions from source code and pass it to hardhat