Skip to content

v6.0.7

Compare
Choose a tag to compare
@Sw0rdf1sh1 Sw0rdf1sh1 released this 05 Sep 14:23
· 30 commits to master since this release
e1c793b

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