Skip to content

Releases: eigerco/beetswap

v0.4.0

17 Sep 14:37
5fef10c
Compare
Choose a tag to compare

Other

  • [breaking] Upgrade blockstore (#58)

v0.3.1

13 Aug 13:18
87b6c4c
Compare
Choose a tag to compare

Other

  • Upgrade blockstore (#56)

v0.3.0

12 Aug 11:32
0d9c21b
Compare
Choose a tag to compare

Other

  • Replace instant with web-time crate (#52)
  • [breaking] Upgrade to libp2p 0.54 (#51)
  • Make readme presentable (#53)
  • Fix doc-lazy-continuations clippy CI (#54)

v0.2.0

25 Jul 07:55
13363db
Compare
Choose a tag to compare

Added

  • [breaking] Accept Arc to allow shared blockstore (#49)

v0.1.1

12 Jun 12:43
3494715
Compare
Choose a tag to compare

Added

  • Change all error/warn logs to debug (#47)

Fixed

v0.1.0

15 Apr 13:17
2299375
Compare
Choose a tag to compare

Added

  • [breaking] Use RPITIT for Multihasher and remove async-trait (#39)
  • Add bitswap server (#27)
  • Add helpers for MultihasherError (#25)
  • Allow user to reject a multihash via Multihasher (#23)
  • Allow BitswapQueryId to be used in BTreeMap (#15)
  • Send full wantlist every 30 seconds (#7)
  • Allow user to register its own hashers (#6)

Fixed

  • Fix client sending state mechanism that was blocking the executor (#36)
  • Fix broken link in readme (#34)
  • protocol_prefix was returning an error on correct input (#22)
  • Do not reset peer state on new established connection (#16)
  • (ci) Do not install protobuf compiler (#4)
  • Send full list on the first request (#1)

Other

  • Upgrade to blockstore 0.5 (#43)
  • (ci) introduce a release plz workflow (#41)
  • Split futures dependencies (#40)
  • Upgrade to blockstore 0.4.0 (#38)
  • Removed unneeded Send/Sync constrains (#37)
  • Add doc requirement to CI, add missing docs (#28)
  • Remove Bitswap prefix from all names (#21)
  • Add more docs and comments (#19)
  • Rename project to beetswap (#20)
  • (deps) Split libp2p and add CI test for minimal versions (#18)
  • Upgrade dependencies (#5)
  • Add tests (#2)
  • Add CI (#3)
  • Move WantlistState in ClietBehaviour and cleanup some code
  • Implement bitswap client
  • Add license