Receipt chain hash in account precondition has invalid format in archive db #14417
Labels
itn3
https://docs.google.com/document/d/1ualsFs9NbgavFZj1Z4CYHf4PdRGblyz1wOl9BawT1iU
Testworld-2-0-archive-node
Should be used to raise archive node issues with Testworld 2.0 network
Testworld-2-0-protocol-performance-testing
Should be used to raise general issues with Testworld 2.0 network
The receipt chain hashes in account preconditions are being written using the string representation of field (Fp) elements. The replayer tries to read them as Base58Check for the
Receipt.Chain_hash.t
type.If we carry over archive db data to the next ITN release, we'll need to patch that column.
The patching code is in #14419, which has been merged to
rampup
.The text was updated successfully, but these errors were encountered: