btcsuite / btcutil

Provides bitcoin-specific convenience functions and types
477 stars 410 forks source link

Add utility functions for blocks and transactions witness data #75

Closed Roasbeef closed 7 years ago

Roasbeef commented 8 years ago

This PR adds a number of utility messages that will be useful for callers interacting with blocks and transactions that contain witness data:

NOTE: This PR requires btcsuite/btcd#656

halseth commented 7 years ago

Bech32 PR is up #100

Roasbeef commented 7 years ago

Modified this PR to eliminate the segwit address portion as that portion will now be implemented by #100.

davecgh commented 7 years ago

Would you update the title and descriptions please?

davecgh commented 7 years ago

Need a rebase and then I'll get this merged.