Skip to content

Latest commit

 

History

History
78 lines (65 loc) · 2.18 KB

File metadata and controls

78 lines (65 loc) · 2.18 KB

Changelog

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

Added

  • Symfony 6.0 support

1.2.3 - 2021-10-13

Changed

  • Replace DateTime by DateTimeInterface
  • Replacing XXXX during address normalization

1.2.2 - 2021-08-18

Fixed

  • Round clicks in ads conversion

1.2.1 - 2021-07-20

Added

  • PHP 8.0 support
  • Composer 2.0 support
  • Symfony 5.0 support
  • PSR12 formatting

1.2.0 - 2018-10-10

Added

  • Function get_log

1.1.0 - 2018-09-24

Added

  • Transaction change_account_key, change_node_key, create_account, create_node

Changed

  • Function getAccounts takes 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

Added

  • Getters sender/target address to transaction entities where applicable.

1.0.0 - 2018-08-01

Added

  • 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