Update to a version of substrate without wasmtimer

Turns out `wasmtimer` is WASM only. This should restore the node's functioning
on non-WASM environments.
This commit is contained in:
Luke Parker
2025-09-22 02:20:57 -04:00
parent 486409c9ef
commit 77ceb86f9a
20 changed files with 235 additions and 249 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 = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab", default-features = false, features = ["std"] }
sp-application-crypto = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "b225e429397af981afda8a3d48be027926c466ba", default-features = false, features = ["std"] }
ethereum-serai = { path = "../networks/ethereum", default-features = false, features = ["tests"] }