Replace custom read/write impls in router with borsh

This commit is contained in:
Luke Parker
2025-01-21 03:49:29 -05:00
parent f690bf831f
commit c8f3a32fdf
9 changed files with 81 additions and 217 deletions

2
Cargo.lock generated
View File

@@ -9455,6 +9455,7 @@ version = "0.1.0"
dependencies = [
"alloy-consensus",
"alloy-primitives",
"borsh",
"group",
"k256",
]
@@ -9475,6 +9476,7 @@ dependencies = [
"alloy-sol-macro-input",
"alloy-sol-types",
"alloy-transport",
"borsh",
"build-solidity-contracts",
"ethereum-schnorr-contract",
"group",