-
As seen in #13460, our mainnet tests gets easily out of sync with the rest of the code. We may not need to run them with other tests on CI (see #11722) but it will be good to have some way to make sur…
-
Ran into this with a Silverback bot using the new [`FORK_MODE`](https://github.com/ApeWorX/silverback/pull/157) PR in the Silverback SDK (currently solving with an async concurrency lock)
Not sure …
-
Coming from this [Discord message](https://discord.com/channels/793094838509764618/1270120259659239424/1297831379459117091):
> Hello, I ran into a problem, when invoking a write transaction on devnet…
-
I am trying to use this repo to create genesis files for a shadow fork of mainnet
but seems the readme is outdated , config/values.env is not the repo any more , could anyone update the readme ac…
-
# Lines of code
https://github.com/code-423n4/2024-10-kleidi/blob/ab89bcb443249e1524496b694ddb19e298dca799/src/deploy/SystemDeploy.s.sol#L23-L26
# Vulnerability details
## Proof of Concept
In the…
-
## Description
I have a use case where I need to be able to handle both abicoder v1 and abicoder v2 inputs. Preferably I'm also able to have `via-ir` enabled, but that seems to cause issues.
Cre…
-
### Component
Anvil
### Describe the feature you would like
I am running anvil in fork mode (connected to archive node), like so:
```bash
anvil --fork-url "https://eth-mainnet.alchemyapi.io/v2/XX…
-
Related: https://github.com/runtimeverification/evm-semantics/issues/1401
We should consider supporting Foundry [fork tests](https://book.getfoundry.sh/forge/fork-testing), which would make it easi…
-
Ganache supports specifying the block to fork at:
`-f or --fork: Fork from another currently running Ethereum client at a given block. Input should be the HTTP location and port of the other client, …
-
### Version of Hardhat
2.22.12
### What happened?
assembly {
// Prepare the contract creation code for the clone
mstore(0x00, or(shr(0xe8, shl(0x60, implementation…