Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(node): Integrate bitswap protocol for shwap #202

Merged
merged 13 commits into from
Jan 31, 2024
Prev Previous commit
Next Next commit
update bitmingle
oblique committed Jan 26, 2024

Verified

This commit was signed with the committer’s verified signature.
oblique Yiannis Marangos
commit a6ca356400e2b79dc61c0013d1dfd530408a641d
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion node/Cargo.toml
Original file line number Diff line number Diff line change
@@ -34,7 +34,7 @@ libp2p = { workspace = true, features = [
] }

async-trait = "0.1.73"
bitmingle = { git = "https://github.com/eigerco/bitmingle", rev = "ac4eb12" }
bitmingle = { git = "https://github.com/eigerco/bitmingle", rev = "e737dbe" }
cid = "0.11.0"
dashmap = "5.5.3"
futures = "0.3.28"