ethers-rs/ethers-contract/ethers-contract-abigen/src/contract
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
..
common.rs feat: Relax `Clone` requirements when `Arc<M>` is used (#1183) 2022-04-27 15:33:22 +03:00
events.rs feat(abigen): support shared type during multiabigen (#959) 2022-02-24 22:09:08 +02:00
methods.rs feat(abigen): add abi object deserializer and generate deploy function (#1030) 2022-03-18 21:23:33 -07:00
structs.rs fix(abigen): safe ident field names (#989) 2022-03-05 20:25:03 +02:00
types.rs refactor: replace anyhow with eyre (#858) 2022-02-02 22:44:53 +02:00