Branch: refs/heads/master
Home: https://github.com/conformal/btcd
Commit: af3609d8619294bb79682aca47175db471406fac
https://github.com/conformal/btcd/commit/af3609d8619294bb79682aca47175db471406fac
Author: Dave Collins <[email protected]>
Date: 2013-12-26 (Thu, 26 Dec 2013)
Changed paths:
M rpcserver.go
Log Message:
-----------
Factor out common message to hex in RPC server.
Commit: e0fab228a42525a6961e0eb3ce5aab06e64e2876
https://github.com/conformal/btcd/commit/e0fab228a42525a6961e0eb3ce5aab06e64e2876
Author: Dave Collins <[email protected]>
Date: 2013-12-26 (Thu, 26 Dec 2013)
Changed paths:
M rpcserver.go
Log Message:
-----------
Correct getrawtransaction RPC handling and cleanup.
The getrawtransaction RPC call should return a hex-encoded string of the
transaction when verbose is false instead of a TxRawResult object with the
Hex field set to be compatible with the Sathoshi client. This commit,
along with a recent commit to btcjson corrects this.
Also, while here, do a bit of cleanup, finish a TODO to check for an
invalid hash, and optimize the handling of non-verbose slightly.
Compare: https://github.com/conformal/btcd/compare/8477ef569a6e...e0fab228a425