Skip to content

v1.0.8.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@metaspartan metaspartan released this 19 Dec 22:54
· 2 commits to addrindex since this release

Denarius v1.0.8.0

New Denarius RPC Commands:

  • Added searchrawtransactions rpc command
  • Added getrichlist rpc command
  • Added updaterichlist rpc command
  • Added resetrichlist rpc command
  • Added getblock_old rpc command (Old version of the getblock command prior to Denarius v1.0.7.0, Bitcoin Core v0.10 and earlier style)

Under the hood changes:

  • Added Rich List GUI to the Denarius QT Wallet
  • Corrected the .pro file to USE_LEVELDB by default

Maybes:

  • Refactoring COutPoint/CInPoint/CTxIn/CTxOut into core.h Potentially*
  • Refactoring CTxMempool into txmempool.h/.cpp, Function changes Potentially*

Added the new flag "-reindexaddr" to index the new address DB, this must be indexed to run the richlist commands or use the Rich List GUI, reindexing the address DB can take awhile 15+ minutes, especially if it is your first time running -reindexaddr, also running updaterichlist or resetrichlist will take awhile to get the data.

*WIP - It is not recommended to run anything in this v1.0.8.0 branch until production release on your main wallet, use a VM or test machine/wallet.

12/19/2017 - Pre-Release Notes, No Binaries/Release available yet, compile from branch 'addrindex'.

-Added bootstrap Block 450k 12-19-2017 (v1.0.7.0)