joshieDo
joshieDo
## Motivation The ability to filter addresses/functions through their artifacts, instead of just their addresses. ## Solution ```solidity function targetArtifacts() returns (string[] memory) // ["Contract1","src/Contract2.sol:Contract2"] function excludeArtifacts() returns (string[] memory)...
follow-ups: * library - linking (currently it just aborts if it the project requires it) * Messy `stdout` during concurrent operations (simulation / broadcasting / verification) * Unite both single...
### Component Forge ### Describe the feature you would like It would be cool to have a multi chain deployment, now that we have multi fork capabilities on the `vm`....
## Motivation **WIP** Debugging with sources coming from etherscan is nice. ## Solution 1. When identifying addresses for traces, collect addresses & sources. 2. Compile each contract address [and downloads...
A more structured approach at abstracting away the compiler than https://github.com/gakonst/ethers-rs/pull/934 * Added ethers-compile, and kept ethers-solc ethers-compile * `CompilerTrait` * `GenericCompiler` (with a `CompilerKindEnum` inside), `Vyper` and `Solc` all...
#### System information Erigon version: `erigon version 2022.99.99-dev-18f9313c` OS & Version: `ubuntu 22.04 lxc` Commit hash : 18f9313c ```erigon --torrent.maxpeers=10 --discovery.dns="" --datadir=/data --chain=goerli --prune=hrtc``` I apologize if it's not a...
Add an example to the Solidity Scripting section, and explain how it works under the hood. ref https://github.com/foundry-rs/foundry/issues/2518#issuecomment-1212028294
ref https://github.com/foundry-rs/foundry/pull/2790 https://github.com/gakonst/ethers-rs/blob/2e9ee95b72c51f471461980594c3ef6c7b5ef37c/ethers-signers/src/ledger/app.rs#L34-L35 It would help if we could have multiple Ledger instantiations (from multiple derivations) without fighting for the lock. Alternatively, we could have a wrapper in foundry, but...
TODO: - [ ] Abstraction layer - [ ] Fuzz test (`proptest`) ser/de - [ ] Benchmarks speed vs size - types and codecs - [ ] conditional dependencies for...
Follow up on #3285 ``` HashingWriter (will move the account methods in another PR as discussed ) HistoryWriter(will move the account methods in another PR as discussed ) ``` Moves...