Matthias Seitz
|
184cffaca3
|
fix(abigen/solc): make abigen work with ethers-solc and abiencoderv2 (#952)
* feat(solc): add lossless abi
* fix(abigen): make abigen work with ethers-solc and abiencoderv2
* chore: update CHANGELOG
|
2022-02-23 12:46:52 +02:00 |
Matthias Seitz
|
45a37faa3d
|
fix(abigen): handle lossy ethabi generated abi structs (#950)
* fix(abigen): handle lossy ethabi generated abi structs
* chore: rustfmt
|
2022-02-22 20:26:21 +02:00 |
Georgios Konstantopoulos
|
16b9de5134
|
fix(abigen): add serde json to created crate
|
2022-02-18 00:17:22 +02:00 |
James Prestwich
|
7e4e8e200a
|
refactor: replace anyhow with eyre (#858)
* refactor: replace anyhow with eyre
* chore: update changelog
* refactor: simplify bail logic for duplicate method signatures
* refactor: simplify bail logic throughout
* refactor: use eyre::ensure
* refactor: more idiomatic use of eyre
|
2022-02-02 22:44:53 +02:00 |
James Prestwich
|
5f68bf52d2
|
refactor: MultiAbigen rework (#852)
* refactor: MultiAbigen rework
* docs: update ensure family docs
* feature: FromIterator for MultiAbigen
* refactor: cleaner instantiation of Abigen from files
* docs: update examples to use build step
* chore: add 854 to changelog
* lint: clippy
* Update ethers-contract/ethers-contract-abigen/src/lib.rs
Co-authored-by: Georgios Konstantopoulos <me@gakonst.com>
|
2022-02-02 15:57:31 +02:00 |