George Agapov

Results 62 issues of George Agapov

Fix verification of fork package. Explain how you tested your changes: * https://buildkite.com/o-1-labs-2/hardfork-package-generation/builds/256 Checklist: - [x] Dependency versions are unchanged - Notify Velocity team if dependencies must change in CI...

Fix verification of fork package. Berkeley version: #15591 Explain how you tested your changes: * [x] Mainnet (on #15591): https://buildkite.com/o-1-labs-2/hardfork-package-generation/builds/280 * [x] Devnet (on #15591): https://buildkite.com/o-1-labs-2/hardfork-package-generation/builds/281 * [x] Mainnet dry...

Implement nix integration in a way to allow packages to be built "granularly". I.e. not just initiating an environment and running `make build`, but rather let `nix` know about Mina...

Problem: ppx_version tests do not pass. Solution: fix bounded_types usage and comment out a test that can't be trivially fixed. Ideally, this commit is followed by another one that uncomments...

Produce a document describing what are databases that Daemon uses. Result of this task is expected to be a table of databases and descriptions. Table's rows, I imagine, would be:...

A much lighter alternative to/subset of #14798. Following services need to be configured: 1. A few Mina nodes to be used for experiment setup - 1 seed, 3 bps, 5...

This resolves a circular package-to-package dependency between mina_base and internal_tracing. _Clarification_ It's package-to-package circular dependency, not libray-to-library. Dune handles it well. But dependency diagram becomes way less readable, also it...

Develop a better dashboard charts to monitor the snark work production healthiness. # Context Snark work production is a complicated process which has a great impact on overall healthiness of...

# Context In most runs bootstrap and catchup are the longest routines in the process of synchronizing a just-started node. Bootstrap happens only due to one of the following circumstances:...