Branch: refs/heads/master
  Home:   https://github.com/conformal/btcwallet
  Commit: af1438eecd7142d05bd13988fd03e69d491823f6
      
https://github.com/conformal/btcwallet/commit/af1438eecd7142d05bd13988fd03e69d491823f6
  Author: Josh Rickmar <[email protected]>
  Date:   2013-12-02 (Mon, 02 Dec 2013)

  Changed paths:
    M account.go
    M accountstore.go
    M cmdmgr.go

  Log Message:
  -----------
  Add frontend support for displaying txs.

This change adds a new websocket extension command,
listalltransaction, which works just like listtransactions except it
does not take the count or from optional args, and will return an
array of all transaction details.  Notifications for newly-added
transactions are now sent to frontends as well, using the newtx
notification.

No support for updating tx details or removing failed txs is
implemented yet, and will be when cleanly failing a tx send is
implemented later.


Reply via email to