ethers-rs/ethers-middleware/tests
Gabriel Coutinho de Paula 530bfe2b71
feat: add support for EIP-234 and EIP-1898 (#231)
* Add support for EIP-234

* Add support for EIP-1898

* Remove redundant field names

* Remove useless conversion

* Change `unwrap_or` to `unwrap_or_else`
2021-03-16 21:46:07 +02:00
..
solidity-contracts feat: Transformer middleware with DsProxy impl (#165) 2021-01-22 11:25:22 +02:00
gas_escalator.rs Upgrade to Tokio 1.0 and remove async-std (#120) 2020-12-31 19:19:14 +02:00
gas_oracle.rs Returning a `PendingTransaction` after sending a tx (#107) 2020-12-17 13:26:01 +02:00
nonce_manager.rs feat: add support for EIP-234 and EIP-1898 (#231) 2021-03-16 21:46:07 +02:00
signer.rs Returning a `PendingTransaction` after sending a tx (#107) 2020-12-17 13:26:01 +02:00
stack.rs feat: derives &, Arc and Box for Middleware (#109) 2020-12-18 13:15:19 +02:00
transformer.rs fix: improvements in DsProxy execute (#177) 2021-01-22 12:49:52 +02:00