Skip to content

Releases: adshares/ads

v1.1.5

08 Feb 15:54
f7d9a66
Compare
Choose a tag to compare

Changed

  • Ubuntu Jammy Jellyfish support

v1.1.4

20 Sep 13:17
a338363
Compare
Choose a tag to compare

Fixed

  • Ubuntu Focal Fossa support

v1.1.3

06 May 09:52
3625f97
Compare
Choose a tag to compare

Changed

  • Ubuntu Focal Fossa support

v1.1.2

04 Apr 13:53
Compare
Choose a tag to compare

Changed

  • Node waits much longer (>1 year) before deciding to overwrite inactive account

v1.1.1

28 Mar 16:10
Compare
Choose a tag to compare

Fixed

  • Deleted account handling

v1.1.0

15 Feb 11:30
Compare
Choose a tag to compare

Added

  • Error codes and more descriptive error info returned by client
  • get_log now accept requests for other accounts in the same node
  • Allow to specify whitelist of IPs allowed to connect to node
  • Allow nodes to transparently redirect clients to another endpoints

Changed

  • Client protocol upgrade. New client is not compatible with nodes version 1.0.4 and lower
  • New nodes are compatible with older clients
  • Client will not accept command with unknown fields
  • get_log for reused account will not return previous owner history by default
  • Dividend calculations for inactive accounts

Fixed

  • Stability improvements
  • decode_raw validates data length
  • Properly handle change_account_key command when changing to the same key

v1.0.4

15 Nov 11:30
Compare
Choose a tag to compare

Fixed

  • Stability improvements for peer communication
  • Node logs cleanup

v1.0.3

09 Oct 14:11
6f276ed
Compare
Choose a tag to compare

Changed

  • Modified DB rollback mechanism to support starting from backup

Fixed

  • Accounts database snapshots during dividend block
  • Further stability improvements for peer communication
  • Node debug logs cleanup

v1.0.2

27 Sep 13:30
fdb7a1d
Compare
Choose a tag to compare

Fixed

  • Node did not stop when there was not enough signatures
  • Improved peer discovery
  • On rare occasions node could suddenly stop all peer communication #151

v1.0.1

20 Sep 11:19
8acab18
Compare
Choose a tag to compare

Changed

  • New log format
  • Log level can be changed without recompilation

Fixed

  • Vote counting during full synchronization of the node
  • Now secret provided from terminal is not printed on screen
  • Fixed network timeout when using client in a interactive mode