Releases: theQRL/QRL
Releases · theQRL/QRL
Testnet Release
- Optimized Node Synchronization
- Deadlock Fix
- Ranged Rate Limit
Testnet Release
Testnet release
Release Candidate
Merge pull request #1493 from theQRL/dev Merging Dev
Release Candidate
Merge pull request #1488 from theQRL/dev Merging Dev
Release Candidate
Merge pull request #1485 from theQRL/dev Merging Dev
Release Candidate
Merge pull request #1479 from jleni/master Merging master into dev
Testnet release
Merge pull request #1459 from jleni/fix/inttest Updating integration test submodule
Devnet Release
- Rollback Fix
- Added Version in NodeChainState
Devnet Release
Please do not use this version... all releases marked as 0.0.X are devnet releases
QRL - PoW Beta Testnet
- 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