Skip to content
This repository has been archived by the owner on Oct 19, 2024. It is now read-only.

Commit

Permalink
refactor: MultiAbigen rework (#852)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
  • Loading branch information
prestwich and gakonst authored Feb 2, 2022
1 parent 8c07861 commit 5f68bf5
Show file tree
Hide file tree
Showing 3 changed files with 805 additions and 283 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@
- Move `fill_transaction` implementation to the provider, to allow middleware
to properly override its behavior.
- Add informational messages to solc installation and compilation.
- Significantly refactor `MultiAbigen` module generation. Now allows for lib
generation, and does not make unnecessary disk writes.
[#854](https://github.com/gakonst/ethers-rs/pull/852)

## ethers-contract-abigen

Expand Down Expand Up @@ -105,6 +108,7 @@
[640](https://github.com/gakonst/ethers-rs/pull/640)

### Unreleased

- Add support for basic and bearer authentication in http and non-wasm websockets.
[829](https://github.com/gakonst/ethers-rs/pull/829)

Expand Down
Loading

0 comments on commit 5f68bf5

Please sign in to comment.