Branch: refs/heads/master
Home: https://github.com/conformal/btcd
Commit: 53e1c2d6bd28ab558b18c876322e5262692b3d59
https://github.com/conformal/btcd/commit/53e1c2d6bd28ab558b18c876322e5262692b3d59
Author: Josh Rickmar <[email protected]>
Date: 2013-11-04 (Mon, 04 Nov 2013)
Changed paths:
M rpcserver.go
Log Message:
-----------
Stringify the address hash for txRequests map.
This change allows map lookups using address hashes (which are
returned as []byte) instead of either copying the hash into an array,
or doing a bytes.Equal().
A stupid range over a map until the right key is found was also just
changed to a single map lookup.
Commit: 1f087adf154f97fffd9ee652d26bfbf515ebc635
https://github.com/conformal/btcd/commit/1f087adf154f97fffd9ee652d26bfbf515ebc635
Author: Josh Rickmar <[email protected]>
Date: 2013-11-04 (Mon, 04 Nov 2013)
Changed paths:
M rpcserver.go
Log Message:
-----------
Separate ws command handlers into separate funcs.
Compare: https://github.com/conformal/btcd/compare/2511fee15266...1f087adf154f