mirror of
https://github.com/kaspanet/kaspad.git
synced 2026-03-16 05:15:23 +00:00
* Address index is built up concurrently with the `--addrindex` flag. * Entire index can be deleted with `--dropaddrindex`. * New RPC call: `searchrawtransaction` * Returns all transacitons related to a particular address * Includes mempool transactions * Requires `--addrindex` to be activated and fully caught up. * New `blockLogger` struct has been added to factor our common logging code * Wiki and docs updated with new features.