Skip to content

Instantly share code, notes, and snippets.

@onyb
Last active July 13, 2020 13:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save onyb/4e4a2dde78f6723ca72a9b3dab1435a2 to your computer and use it in GitHub Desktop.
Save onyb/4e4a2dde78f6723ca72a9b3dab1435a2 to your computer and use it in GitHub Desktop.
btcsuite weekly - July week 2

PRs to review / merge

  • btcutil#175: Fix OutOfRangeError bound check in block.Tx method
  • btcutil#174: Fix error in base58check test
  • btcutil#151: add test case for litecoin bech32 addresses
  • btcutil#157: Assign returned values in correct order
  • btcutil#176: hdkeychain: Add method to export the chain code
  • btcd#1578: rpcclient: Add getdescriptorinfo RPC call
  • btcd#1584: rpcclient: Implement importmulti JSON-RPC client command
  • btcd#1601: GitHub Actions: Enable Go Race detector and code coverage
  • btcd#1602: btcec: Avoid panic in fieldVal.SetByteSlice for large inputs

Issues to close

  • Close btcd#1543: Nil pointer dereference in the btcutil package Tx.HasWitness() method
  • Close btcd#1334: The getblock RPC signature is different from bitcoin core
  • Close btcd#1146: rpcclient: Add estimatesmartfee support
  • Close btcd#1088: rpcclient: client.GetBlockVerboseTx does not work with bitcoind
  • Close btcd#722: gopkg.io compatible release tags
  • Close btcutil#111: ExtendedKey need to add ChildNum method
  • Close btcutil#123: function to know the number of bitcoin mined at a given block number
  • Close btcutil#136: Fix block transactions range check error
  • Close btcutil#148: Update block.go
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment