Releases: theQRL/QRL
Releases · theQRL/QRL
QRL - PoW Beta Testnet
- Simplified Mining, no more slave XMSS required for mining
- Wallet separation from node
- gRPC proxy for JSON RPC support for mining pool
- Critical Bug fixes related to State & other minor bug fixes
- Support for multiple output transactions (max 100 output per transaction)
- Changes in Genesis block, supporting transactions related to token migration
- Removed addr_from with optional master_addr into Transaction
- Transaction in pool are added into block on the basis of priority decided on the basis of transaction fee.
- Changes in blob size
- Mining enabled while syncing
- More Unit Test added
- Removed free 100 QRL balance for testnet
- Fixed pip installation
- Dependency fixes
QRL - PoW Beta Testnet
Merge pull request #1092 from cyyber/master Added Comparators for Transaction
QRL - PoW Beta Testnet
Merge pull request #1091 from cyyber/master Fixes transaction pool + Emission api
QRL - PoW Beta Testnet
Merge pull request #1083 from cyyber/master Updated Genesis Headerhash + Unit test
QRL - PoW Beta Testnet
Merge pull request #981 from cyyber/master Fix Address format fix while calculating State for fork branch
QRL - PoW Beta Testnet
Merge pull request #976 from cyyber/master More fixes for CLI
QRL - PoW Beta Testnet
Merge pull request #975 from cyyber/master FiX: Cli slave_tx_generate append extended_seed to slaves.json
QRL - PoW Beta Testnet
Merge pull request #974 from cyyber/master Genesis Headerhash Updated
v0.60.8: Merge pull request #914 from cyyber/master
Added send_eph_messages in CLI + Other Fixes for Ephemeral Messaging
v0.59.1: Merge pull request #882 from cyyber/master
Bug Fix: OTS Key Reuse