Skip to content

Commit f2c4f68

Browse files
authored
Merge pull request #30 from Steake/copilot/sub-pr-23
RC1: Add full-stack wallet API with Poseidon hash, hardware wallet, HSM support, and comprehensive documentation
2 parents eae7440 + 1fb6aab commit f2c4f68

21 files changed

Lines changed: 3965 additions & 19 deletions

File tree

crates/bitcell-admin/Cargo.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ tower = "0.4"
1818
tower-http = { version = "0.5", features = ["fs", "cors"] }
1919

2020
# Async runtime
21-
tokio = { version = "1.0", features = ["full"] }
21+
tokio = { version = "1.0", features = ["full", "sync"] }
22+
async-trait.workspace = true
2223

2324
# Serialization
2425
serde = { version = "1.0", features = ["derive"] }
@@ -43,6 +44,9 @@ sysinfo = "0.30"
4344
# Hex encoding
4445
hex = "0.4"
4546

47+
# Error handling
48+
thiserror.workspace = true
49+
4650
# Wallet support
4751
bitcell-wallet = { path = "../bitcell-wallet" }
4852

0 commit comments

Comments
 (0)