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'), |