Releases: CESSProject/p2p-go
Releases · CESSProject/p2p-go
p2p-go v0.4.0
What's Changed
- Node discovery is implemented through pub/sub to reduce bandwidth consumption caused by automatic discovery @AstaFrode #104
- Add online method @AstaFrode #111 #113
- Add ReadFileActionWithExtension method @jiuquxzy #110 #114
- Update ReadDataAction method and change it to one connection streaming @AstaFrode #115
- Update the logic of connecting to boot nodes, only connect to one boot node at a time
- Update go to version v1.21
- Change segment and fragment size to adapt to chain v0.7.7
Full Changelog: v0.3.4...v0.4.0
p2p-go v0.3.3
p2p-go v0.3.2
p2p-go v0.3.1
p2p-go v0.3.0
p2p-go v0.2.6
- Add bitswap
- Update pb
- Adapted to CESS v0.7.5
p2p-go v0.2.5
- Fix exception when obtaining external IP(#87 )
p2p-go v0.2.4
- Fixed an issue where some machines could not detect external IP addresses(#86 )
p2p-go v0.2.3
1.Replacing bt functions with p2p
p2p-go v0.2.2
1.update GetExternalIp
2.add bitswap