George Agapov

Results 73 issues of George Agapov

When no zkapp uri is specified, use a precomputed hash of a dummy stub. Previous behavior involved hashing the dummy stub each time no zkapp uri was specified which is...

performance

Modify `full_round` to perform round inline when `params.mds.len() == 3`. This optimization gave a ~3% speedup (measured by `mina ledger test apply` on top of a PR stack #2394, https://github.com/MinaProtocol/mina/pull/15980...

During our latest release testing on devnet, we've identified two critical issues that are currently blocking the release of the `compatible` branch: 1. **Node halt issue**: A devnet node abruptly...

bug

Experimental draft to allow setting a numeric precondition on the first state element. Checklist: - [ ] Dependency versions are unchanged - Notify Velocity team if dependencies must change in...

In recent PR #17192 I accidentally broke rocksdb building on non-linux platforms (under nix). This PR fixes it by ensuring that we attempt to use rocksdb `5.x.x` only on `linux-x86_64`....

### Preliminary Checks - [x] This issue is not a duplicate. Before opening a new issue, please search existing issues: https://github.com/MinaProtocol/mina/issues - [x] This issue is not a question, feature...

Temporary PR/branch to facilitate testing on ITN cluster

Update the script to make it possible to generate ledger for Mesa's ITN testing using existing set of private keys and passing the `--pad-app-state` flag. Successfully generated new ledger files...

Apply a simple refactoring that: * Removes a few unused definitions from nix files * Revives nix docker derivations * Fixes an issue of janestreet's OCaml libraries relying on paths...

This is a draft PR that will be split to many smaller PRs. I open it for ease of tracking the full workload. PR is extensively documented in [notion](https://www.notion.so/o1labs/Frontier-Memory-Optimization-Refactoring-2bee79b1f9108066a63ef958377c8eb6).