All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
1.1.5 - 2023-01-02
- Ubuntu Jammy Jellyfish support
1.1.4 - 2021-09-20
- Ubuntu Focal Fossa support
1.1.3 - 2021-05-06
- Ubuntu Focal Fossa support
1.1.2 - 2019-04-04
- Node waits much longer (>1 year) before deciding to overwrite inactive account
1.1.1 - 2019-03-28
- Deleted account handling
1.1.0 - 2019-02-15
- 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
- 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
- Stability improvements
decode_raw
validates data length- Properly handle
change_account_key
command when changing to the same key
1.0.4 - 2018-11-15
- Stability improvements for peer communication
- Node logs cleanup
1.0.3 - 2018-10-09
- Modified DB rollback mechanism to support starting from backup
- Accounts database snapshots during dividend block
- Further stability improvements for peer communication
- Node debug logs cleanup
1.0.2 - 2018-09-27
- Node did not stop when there was not enough signatures
- Improved peer discovery
- On rare occasions node could suddenly stop all peer communication #151
1.0.1 - 2018-09-20
- New log format
- Log level can be changed without recompilation
- 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
1.0.0 - 2018-08-24
- Genesis file for the launch
- Update README
0.0.6 - 2018-08-10
- Profit sharing among TOP and VIP nodes
- Genesis file for test launch
- Vote counting in get_block command
- Ability to send externally signed transactions
0.0.5 - 2018-08-01
- Support passing version by cmake command.
- Contributing guide
- "Dry run" test case
- Node stops after incorrect
send_many
request - #134 - Fee checking
- Internal transactions numbers
0.0.4 - 2018-07-27
- Update default parameters
- Creating a dev version with reference to the last tag