QRL Versions Save

Quantum Resistant Ledger

v2.0.7

3 years ago
  • Fix for GetAddressState & GetTokensByAddress API

v2.0.6

3 years ago
  • Added support to CMake version >= 3.10.3
  • Updated versions for some of the dependencies

v2.0.5

4 years ago
  • Temporary fix to support legacy AddressState in grpcProxy
  • Disabled threading in grpcProxy

v2.0.4

4 years ago
  • Google annotations for REST support for PublicAPI
  • Added new dependencies google-api-python-client
  • Updated setuptools version to 46.4.0 & protobuf to 3.6.0

v2.0.3

4 years ago
  • Updated versions for PyYaml, grpcio, grpcio-tools, ntplib in pull requests #1703 #1704 #1705
  • Fix for GetLastBlockHeader in MiningAPIService in pull request #1702
  • Logging and CLI fix pull request #1699

v2.0.2

4 years ago
  • Added Mining API required by snipa22 nodejs pool

v2.0.1

4 years ago
  • Bug fixes for API GetVoteStats & GetOTS

v2.0.0

4 years ago
  • Added RandomX, new mining algorithm, activation at block number 942375
  • After hard fork, fork limit will be upto 300 block height
  • Support for new transactions - Multi Sig Transaction & Lattice Transaction
  • Added addr_to field in message transaction
  • Added message_data field in transfer transaction
  • New API has been added to support data related to new transactions
  • Address State has been optimised
  • Faster node syncing, API responses
  • Legacy API support for wallet daemon & grpcProxy
  • Added --network-type argument to switch easily between mainnet and testnet
  • grpcProxy & wallet daemon both support --network-type as an argument
  • Updated versions for some of the dependencies
  • Added more unit tests covering different scenarios
  • Bug Fixes

v0.2.0

4 years ago
  • Added RandomX, new mining algorithm
  • After hard fork, fork limit will be upto 300 block height
  • Support for new transactions - Multi Sig Transaction & Lattice Transaction
  • Added addr_to field in message transaction
  • Added message_data field in transfer transaction
  • New API has been added to support data related to new transactions
  • Address State has been optimised
  • Faster node syncing, API responses
  • Legacy API support for wallet daemon & grpcProxy
  • Added --network-type argument to switch easily between mainnet and testnet
  • grpcProxy & wallet daemon both support --network-type as an argument
  • Updated versions for some of the dependencies
  • Added more unit tests covering different scenarios

v1.1.15

4 years ago
  • Fix for GetObject gRPC API
  • Fix for Block deserialized by the content of BlockNumberMapping resulting into a blank Block
  • Updated pytest version for tests_integration submodule