ethers-rs/ethers-middleware/tests
Rohit Narurkar 3105431007
feat: Transformer middleware with DsProxy impl (#165)
* feat: basic structure of proxy wallet middleware with DsProxy

* feat: build DsProxy contract, minor fixes, naming convention changes

* fix: add provider error in contract error

* fix: left pad storage value

* fix: delete gnosis safe for now

* feat(ds_proxy): execute code or target

* test(ds_proxy): transformer middleware tests

* fix: clippy should be happy

* fix(tests): ds proxy execute code

* chore: add documentation

* chore: formatting
2021-01-22 11:25:22 +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 Returning a `PendingTransaction` after sending a tx (#107) 2020-12-17 13:26:01 +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 feat: Transformer middleware with DsProxy impl (#165) 2021-01-22 11:25:22 +02:00