George Agapov

Results 62 issues of George Agapov

It's a trick that doesn't seem to be necessary and isn't the cleanest one. Explain how you tested your changes: * Mina compiles Checklist: - [x] Dependency versions are unchanged...

Explain your changes: * [Fix genesis config creation for berkeley-to-berkeley HF](https://github.com/MinaProtocol/mina/commit/f49d0c2949b1a307c23a71285ede9b0b55fc6c00) * [Use local script in generate-genesis-config.sh](https://github.com/MinaProtocol/mina/commit/7cfb6388d0fb38d7ac7cb406c6685c8aee37aa0c) Explain how you tested your changes: * Successul emergency HF dry-run with these...

Problem: Module mina_version uses mina_version.normal as the default implementation which causes recompilation of most of the project on every commit. Solution: * use mina_version.dummy as the default implementation * rename...

Explain your changes: * Allow delegation backend to be started without reliance on Google services/AWS * Support the new method in orchestrator * Minor tweak to generator Explain how you...

Small change for the `test-apply` benchmark to generate transactions with maximum amount of events/actions. Useful to ensure that the number of events/actions has a tiny impact on the total time....

While examining the performance of `Staged_ledger.update_coinbase_stack_and_get_data`, I noticed that even after optimizations culminated by PR #14643, up to 50% of time is being spent in first and send passes of...

_This PR is ought to be rebased after the following PRs are merged: #15510_ This PR updates `flake.nix`, `nix/ocaml.nix` to integrate [o1-labs/dune-nix](https://github.com/o1-labs/dune-nix) library into the repository. This adds a family...

performance

Problem: when performing transaction application, all merkle ledger hashes are recomputed for every account update. This is wasteful for a number of reasons: 1. Transactions normally contain more than one...

performance

Playground for testing CI builds via granular nix Not intended to be ever merged

Update some scripts and `runtime_genesis_ledger` to be able to generate a runtime configuration for a custom testnet cluster. Explain how you tested your changes: * Followed the [steps ](https://gist.github.com/georgeee/e7af96231cff67add8cd30667979627e) to...