Branch: refs/heads/master
Home: https://github.com/conformal/btcws
Commit: 07c403efd0a92d76385627656f3919bf2f1f4bcc
https://github.com/conformal/btcws/commit/07c403efd0a92d76385627656f3919bf2f1f4bcc
Author: Francis Lam <[email protected]>
Date: 2014-02-08 (Sat, 08 Feb 2014)
Changed paths:
M cmds.go
M cmds_test.go
M notifications.go
M notifications_test.go
Log Message:
-----------
Added commands to support notifyallnewtxs
Sending NotifyAllNewTXsCmd will register websocket client to receive
notifications on all new transactions.
Once registered the client will receive either AllTxNtfn or
AllVerboseTxNtfn based on the required verbose field in the
NotifyAllNewTXsCmd.
Commit: bb9d3696b40f50fd3f24ecd1efd5b8a9af12ed4f
https://github.com/conformal/btcws/commit/bb9d3696b40f50fd3f24ecd1efd5b8a9af12ed4f
Author: Francis Lam <[email protected]>
Date: 2014-02-08 (Sat, 08 Feb 2014)
Changed paths:
M cmds.go
Log Message:
-----------
Changed NewNotifyAllNewTXsCmd to optionally accept verbose arg
Commit: 0821c583e583ae4732d1dbc214449febda72e4a7
https://github.com/conformal/btcws/commit/0821c583e583ae4732d1dbc214449febda72e4a7
Author: Francis Lam <[email protected]>
Date: 2014-02-09 (Sun, 09 Feb 2014)
Changed paths:
M notifications.go
Log Message:
-----------
Added explicit json key names to new tx notifications
Also added check for nil ID on AllVerboseTxNtfn.UnmarshalJSON to make it
consistent with other notification handling.
Compare: https://github.com/conformal/btcws/compare/3cba42282e40...0821c583e583