MinaProtocol / mina

Mina is a cryptocurrency protocol with a constant size blockchain, improving scaling while maintaining decentralization and security.
https://minaprotocol.com
Apache License 2.0
1.98k stars 527 forks source link

Archive DB migration- transaction hash post format change #12331

Open deepthiskumar opened 1 year ago

deepthiskumar commented 1 year ago

Hashes for existing transactions will change because of the change in the serialization format for transaction hash pre-image (refer https://github.com/MinaProtocol/mina/issues/11505)

psteckler commented 1 year ago

12649 uses the strategy to hash old transactions that we'll use when migrating hashes.

psteckler commented 7 months ago

Old txns should retain their old hashes.