Skip to content

Commit

Permalink
chore!: Upgrade blockstore and beetswap (#382)
Browse files Browse the repository at this point in the history
  • Loading branch information
oblique authored Sep 18, 2024
1 parent 6aa1268 commit d887308
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
9 changes: 5 additions & 4 deletions Cargo.lock

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

4 changes: 1 addition & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ resolver = "2"
members = ["cli", "node", "node-wasm", "proto", "rpc", "types"]

[workspace.dependencies]
blockstore = "0.6.1"
blockstore = "0.7.0"
lumina-node = { version = "0.3.1", path = "node" }
lumina-node-wasm = { version = "0.2.0", path = "node-wasm" }
celestia-proto = { version = "0.3.0", path = "proto" }
Expand All @@ -25,8 +25,6 @@ celestia-tendermint-proto = "0.32.1"
#libp2p-core = { path = "../../rust-libp2p/core" }
#libp2p-swarm = { path = "../../rust-libp2p/swarm" }

blockstore = { git = "https://github.com/oblique/blockstore", rev = "73ed78bd138041451432354f20ef19b1a73fd866" }

# Uncomment this if you need debug symbols in release.
# Also check node-wasm's `Cargo.toml`.
#[profile.release]
Expand Down
4 changes: 2 additions & 2 deletions node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ libp2p = { workspace = true, features = [
] }

async-trait = "0.1.80"
beetswap = "0.3.1"
beetswap = "0.4.0"
cid = { version = "0.11.1", features = ["serde-codec"] }
dashmap = "5.5.3"
futures = "0.3.30"
Expand Down Expand Up @@ -72,7 +72,7 @@ rustls-pki-types = "1.7.0"

[target.'cfg(target_arch = "wasm32")'.dependencies]
backoff = { version = "0.4.0", features = ["wasm-bindgen"] }
beetswap = { version = "0.3.1", features = ["wasm-bindgen"] }
beetswap = { version = "0.4.0", features = ["wasm-bindgen"] }
blockstore = { workspace = true, features = ["indexeddb"] }
celestia-types = { workspace = true, features = ["wasm-bindgen"] }
getrandom = { version = "0.2.15", features = ["js"] }
Expand Down

0 comments on commit d887308

Please sign in to comment.