serai/coins/ethereum
noot 63521f6a96
implement Router.sol and associated functions (#92)
* start Router contract

* use calldata for function args

* var name changes

* start testing router contract

* test with and without abi.encode

* cleanup

* why tf isn't tests/utils working

* cleanup tests

* remove unused files

* wip

* fix router contract and tests, add set/update public keys funcs

* impl some Froms

* make execute non-reentrant

* cleanup

* update Router to use ReentrancyGuard

* update contract to use errors, use bitfield in Executed event, minor other fixes

* wip

* fix build issues from merge, tests ok

* Router.sol cleanup

* cleanup, uncomment stuff

* bump ethers.rs version to latest

* make contract functions take generic middleware

* update build script to assert no compiler errors

* hardcode pubkey parity into contract, update tests

* Polish coins/ethereum in various ways

---------

Co-authored-by: Luke Parker <lukeparker5132@gmail.com>
2024-03-24 09:00:54 -04:00
..
contracts implement Router.sol and associated functions (#92) 2024-03-24 09:00:54 -04:00
src implement Router.sol and associated functions (#92) 2024-03-24 09:00:54 -04:00
.gitignore implement Router.sol and associated functions (#92) 2024-03-24 09:00:54 -04:00
build.rs implement Router.sol and associated functions (#92) 2024-03-24 09:00:54 -04:00
Cargo.toml implement Router.sol and associated functions (#92) 2024-03-24 09:00:54 -04: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