Skip to content

Releases: theQRL/QRL

Mainnet v2.1.0

05 May 17:40
8bb2437
Compare
Choose a tag to compare

Support for Ubuntu 20 & updates to various build dependencies — see enclosed PRs for details.

Mainnet v2.0.7

30 Nov 08:13
ac8e468
Compare
Choose a tag to compare
  • Fix for GetAddressState & GetTokensByAddress API

Mainnet v2.0.6

21 Oct 15:09
5e74da9
Compare
Choose a tag to compare
  • Added support to CMake version >= 3.10.3
  • Updated versions for some of the dependencies

Mainnet v2.0.5

25 May 11:25
6e3cfa1
Compare
Choose a tag to compare
  • Temporary fix to support legacy AddressState in grpcProxy
  • Disabled threading in grpcProxy

Mainnet v2.0.4

22 May 13:31
30df029
Compare
Choose a tag to compare
  • 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

Mainnet v2.0.3

06 May 08:54
6b46fe3
Compare
Choose a tag to compare
  • 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

Mainnet v2.0.2

02 Apr 12:09
ecc81ab
Compare
Choose a tag to compare
  • Added Mining API required by snipa22 nodejs pool

Mainnet v2.0.1

30 Mar 07:06
f457b3a
Compare
Choose a tag to compare
  • Bug fixes for API GetVoteStats & GetOTS

Mainnet v2.0.0

17 Mar 13:49
bcf7644
Compare
Choose a tag to compare
  • 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

Testnet v0.2.0

29 Feb 10:25
f336995
Compare
Choose a tag to compare
  • 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