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
Ideally the script decoding does not crash, indeed, if the transaction is supported by the blockchain and recorded, there is no reason btclib should not be able to parse the script.
version
The last published version at the time of this writing has been used.
The text was updated successfully, but these errors were encountered:
wind-shift
changed the title
Bunch of transactions between height 250000 and 300000 could not be decoded
Some utxo script cannot be decoded by the library
Aug 21, 2024
The library crashes for some transaction scripts
Here is the list of transactions concerned
To Reproduce
Steps to reproduce the behavior:
Download the raw TX from the blockchain
You can get the script directly by doing
Decode it using
btclib
Expected behavior
Ideally the script decoding does not crash, indeed, if the transaction is supported by the blockchain and recorded, there is no reason
btclib
should not be able to parse the script.version
The last published version at the time of this writing has been used.
The text was updated successfully, but these errors were encountered: