File tree Expand file tree Collapse file tree 5 files changed +13
-10
lines changed
Expand file tree Collapse file tree 5 files changed +13
-10
lines changed Original file line number Diff line number Diff line change 33All crates must have the same version number when creating a release. This
44simplifies documenting any changes.
55
6- # Unreleased
6+ # Version 0.2.0 (2019-11-29)
7+
8+ This release improves the networking protocol and allows eliminating an
9+ unnecessary round-trip RPC call when synchronizing blocks.
710
811- Network protocol supports setting the block filter with an empty hash set to
912 retrieve only block headers.
@@ -13,7 +16,7 @@ simplifies documenting any changes.
1316 full blocks when necessary.
1417- Add GetBlockRange net API to stream back a range of blocks to the client. This
1518 is more efficient than naively looping GetBlock requests to the server.
16- - Use a bounded sender when sending network messages for back pressure control
19+ - Use a bounded sender when sending network messages for back pressure control.
1720
1821### Breaking changes
1922
Original file line number Diff line number Diff line change 11[package ]
22name = " godcoin-cli"
3- version = " 0.1 .0"
3+ version = " 0.2 .0"
44edition = " 2018"
55authors = [" Samuel Grenier <samrg472@gmail.com>" ]
66license = " MIT"
Original file line number Diff line number Diff line change 11[package ]
22name = " godcoin"
3- version = " 0.1 .0"
3+ version = " 0.2 .0"
44edition = " 2018"
55authors = [" Samuel Grenier <samrg472@gmail.com>" ]
66license = " MIT"
Original file line number Diff line number Diff line change 11[package ]
22name = " godcoin-server"
3- version = " 0.1 .0"
3+ version = " 0.2 .0"
44edition = " 2018"
55authors = [" Samuel Grenier <samrg472@gmail.com>" ]
66license = " MIT"
You can’t perform that action at this time.
0 commit comments