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
Both inscriptions right now throw an exception, because the parser cant read the data for tag 2.
This is caused because my code for readPushdata does not handle OP_0 at all.
The halving block has some transactions that inscribe an ordinal and etch a rune.
Inscription 70279625
Inscription 70279628
The pushdata of these txns revealed a bug:
Both inscriptions right now throw an exception, because the parser cant read the data for tag
2
.This is caused because my code for
readPushdata
does not handleOP_0
at all.ordpool-parser/src/lib/reader.ts
Lines 26 to 63 in ce04d7a
The text was updated successfully, but these errors were encountered: