mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-09 12:49:23 +00:00
Outline the Ethereum processor
This was only half-finished to begin with, unfortunately...
This commit is contained in:
8
Cargo.lock
generated
8
Cargo.lock
generated
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user