Skip to content

Releases: science-engineering-art/kademlia-grpc

v0.4.8

10 Jun 16:05
Compare
Choose a tag to compare

0.4.8 (2023-06-10)

Bug Fixes

  • pb: change type of ranges Init and End from int32 to int64 (b04e788)

v0.4.7

08 Jun 16:44
Compare
Choose a tag to compare

0.4.7 (2023-06-08)

Bug Fixes

  • core: Fix get value in case the receiver disconnected (f452d8f)

v0.4.6

08 Jun 03:26
Compare
Choose a tag to compare

0.4.6 (2023-06-08)

Bug Fixes

  • core: after the communication with the server is established, the server crashes and does not run the FindNode in the LookUp method (42ef38b)

v0.4.5

08 Jun 03:08
Compare
Choose a tag to compare

0.4.5 (2023-06-08)

Bug Fixes

  • core: some bugs of LookUp (dad61a8)
  • core: some bugs of LookUp (3453a3f)

v0.4.4

07 Jun 23:24
Compare
Choose a tag to compare

0.4.4 (2023-06-07)

Bug Fixes

  • core: refactor and clean code (96e0416)

v0.4.3

07 Jun 20:50
Compare
Choose a tag to compare

0.4.3 (2023-06-07)

Bug Fixes

  • core: sync bootstrap nodes when wake up (24e64c1)

v0.4.2

07 Jun 19:02
Compare
Choose a tag to compare

0.4.2 (2023-06-07)

Bug Fixes

  • kademlia: Bootstrap nodes knows each other (a243e07)

v0.4.1

07 Jun 14:16
Compare
Choose a tag to compare

0.4.1 (2023-06-07)

Bug Fixes

  • cmd: change TargetID by Target (903d231)

v0.4.0

06 Jun 13:24
Compare
Choose a tag to compare

0.4.0 (2023-06-06)

Features

  • pb: add ranges for request FindValue (3e52fc8)

v0.3.0

06 Jun 11:53
Compare
Choose a tag to compare

0.3.0 (2023-06-06)

Features

  • core: create a gRPC Server (64d0017)