ethers-rs/ethers-contract/src
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
..
multicall chore: remove cyclical dependencies (#410) 2021-08-29 00:06:29 +03:00
base.rs docs: add more docs (#130) 2020-12-31 21:08:12 +02:00
call.rs feat(ethers-contract): typed txs (part 4) (#362) 2021-08-09 03:50:38 +03:00
contract.rs chore: remove cyclical dependencies (#410) 2021-08-29 00:06:29 +03:00
event.rs feat: stream_with_meta (#354) 2021-07-30 14:01:38 +03:00
factory.rs chore: remove cyclical dependencies (#410) 2021-08-29 00:06:29 +03:00
lib.rs chore: remove cyclical dependencies (#410) 2021-08-29 00:06:29 +03:00
log.rs feat: stream_with_meta (#354) 2021-07-30 14:01:38 +03:00
stream.rs bug: log streams properly end when internal stream closes (#387) 2021-08-19 10:01:49 +03:00