Branch: refs/heads/master
  Home:   https://github.com/btcsuite/btcd
  Commit: 86cbf27f5872087969e1b261b5e61587fb20b6f9
      
https://github.com/btcsuite/btcd/commit/86cbf27f5872087969e1b261b5e61587fb20b6f9
  Author: Olaoluwa Osuntokun <[email protected]>
  Date:   2015-02-05 (Thu, 05 Feb 2015)

  Changed paths:
    M blockmanager.go

  Log Message:
  -----------
  Correct duplicated 'blockMsg' comment.


  Commit: ecdffda74889b182a23facbc38dac5251b420960
      
https://github.com/btcsuite/btcd/commit/ecdffda74889b182a23facbc38dac5251b420960
  Author: Olaoluwa Osuntokun <[email protected]>
  Date:   2015-02-05 (Thu, 05 Feb 2015)

  Changed paths:
    A blocklogger.go
    M blockmanager.go
    M btcd.go
    A chainindexer.go
    M cmd/btcctl/btcctl.go
    M config.go
    M doc.go
    M docs/json_rpc_api.md
    M log.go
    M mempool.go
    M rpcserver.go
    M sample-btcd.conf
    M server.go

  Log Message:
  -----------
  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.


Compare: https://github.com/btcsuite/btcd/compare/03433dad6a23...ecdffda74889

Reply via email to