serai/coins/ethereum
Luke Parker a0a2ef22e4
Remove ethers-solc
ethers-solc was used for a type (now manually specified) and to call out to
solc. Since Foundry was already a documented dependency, a call to it now
handles building.

Removing this single crate removes a total of 17 crates from our dependency
tree. While these may still be around due to Foundry, they at least may not
be.

Further work to remove the requirement on Foundry for solc alone would be
appreciated.
2023-11-08 06:25:35 -05:00
..
contracts ethereum: implement schnorr verification contract deployment and related crypto (#36) 2022-07-16 16:45:41 -05:00
src Restore accidentally deleted function 2023-11-06 18:37:18 -05:00
tests Remove ethers mono-crate 2023-11-06 17:30:50 -05:00
.gitignore ethereum: implement schnorr verification contract deployment and related crypto (#36) 2022-07-16 16:45:41 -05:00
build.rs Remove ethers-solc 2023-11-08 06:25:35 -05:00
Cargo.toml Remove ethers-solc 2023-11-08 06:25:35 -05:00
foundry.toml Remove ethers-solc 2023-11-08 06:25:35 -05:00
LICENSE Update licenses 2023-01-11 23:05:31 -05:00
README.md Add a patch for zip so ethereum-serai doesn't conflict with Substrate 2022-07-16 17:49:35 -04:00

Ethereum

This package contains Ethereum-related functionality, specifically deploying and interacting with Serai contracts.

Dependencies