Implement various needed features and improvements

This commit is contained in:
Omar Abdulla
2025-08-13 15:10:52 +03:00
parent 9b40c9b9e3
commit 5bd61d9651
9 changed files with 101 additions and 58 deletions
+1
View File
@@ -36,6 +36,7 @@ serde = { version = "1.0", default-features = false, features = ["derive"] }
serde_json = { version = "1.0", default-features = false, features = [
"arbitrary_precision",
"std",
"unbounded_depth",
] }
sha2 = { version = "0.10.9" }
sp-core = "36.1.0"