You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge pull request #4 from dogeorg/segwit-block-parsing
Fix: added SegWit parsing in DecodeBlock/DecodeTx (occurs in AuxPoW)
The new approach exactly mirrors the parsing logic in Core to avoid inconsistent parsing outcomes.
Now also detects invalid script size and varInt size as per Core, which typically happen when parsing goes astray.
Also added DecodeBlockErr/DecodeTxErr that return error details for debugging issues like this.