Brandon H. Gomes
Brandon H. Gomes
Can we use https://crates.io/crates/cargo-next for automated checking of release PRs?
Right now we run a barrage of simulations and a lot of them fail because they run too long. We want to run shorter simulations and/or allow them to exit...
After discussions with @stechu, we want to try and transition the `manta-crypto` tools to its own governing organization as a standalone public-good product (of the likes of `arkworks` and `zk-garage`)....
In the simulation, we only check the correctness of the state at the end of the simulation after all actors have expired. We should have periodic (random?) checking where the...
Right now the simulation in the CI either runs so long that it expires. Let's find a medium simulation target, at least one with a small number of actors and...
For a lot of the arkworks types in `manta-pay`, the default `derive` implementations have the wrong semantics with respect to generic parameters. Like this: ```rust #[derive(Clone)] struct ArkworksType where T:...
Right now we have a less-than-ideal interface for HTTP clients where we assume that all communication should use the POST command so that we have access to the body of...
We should explore the [Nova Proof System](https://github.com/microsoft/Nova) as an option for a backend. How to integrate this experimental code into the `manta-pay` module: 1. Add an optional `nova` dependency to...
Right now the mnemonic library we use is restricted to 24 words. We should support at least 12-word mnemonics too. There are a few libraries that exist in the Rust...