This repository has been archived by the owner on Oct 19, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 795
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information
Showing
39 changed files
with
299 additions
and
298 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.