+Ch0pin
+Ch0pin
https://github.com/foundry-rs/foundry/pull/1572 https://github.com/maple-labs/revenue-distribution-token/tree/e0eca03c2ff05c36000a097de678543d7234f7cc/contracts/test document simple invariant breaking, the actor model from Maple's RDT, usage of targetContract(s) etc
* https://github.com/ethereum/EIPs/blob/master/EIPS/eip-1193.md * https://github.com/tomusdrw/rust-web3/pull/414/files * https://github.com/enolan/rust-web3/commit/447d5faba1e0f03f12f4856e05d25a4bdbfcbfb7
**Is your feature request related to a problem? Please describe.** The middleware stack right now, while flexible, is not object safe. This means that doing conditional instantiation of middlewares can...
- [x] Ledger - [x] YubiKey - [x] Trezor - [x] Amazon KMS - [ ] Azure KMS - [x] [Fireblocks](https://github.com/gakonst/ethers-fireblocks/)
**Is your feature request related to a problem? Please describe.** In our tests we frequently call out to 3rd party providers: Infura, Etherscan, Alchemy, various Gas Oracles and so on....
Currently the EIP712 derive does not support nested structs, so we should have a parser for that _Originally posted by @Ryanmtate in https://github.com/gakonst/ethers-rs/issues/16#issuecomment-938735219_
We should ideally replace the manual string parsing logic for human readable abi with a tokenized approach, e.g. using https://github.com/hyperledger-labs/solang/tree/main/src/parser _Originally posted by @mattsse in https://github.com/gakonst/ethers-rs/issues/472#issuecomment-929031558_
**Is your feature request related to a problem? Please describe.** It'd be nice if we supported Parity's tx pool api https://ethereum.stackexchange.com/questions/25454/in-parity-what-is-the-equivalent-rpc-call-to-geths-txpool-content **Describe the solution you'd like** Extra `Provider` methods for...
High level idea: > We should consider adding some basic profiling to `geth` in the CI and upload a benchmark artifact that can we compare over time. If some benchmark...
# The Problem The release code is [heavily duplicated](https://github.com/ethereum-optimism/optimism/blob/master/.github/workflows/release.yml#L64-L202), in order to allow for dynamically launching jobs, conditional on the job being output by `changesets`. The main challenge is basically...