tests & fixes in kvs & keypair

This commit is contained in:
2025-05-13 06:45:04 +03:00
parent 3a0900fc15
commit 3f8aecb786
12 changed files with 343 additions and 21 deletions

View File

@@ -21,7 +21,7 @@ env_logger = "0.10.0" # Logger implementation
ethers = { version = "2.0.7", features = ["legacy"] } # Ethereum library
glob = "0.3.1" # For file pattern matching
jsonrpsee = "0.25.1"
k256 = { version = "0.13.1", features = ["ecdsa"] } # Elliptic curve cryptography
k256 = { version = "0.13.1", features = ["ecdsa", "ecdh"] } # Elliptic curve cryptography
lazy_static = "1.4.0" # For lazy initialization of static variables
libc = "0.2"
log = "0.4" # Logging facade