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.3.0 - 2022-06-07
- Symfony 6.0 support
1.2.3 - 2021-10-13
- Replace DateTime by DateTimeInterface
- Replacing XXXX during address normalization
1.2.2 - 2021-08-18
- Round clicks in ads conversion
1.2.1 - 2021-07-20
- PHP 8.0 support
- Composer 2.0 support
- Symfony 5.0 support
- PSR12 formatting
1.2.0 - 2018-10-10
- Function
get_log
1.1.0 - 2018-09-24
- Transaction
change_account_key,change_node_key,create_account,create_node
- Function
getAccountstakes nodeId as hex instead of int - Fix duplicated code in transaction address getters
- AdsValidator checks address checksum
- Missing ads error description
- Client accepts whitespace characters at the beginning and end of a response
1.0.1 - 2018-08-22
- Getters sender/target address to transaction entities where applicable.
1.0.0 - 2018-08-01
- Support for all block explorer commands:
- getAccount,
- getAccounts,
- getBlock,
- getBlockIds,
- getBroadcast,
- getMe,
- getMessage,
- getMessageIds,
- getTransaction.
- Support for basic transactions:
- broadcast,
- sendMany,
- sendOne.
- Readme
- License
- Changelog
- Contributing