-
### Component
Forge
### Have you ensured that all of these are up to date?
- [X] Foundry
- [X] Foundryup
### What version of Foundry are you on?
0.2.0
### What command(s) is the bug in?
forge b…
-
### Describe the feature
Vyper [`0.4.0`](https://github.com/vyperlang/vyper/releases/tag/v0.4.0) has shipped besides the new modules system a novel archive format that should be leveraged for verif…
-
>solc --metadata --metadata-literal
_Originally posted by @shango420 in https://github.com/eveem-org/panoramix/issues/118#issuecomment-1624498669_
-
### Describe the issue:
The `--help` command claims you can use the flag `--solc-ast` to provide a contract as a json AST, however it does not do anything at all.
### Code example to reproduce the i…
-
After installed the solc-selecct by 'pip3 install solc-select', when I ran 'solc -version', there coming solc-select is out of date. Please run `solc-select upgrade‘. And when I ran 'solc-select upgra…
-
forge create --rpc-url https://api.calibration.node.glif.io/rpc/v1 --private-key 6567350f44f172aa94e30551717b509017e2cc34597d61acb9642a7ce49c48ec --contracts /src/SimpleCoin.sol SimpleCoin
[⠊] Compil…
-
Some contracts in our repository (e.g., [MIPS64.sol](https://github.com/ethereum-optimism/optimism/blob/4f8e9b519c9d10535d438cfe617f3f014df12d01/packages/contracts-bedrock/src/cannon/MIPS64.sol)) are …
Inphi updated
2 hours ago
-
**Describe the bug**
I have the following code below that does not compile, because it cannot find a custom error from one of the dependency (`@erc725/smart-contracts`) part of `@lukso/lsp7-contract…
-
Hi,
I am trying to run sGuard+ on solc >= 0.8.0.
It seems sGuard+ runs well on solc < 0.8.0 and produce the fixed codes successfully , but it does not produce the correct fixed codes on solc >= 0.8.…
-
### Steps to Reproduce
I used the following code to deploy a smart contract on Besu with a gasless setup:
```python
def deployed_contract():
w3 = get_provider()
contract = get_contra…