ethers-rs/ethers-contract/ethers-contract-abigen/src
oblique 6faceb20d7
feat: Relax `Clone` requirements when `Arc<M>` is used (#1183)
`#[derive(Clone)]` was implementing `Clone` only if `M` was `Clone`,
however because of `Arc<M>` this can be relaxed.
2022-04-27 15:33:22 +03:00
..
contract feat: Relax `Clone` requirements when `Arc<M>` is used (#1183) 2022-04-27 15:33:22 +03:00
test refactor: pull crates to root dir 2020-06-01 21:24:22 +03:00
contract.rs feat(abigen): add abi object deserializer and generate deploy function (#1030) 2022-03-18 21:23:33 -07:00
lib.rs chore(clippy): add some deny lints (#1064) 2022-03-19 10:05:39 -07:00
multi.rs chore(abigen): improve error message when bindings out of sync (#1025) 2022-03-14 13:29:23 +02:00
rawabi.rs feat(abigen): add abi object deserializer and generate deploy function (#1030) 2022-03-18 21:23:33 -07:00
rustfmt.rs refactor: replace anyhow with eyre (#858) 2022-02-02 22:44:53 +02:00
source.rs chore: add rate limit message (#971) 2022-02-27 17:41:26 +02:00
util.rs fix(abigen): safe ident underscore followed by numeric (#970) 2022-02-28 00:04:43 +02:00