ethers-rs/ethers-middleware/tests
Georgios Konstantopoulos 38c7f5030f
chore: remove cyclical dependencies (#410)
* chore(core): remove ethers dep

* chore(providers): remove ethers dep

tests using higher-rank crates are temporarily disabled

* chore(middleware): remove ethers dep and move tests over from providers

* chore(signers): remove ethers dep

* fix(contracts): correctly determine ethers sub-crates & remove ethers

* fix: re-enable tests for all members

* fix: make contract compile without middleware dep

move over the test using middleware to ethers-middleware

* chore: cargo fmt

* chore(contract): add missing import

* WIP

* WIP

* fix(middleware): use rustls as dev dep

* chore: cargo fmt

* fix: use different key for nonce manager to avoid nonce conflicts

* chore: fix celo test ported over to middlewares

the test had the same private key with an existing middleware test,
causing potential nonce reuses

it now also uses a different storage contract, so we had to change
it to use u256 instead of string

* fix(middleware): enable contracts/celo feature

* chore: ignore non-eip2718 txs to rinkeby
2021-08-29 00:06:29 +03:00
..
solidity-contracts Fix tests failing on solc 0.8.0 or above (#310) 2021-06-07 19:32:41 +03:00
gas_escalator.rs feat: wasm support (#390) 2021-08-23 12:56:44 +03:00
gas_oracle.rs feat: wasm support (#390) 2021-08-23 12:56:44 +03:00
nonce_manager.rs chore: remove cyclical dependencies (#410) 2021-08-29 00:06:29 +03:00
signer.rs chore: remove cyclical dependencies (#410) 2021-08-29 00:06:29 +03:00
stack.rs feat: wasm support (#390) 2021-08-23 12:56:44 +03:00
transformer.rs feat: wasm support (#390) 2021-08-23 12:56:44 +03:00