Skip to content

Commit 8438930

Browse files
committed
feat: Chain after refactor
1 parent c022068 commit 8438930

10 files changed

Lines changed: 294 additions & 636 deletions

File tree

Cargo.lock

Lines changed: 4 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ aes-gcm = "0.10" # AES-256-GCM (quantum-safe with 256-bit keys)
5050

5151
# Quantus crypto dependencies (aligned with chain)
5252
qp-rusty-crystals-dilithium = { version = "2.1.0" }
53-
qp-rusty-crystals-hdwallet = { version = "2.0.0" }
53+
qp-rusty-crystals-hdwallet = { version = "2.1.0" }
5454
# Chain primitive (same branch as node); Cargo finds crate by name in repo
55-
qp-dilithium-crypto = { version = "0.2.2", features = ["serde"] }
55+
qp-dilithium-crypto = { version = "0.2.3", features = ["serde"] }
5656
qp-poseidon = { version = "1.1.0" }
5757

5858
# HTTP client for Subsquid queries

0 commit comments

Comments
 (0)