Skip to content

Commit

Permalink
Merge branch 'master' of https:/kaspanet/rusty-kaspa into…
Browse files Browse the repository at this point in the history
… weight_ip_prefix
  • Loading branch information
D-stacks committed Jul 19, 2023
2 parents c2a3970 + 9671380 commit 7160a52
Show file tree
Hide file tree
Showing 20 changed files with 572 additions and 42 deletions.
115 changes: 98 additions & 17 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ clap = { version = "4.0.23", features = ["derive", "string", "cargo"] }
derive_more = { version = "0.99" }
log = "0.4"
cfg-if = "1.0.0"
rocksdb = "0.19"
rocksdb = "0.21"
num_cpus = "1.15.0"
async-trait = "0.1.57"
paste = "1.0.11"
Expand All @@ -146,7 +146,7 @@ wasm-bindgen-futures = "0.4.33"
js-sys = "0.3.56"
getrandom = { version = "0.2.8", features = ["js"] }
uuid = { version = "1.2.2", features = ["v4", "fast-rng", "serde"] }

serde_bytes = "0.11.11"
# bip32 dependencies
rand_core = { version = "0.6", features = ["std"] }
bs58 = { version = "0.4", features = ["check"], default-features = false }
Expand Down
2 changes: 2 additions & 0 deletions components/addressmanager/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ license.workspace = true
[dependencies]
rocksdb.workspace = true
kaspa-utils.workspace = true
kaspa-consensus-core.workspace = true
kaspa-core.workspace = true
kaspa-database.workspace = true
serde.workspace = true
Expand All @@ -17,6 +18,7 @@ rand.workspace = true
parking_lot.workspace = true
borsh.workspace = true
log.workspace = true
local-ip-address = "0.5.3"

[dev-dependencies]
statrs = "0.13.0"
Expand Down
Loading

0 comments on commit 7160a52

Please sign in to comment.