blockparser
blockparser copied to clipboard
Segwit support: parse transactions
Fix transaction parsing for bitcoin, witness data itself is not stored or processed, so it is possible that we need additional fixes for script processing in the future, but usual scenarios (simple, allBalances, etc.) are working correctly in current implementation.
@jahrsg hi,jahrsg,the blockparser doesn't support segwit.Your pull request has solved this issue? I'm trying it out now.