Dariusz Kijania
Dariusz Kijania
Introducing new docker purely for hardfork purposes. It requires #17318 to be merged prior this PR. Basic idea is to have new dockerfile which contains both mina and mina-legacy apps....
DockerVersions.dhall and DebianVersions.dhall contains constants related to docker and debian build steps in CI. A lot of tests are referencing those steps as step dependency. Those build steps are highly...
Use newly created release manager in Ci to publish debians. We removed possibility to publish debian to our main repo `packages.o1test.net` to preserve consistency. Still Ci can push debians to...
…_test Stabilize emergency hf test### Welcome 👋 Thank you for contributing to Mina! Please see `CONTRIBUTING.md` if you haven't yet. In that doc, there are more details around how to...
Optimizing archive node genesis account function. Function tries to inserts all accounts specified in genesis ledger config file. However, it does it in non optimal way. Namely it open transaction...
Reimplementing caqti upgrade after revertion (https://github.com/MinaProtocol/mina/pull/16694). ### PR Structure - (8a8e1b5) First commit is pure re-implementation without any fix and will fail in CI - (0dbf7429) Second commit is fix...
### Context We detected during replayer mainnet run, that we were using wrong DUNE_PROFILE. Currently we are using devnet profile also for mainnet. The difference is subtle as only difference...
### Welcome 👋 Thank you for contributing to Mina! Please see `CONTRIBUTING.md` if you haven't yet. In that doc, there are more details around how to start our CI. If...
Extracted part of integration test framework into single module. This help other tests to build arbitrary genesis config without including integration tests docker implementation. One example of future usage is...
When running replayer on mainnet archive we often receive stack overflow panic like below: ``` 2025-05-08 13:32:28 UTC [Info] Checkpoint target was 718546, setting to 718596 (monitor.ml.Error ("Stack overflow") ("Raised...