Dispatch InInstruction as expected

This commit is contained in:
Luke Parker
2025-12-11 03:45:17 -05:00
parent 2fbe925c4d
commit 5a3cf1f2be
5 changed files with 182 additions and 26 deletions

View File

@@ -21,6 +21,7 @@ workspace = true
[dependencies]
scale = { package = "parity-scale-codec", version = "3", default-features = false, features = ["derive"] }
borsh = { version = "1", default-features = false }
sp-core = { git = "https://github.com/serai-dex/patch-polkadot-sdk", default-features = false }
sp-application-crypto = { git = "https://github.com/serai-dex/patch-polkadot-sdk", default-features = false }
@@ -40,6 +41,7 @@ serai-genesis-liquidity-pallet = { path = "../genesis-liquidity", default-featur
[features]
std = [
"scale/std",
"borsh/std",
"sp-core/std",
"sp-application-crypto/std",