Releases: qwertycoin-org/qwertycoin
v6.0.9
Merge pull request #160 from qwertycoin-org/updates Updates
v6.0.8
-
Add GCC 11 support
-
Update Hunter PM
-
add proper p2p system
-
Eventually ban nodes for too deep reorg attempt
-
Add sync progress logging "Blockchain loaded to height: "
-
fixed typos
-
asynchronous dns checkpoints
-
add isICheckpoitZone to Core
-
add isIncheckpointzone to CNPH
-
add Daemon command save to store blockchain cache
-
redesign Masternode html output host:port
-
Add REST-like API calls for daemon, hardware info (#145)
-
add rest-like api for daemon
-
add transactions by payment_id to rest-like api
-
add transaction info in JSON by hash
-
renamed k_transaction_details_by_hash to gettransaction
-
Add mempool to Restful like Api & improve get_transactions_by_heights Method
-
Add mempool_details to restful like Api
Renamed f_mempool_json to get_mempool_detailed -
Avoid needing of parsing on end device
-
Add fee to get_transactions_by_heights & adjusted REST API Mempool
-
Fix internal error to search for a block heigher than actuall chain height
-
Fix output indices
-
Cleanup RPC
-
Add method to get txs by height
-
Add improved onGetRawTransactionsByHeights
-
Add HardwareInfo
-
Update Checkpoints.h, CryptoNoteConfig.h, and version.h.in
-
Update CMakeLists.txt
-
Update NetNode.cpp
-
add core/threadCount on Windows and MacOS
-
Add architecture to RPCServer, changed output to string
-
Add Memory to HardwareInfo and RPCServer
-
Add Storage to HardwareInfo, cleanup gethardwareinfo RPC command
-
Update HardwareInfo.cpp
v6.0.7
Release of Qwertycoin v6.0.7
Fix some Issues =), add new stuff and add new Issues
-
add proper p2p system
-
Eventually ban nodes for too deep reorg attempt
-
Add sync progress logging "Blockchain loaded to height: "
-
fixed typos
-
asynchronous dns checkpoints
-
add isICheckpoitZone to Core
-
add isIncheckpointzone to CNPH
-
add Daemon command save to store blockchain cache
-
redesign Masternode html output host:port
-
Add REST-like API calls for daemon, hardware info (#145)
-
add rest-like api for daemon
-
add transactions by payment_id to rest-like api
-
add transaction info in JSON by hash
-
renamed k_transaction_details_by_hash to gettransaction
-
Add mempool to Restful like Api & improve get_transactions_by_heights Method
-
Add mempool_details to restful like Api
Renamed f_mempool_json to get_mempool_detailed -
Avoid needing of parsing on end device
-
Add fee to get_transactions_by_heights & adjusted REST API Mempool
-
Fix internal error to search for a block heigher than actuall chain height
-
Fix output indices
-
Cleanup RPC
-
Add method to get txs by height
-
Add improved onGetRawTransactionsByHeights
-
Add HardwareInfo
-
Update Checkpoints.h, CryptoNoteConfig.h, and version.h.in
-
Update CMakeLists.txt
-
Update NetNode.cpp
-
add core/threadCount on Windows and MacOS
-
Add architecture to RPCServer, changed output to string
-
Add Memory to HardwareInfo and RPCServer
-
Add Storage to HardwareInfo, cleanup gethardwareinfo RPC command
-
Update HardwareInfo.cpp
Mempool hotfix for pools
v6.0.5 Possible hotfix for Mempool problem
v6.0.4
WIP Add REST-like API calls for daemon, hardware info (#145) * add rest-like api for daemon * add transactions by payment_id to rest-like api * add transaction info in JSON by hash renamed k_transaction_details_by_hash to gettransaction * bugfixes * Update version.h.in * add brain sources * minor codestyle fixes * Add mempool to Restful like Api & improve get_transactions_by_heights Method * Add mempool_details to restful like Api Renamed f_mempool_json to get_mempool_detailed * version.h.in aktualisiert * Avoid needing of parsing on end device * Add fee to get_transactions_by_heights & adjusted REST API Mempool * Fix internal error to search for a block heigher than actuall chain height * Update Currency.cpp * Increase nextDiffV5 to pre6 Version * add rest-like api for daemon * add transactions by payment_id to rest-like api * add transaction info in JSON by hash renamed k_transaction_details_by_hash to gettransaction * bugfixes * add brain sources * minor codestyle fixes * Add mempool to Restful like Api & improve get_transactions_by_heights Method * Add mempool_details to restful like Api Renamed f_mempool_json to get_mempool_detailed * Avoid needing of parsing on end device * Add fee to get_transactions_by_heights & adjusted REST API Mempool * Fix internal error to search for a block heigher than actuall chain height * Bum Version * Bump Version * Fix output indices * Cleanup RPC a bit * Add method to get txs by height * Add improved onGetRawTransactionsByHeights from @aivve * Add HardwareInfo * Update Checkpoints.h, CryptoNoteConfig.h, and version.h.in * Update CMakeLists.txt * Update NetNode.cpp * add core/threadCount on Windows and MacOS * Add architecture to RPCServer, changed output to string * Add Memory to HardwareInfo and RPCServer * Add Storage to HardwareInfo, cleanup gethardwareinfo RPC command * Update HardwareInfo.cpp Co-authored-by: ExploShot <[email protected]>
v6.0.3
OUTDATED v6.0.2
OUTDATED v6.0.1
OUTDATED v6.0.0
v6.0.0
This is the core Version of Qwertycoin's Blockchain. You can use the Daemon with simplewallet or use it through RPC commands for your Exchange, Payment Processing systems and other stuff.
Special Notes
Upgrade to this release is mandatory before reaching blockchain height: 700,000
Upgrade to newest Core Version
This release contains the newest CORE Improvements.
- Major Changes were made:
- Implemented function to prevent attempt to mine blocks with timestamp less than prevBlock has
- added Currency::nextDifficultyV6
- Implement fixed Difficulty
- add get_difficulty_stat RPC call (necessary for EPoW)
- Implement "purge" command for simplewallet
- Replaced "refresh" with "rescan"
- Added "shrink" command
- Consolidate Function
- Implemented CLIF difficulty adjustment for decreasing difficulty over time with no mined blocks
- Fix Synchronization issue when synchronize without checkpoints for CN Heavy blocks
- Updated hunter to v0.23.254
- Updated Breakpad Implementations for better error handlind after crash
- Several bug fixes
OUTDATED v5.3.1
v5.3.1 OUTDATED
This is the core Version of Qwertycoin's Blockchain. You can use the Daemon with simplewallet or use it through RPC commands for your Exchange, Payment Processing systems and other stuff.
Special Notes
Upgrade to this release is recommended
Upgrade to newest Core Version
This release contains the newest CORE Improvements. The biggest Improvements are the new increased synchronization progress.