lbcd/cmd
Olaoluwa Osuntokun ecdffda748 Add support for an optional address-based transaction index.
* 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.
2015-02-05 14:48:19 -08:00
..
addblock Update btcwire path import paths to new location. 2015-02-05 15:16:39 -06:00
btcctl Add support for an optional address-based transaction index. 2015-02-05 14:48:19 -08:00
dropafter Update btcwire path import paths to new location. 2015-02-05 15:16:39 -06:00
findcheckpoint Update btcwire path import paths to new location. 2015-02-05 15:16:39 -06:00
gencerts Move all utilities into the cmd directory. 2015-01-19 09:58:01 -06:00