Outline the Ethereum processor

This was only half-finished to begin with, unfortunately...
This commit is contained in:
Luke Parker
2024-09-14 07:54:18 -04:00
parent 72a18bf8bb
commit 7761798a78
19 changed files with 810 additions and 524 deletions

8
Cargo.lock generated
View File

@@ -8351,9 +8351,9 @@ version = "0.1.0"
dependencies = [
"borsh",
"ciphersuite",
"const-hex",
"dkg",
"ethereum-serai",
"flexible-transcript",
"hex",
"k256",
"log",
@@ -8362,6 +8362,7 @@ dependencies = [
"rand_core",
"serai-client",
"serai-db",
"serai-env",
"serai-processor-bin",
"serai-processor-key-gen",
"serai-processor-primitives",
@@ -8522,11 +8523,8 @@ version = "0.1.0"
dependencies = [
"borsh",
"ciphersuite",
"curve25519-dalek",
"dalek-ff-group",
"dkg",
"flexible-transcript",
"hex",
"log",
"modular-frost",
"monero-simple-request-rpc",
@@ -8535,7 +8533,6 @@ dependencies = [
"rand_chacha",
"rand_core",
"serai-client",
"serai-db",
"serai-processor-bin",
"serai-processor-key-gen",
"serai-processor-primitives",
@@ -8796,7 +8793,6 @@ dependencies = [
"group",
"parity-scale-codec",
"serai-db",
"serai-primitives",
"serai-processor-primitives",
"serai-processor-scanner",
"serai-processor-scheduler-primitives",