Skip to content

Releases: theQRL/QRL

Testnet Release

24 Jun 17:43
a42c509
Compare
Choose a tag to compare
  • Optimized Node Synchronization
  • Deadlock Fix
  • Ranged Rate Limit

Testnet Release

22 Jun 21:28
9219614
Compare
Choose a tag to compare

Testnet release

Release Candidate

22 Jun 13:55
1da43cf
Compare
Choose a tag to compare
Merge pull request #1493 from theQRL/dev

Merging Dev

Release Candidate

22 Jun 06:01
2b2dc37
Compare
Choose a tag to compare
Merge pull request #1488 from theQRL/dev

Merging Dev

Release Candidate

22 Jun 00:55
a51bccc
Compare
Choose a tag to compare
Merge pull request #1485 from theQRL/dev

Merging Dev

Release Candidate

21 Jun 12:51
e3d7a40
Compare
Choose a tag to compare
Merge pull request #1479 from jleni/master

Merging master into dev

Testnet release

18 Jun 11:39
fdf9303
Compare
Choose a tag to compare
Testnet release Pre-release
Pre-release
Merge pull request #1459 from jleni/fix/inttest

Updating integration test submodule

Devnet Release

09 Jun 09:11
a563fca
Compare
Choose a tag to compare
Devnet Release Pre-release
Pre-release
  • Rollback Fix
  • Added Version in NodeChainState

Devnet Release

08 Jun 09:17
fcf9734
Compare
Choose a tag to compare
Devnet Release Pre-release
Pre-release

Please do not use this version... all releases marked as 0.0.X are devnet releases

QRL - PoW Beta Testnet

28 Apr 18:24
fb75f62
Compare
Choose a tag to compare
Pre-release
  • Switched to new mining algorithm: Monero 7
  • Mining Blob size has been reduced to fix the mining issue with NVIDIA
  • Added support for extra_nonce
  • API's can be enabled/disabled & host, ports can be configured in config
  • Grpc Mining Proxy ports can also be configured in config
  • Minor Bug Fixed including Syncing Fix
  • p2p_local_port & p2p_public_port added to config, p2p_public_port can be the port which is being forwarded by the router while p2p_local_port will be the port on which node will be listening locally. This will enable outside node to connect with the nodes behind the firewall.
  • IP & Ports are validated before being added to peers.qrl
  • Support to run multiple QRL node over same node
  • Fix for Timestamp Attack
  • Optimized & Improved Fork Recovery Algorithm
  • Optimized State Code
  • Better UI messages including hash rate
  • Removed support to orphan blocks
  • Validation for the Decimal Limitation for TokenTransaction
  • Stale Transactions re-broadcasting
  • Smooth Syncing: Mining is now delayed by 60s, if during syncing a block has been added to mainchain
  • Child blocks will always have timestamp greater than Parent block
  • Support for Future Block processing (block with timestamp ahead of current node timestamp will be processed later)
  • GetPeersStat added into PublicAPI, which shows the stats of the connect peer which includes ip, port, blocknumber, headerhash, cumulative difficulty & timestamp of the last update.
  • More Unit Test has been added
  • Removed some dead code
  • Migrated from Travis to CircleCI