Bitcoin Output/Transaction definitions

This commit is contained in:
Luke Parker
2024-09-10 03:48:06 -04:00
parent 0ccf71df1e
commit 247cc8f0cc
17 changed files with 504 additions and 299 deletions

12
Cargo.lock generated
View File

@@ -8127,18 +8127,21 @@ dependencies = [
"async-trait",
"bitcoin-serai",
"borsh",
"const-hex",
"ciphersuite",
"env_logger",
"hex",
"k256",
"flexible-transcript",
"log",
"modular-frost",
"parity-scale-codec",
"rand_core",
"secp256k1",
"serai-client",
"serai-db",
"serai-env",
"serai-message-queue",
"serai-processor-messages",
"serde_json",
"serai-processor-primitives",
"serai-processor-scheduler-primitives",
"tokio",
"zalloc",
]
@@ -8151,6 +8154,7 @@ dependencies = [
"bitcoin",
"bitvec",
"blake2",
"borsh",
"ciphersuite",
"dockertest",
"frame-system",