When parsing the tokenized action this library never takes into account the fact that data scripts now always are OP_FALSE OP_RETURN. Rather the library always assumes that the script begins with OP_RETURN which causes breaking behavior since the Feb, 2020 upgrade.
|
Buffer.from(parts[1], 'hex').toString('ascii'), |
When parsing the tokenized action this library never takes into account the fact that data scripts now always are
OP_FALSE OP_RETURN. Rather the library always assumes that the script begins withOP_RETURNwhich causes breaking behavior since the Feb, 2020 upgrade.specification/dist/typescript/src/protocol.ts
Line 242 in 47f390c