ethers-rs/ethers-middleware/tests
Andrea Simeoni 16ab3d5820
Feat middleware stack builder (#1890)
* ProviderBuilder struct + docs

* README

* Docs typos

* Removed useless Arc
Rename module

* Unit tests

* cargo +nightly fmt

* CHANGELOG

* CHANGELOG typo

* ci: fix docs job

* review: Removed Option<M>. Builder functions directly consume self.

* feat: `with_signer` builder function

* feat: `nonce_manager` builder function

* feat: `gas_oracle` builder function

* Unit tests

* Docs

* fix: cargo +nightly fmt

* Update ethers-middleware/src/builder.rs

Typo

Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>

* Builder functions provided as a trait
Update docs
Update tests

* cargo +nightly fmt

* CHANGELOG

Co-authored-by: Andrea Simeoni <>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2022-11-28 12:16:21 -08:00
..
solidity-contracts Fix tests failing on solc 0.8.0 or above (#310) 2021-06-07 19:32:41 +03:00
builder.rs Feat middleware stack builder (#1890) 2022-11-28 12:16:21 -08:00
gas_escalator.rs feat: rotate infura keys for ws 2022-03-13 10:11:27 -07:00
gas_oracle.rs ci: rm pinned nightly (#1541) 2022-07-31 19:00:31 -07:00
nonce_manager.rs chore: replace rinkeby with goerli (#1768) 2022-10-07 08:58:32 -07:00
signer.rs I256 parse support (#1863) 2022-11-16 16:03:07 -08:00
stack.rs test: replace ganache with anvil (#1286) 2022-06-01 08:22:39 -07:00
transformer.rs chore: clippy (#1812) 2022-11-07 15:43:11 -08:00