Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Receipt chain hash in account precondition has invalid format in archive db #14417

Closed
psteckler opened this issue Oct 23, 2023 · 0 comments
Closed
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

Comments

@psteckler
Copy link
Member

psteckler commented Oct 23, 2023

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.

@psteckler psteckler added 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 labels Oct 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
Status: Reviewed
Development

No branches or pull requests

2 participants