Skip to content

Grin++ Wallet and Node v1.2.7

Compare
Choose a tag to compare
@github-actions github-actions released this 21 Apr 19:24
· 92 commits to master since this release
60fe568

What's Changed

This release is mostly focused on improving the synchronization process.

New

  • Added ability to pass config file path on starting node.
  • Added preferred peers, blocked peers and allowed peers feature.
  • Reduced buffer size due to slow peers.
  • Improved sockets handling.

Fixes

  • Fixed issues connecting to peers (#177).
  • Fixed node crashes (#178).
  • Fixed Segmentation Fault on peers manager (#186).
  • Fixed Transport endpoint is not connected on Seeder (#187).
  • Fixed problems pruning inactive peers (#190).
  • Fixed problems with empty config (#191).
  • Fixed problems updating peers configuration through the API (#195).
  • Fixed connections numbers calculation (#197).
  • Fixed socket connection instability while synching (#198).
  • Fixed issues terminating Tor process (#200).
  • Fixed issues downloading state (#199).