Adopt patch-polkadot-sdk with fixed peering

This commit is contained in:
Luke Parker
2025-09-30 03:53:14 -04:00
parent e1671dd71b
commit 1d0a26e32e
20 changed files with 237 additions and 403 deletions

View File

@@ -76,7 +76,7 @@ message-queue = { package = "serai-message-queue", path = "../message-queue", op
[dev-dependencies]
frost = { package = "modular-frost", path = "../crypto/frost", features = ["tests"] }
sp-application-crypto = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "b225e429397af981afda8a3d48be027926c466ba", default-features = false, features = ["std"] }
sp-application-crypto = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "1f99b62c1163e7c5373e5b8560c88365e8a765b2", default-features = false, features = ["std"] }
ethereum-serai = { path = "../networks/ethereum", default-features = false, features = ["tests"] }