Skip to content

Commit a8d47ce

Browse files
committed
Introduce rpc commands for space & utxo inclusion/exclusion
1 parent 74ed874 commit a8d47ce

File tree

4 files changed

+253
-17
lines changed

4 files changed

+253
-17
lines changed

Cargo.lock

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

node/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ env_logger = "0.11.3"
3131
serde_json = "1.0.116"
3232
bincode = {version = "2.0.0-rc.3", features = ["serde", "derive"]}
3333
protocol = { path = "../protocol", version = "*", features = ["std"]}
34-
spacedb = { git = "https://github.com/spacesprotocol/spacedb", tag = "0.0.2" }
34+
spacedb = { git = "https://github.com/spacesprotocol/spacedb", rev = "e07259ac6fc9cea1b06ee2cfdbb93d8c3039658a" }
3535
base64 = "0.22.1"
3636
futures = "0.3.30"
3737
reqwest = { version = "0.12.5", default-features = false, features = ["json", "blocking", "rustls-tls"] }

0 commit comments

Comments
 (0)