Branch: refs/heads/master
Home: https://github.com/conformal/btcws
Commit: bb4cba51cdb939016061d69aaf395d7fc965cf38
https://github.com/conformal/btcws/commit/bb4cba51cdb939016061d69aaf395d7fc965cf38
Author: Josh Rickmar <[email protected]>
Date: 2014-02-24 (Mon, 24 Feb 2014)
Changed paths:
M notifications.go
M notifications_test.go
M test_coverage.txt
Log Message:
-----------
Switch to new transaction notifications.
This change removes the processedtx notification, replacing it with
recvtx, and the spenttx notification, replacing it with redeemingtx.
Both new transactions return the full serialized transaction (encoded
in hexadecimal) rather than details about the transaction.
The old txmined notification has also been completely removed as it is
unreliable due to transaction malleability and no code should be
depending on it.