znort987 / blockparser

Simple C++ bitcoin blockchain parser
539 stars 317 forks source link

Segwit support: parse transactions #87

Open jahrsg opened 6 years ago

jahrsg commented 6 years ago

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.

foonsun commented 6 years ago

@jahrsg hi,jahrsg,the blockparser doesn't support segwit.Your pull request has solved this issue? I'm trying it out now.