Branch: refs/heads/master
Home: https://github.com/conformal/btcd
Commit: 9474ef29d78a28c0a8ee9d117afad5cb23f522b3
https://github.com/conformal/btcd/commit/9474ef29d78a28c0a8ee9d117afad5cb23f522b3
Author: Dave Collins <[email protected]>
Date: 2014-01-17 (Fri, 17 Jan 2014)
Changed paths:
M rpcwebsocket.go
Log Message:
-----------
Use strings in websocket send/receive.
The websocket package assumes binary blobs if []byte is used. Since we're
using JSON-RPC for all the websocket communications, it should be text
based.
This commit changes the websocket Send/Receive and associated channels to
strings accordingly.
Commit: 737e69594ba9ef024f935b82ecbef9cda0b8fb0d
https://github.com/conformal/btcd/commit/737e69594ba9ef024f935b82ecbef9cda0b8fb0d
Author: Dave Collins <[email protected]>
Date: 2014-01-17 (Fri, 17 Jan 2014)
Changed paths:
M rpcwebsocket.go
Log Message:
-----------
Don't spend time on txout ntfns when no listeners.
Compare: https://github.com/conformal/btcd/compare/75554fab0909...737e69594ba9