ghost!@shell
ghost!@shell
Currently the mainnet replayer cronjob still hits some errors while replaying blocks. The fix should be replacing the `--set-nonces` flag with `--repair-nonces` flag and at the same time drop the...
Explain your changes: This PR adds `fork` config for every integration tests. The state_hash and global_slot and length were all directly taken from the mainnet database. Explain how you tested...
Explain your changes: Adding transactions and zkapps with `valid_until` and also adds zkapps that upgrade the verification-key-permission version. Explain how you tested your changes: * Checklist: - [ ] Dependency...
Explain your changes: * Explain how you tested your changes: * Checklist: - [ ] Dependency versions are unchanged - Notify Velocity team if dependencies must change in CI -...
Explain your changes: This PR modifies the berkeley_migration app so that it only migrate up to the fork block (instead of migrating all the canonical blocks). And it would mark...
Explain your changes: * Explain how you tested your changes: * Checklist: - [ ] Dependency versions are unchanged - Notify Velocity team if dependencies must change in CI -...
During hard fork, the following things would be change: 1. global slot 2. height 3. version ## global slot For global slot, the behavior of timed account, payments with valid-until...
We saw long async cycles of ~15 mins on whale-1-1 of testworld-2-0 on 12/5/2023. The long async cycles happens during the initialization of node. Commit: [4403440f55](https://github.com/MinaProtocol/mina/pull/14595/commits/4403440f55d56cdb622f55a3ca4e1c032f608b6b) ``` 2023-12-05 19:36:25.123 Mina...
Explain your changes: This PR adds checks for epoch_ledger_hashes in replayer. This checks is optional. To enable this check, you just need to modify the input (it could be any...
Currently berkeley_migration app always migrated all the canonical blocks in the archive database. If we want to pick a canonical block (which is not the top most canonical block) as...