* fix(middleware): oracles, tests * fix: use util * fix: make blocknative api key optional * make response fields public * import orders * docs: oracle trait * fix: make response fns public * chore: clippy * fix: doc tests
* 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>