Work on testing the Router

This commit is contained in:
Luke Parker
2024-10-31 02:23:59 -04:00
parent b2ec58a445
commit 6a520a7412
13 changed files with 505 additions and 23 deletions

19
Cargo.lock generated
View File

@@ -8374,6 +8374,19 @@ dependencies = [
"tokio",
]
[[package]]
name = "serai-ethereum-test-primitives"
version = "0.1.0"
dependencies = [
"alloy-consensus",
"alloy-core",
"alloy-provider",
"alloy-rpc-types-eth",
"alloy-simple-request-transport",
"k256",
"serai-processor-ethereum-primitives",
]
[[package]]
name = "serai-full-stack-tests"
version = "0.1.0"
@@ -8706,7 +8719,9 @@ version = "0.1.0"
dependencies = [
"alloy-consensus",
"alloy-core",
"alloy-node-bindings",
"alloy-provider",
"alloy-rpc-client",
"alloy-rpc-types-eth",
"alloy-simple-request-transport",
"alloy-sol-macro-expander",
@@ -8716,12 +8731,16 @@ dependencies = [
"build-solidity-contracts",
"ethereum-schnorr-contract",
"group",
"k256",
"rand_core",
"serai-client",
"serai-ethereum-test-primitives",
"serai-processor-ethereum-deployer",
"serai-processor-ethereum-erc20",
"serai-processor-ethereum-primitives",
"syn 2.0.77",
"syn-solidity",
"tokio",
]
[[package]]