Branch: refs/heads/master
  Home:   https://github.com/conformal/btcd
  Commit: 762fc2c11cbfb0f91773776f5c28eb5fc0518828
      
https://github.com/conformal/btcd/commit/762fc2c11cbfb0f91773776f5c28eb5fc0518828
  Author: Francis Lam <[email protected]>
  Date:   2013-12-08 (Sun, 08 Dec 2013)

  Changed paths:
    M rpcserver.go

  Log Message:
  -----------
  Fixed up GetRawTransaction and updated GetBlock to handle verbose

Updated handleGetRawTransaction to populate all the fields required to
match bitcoind.  It still doesn't handle MULTISIG addresses correctly.

Changed handleGetBlock to implement new optional verbose (default true)
flag and also added a verboseTx flag to return TxRawDefault instead of
Txid.  When verbose=false, GetBlock returns hex-encoded wire bytes for
the block.


  Commit: dd10de9e8b136fb226916d11a2716e9db572fde8
      
https://github.com/conformal/btcd/commit/dd10de9e8b136fb226916d11a2716e9db572fde8
  Author: Francis Lam <[email protected]>
  Date:   2013-12-08 (Sun, 08 Dec 2013)

  Changed paths:
    M rpcserver.go

  Log Message:
  -----------
  Fix handleGetBlock/handleGetRawTransaction to return btcjson.Error

Wrap *.BtcEncode errors into btcjson.Error when failing to encode wire
bytes to buffer


  Commit: 22b61f634a64b4526723cb3dfd0eec9a49dcfb3d
      
https://github.com/conformal/btcd/commit/22b61f634a64b4526723cb3dfd0eec9a49dcfb3d
  Author: Francis Lam <[email protected]>
  Date:   2013-12-08 (Sun, 08 Dec 2013)

  Changed paths:
    M rpcserver.go

  Log Message:
  -----------
  Updated createTxRawResult to use btcutil.SatoshiPerBitcoin


Compare: https://github.com/conformal/btcd/compare/305be0c29faa...22b61f634a64

Reply via email to