framework icon indicating copy to clipboard operation
framework copied to clipboard

Results 92 framework issues
Sort by recently updated
recently updated
newest added

Currently STs and corresponding STBatches are modelled as JSON inside postgres. We ideally want to minimize usage of JSON fields, since that 1) doesn't allow querying over them and 2)...

As of o1js 1.7.0, ZkPrograms accept a `proofsEnabled` parameter. Back when we created the ZkProgrammable utilities, the lack of that was the primary reason of that being created. Now that...

The latest version of o1js includes the ability to mock a zkProgram. This was the original motivation behind the zkProgrammable abstract class and so it can be removed. This PR...

https://github.com/microsoft/tsyringe/blob/master/README.md#disposable-instances

Currently protokit limits o1js types to be of `FlexibleProvablePure`, covering 99% of all use-cases. But some advances users might want to use non-pure provable types as well (like all usages...

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...

1. Add in libraries to make this linting possible. 2. Make changes to all the other files to make pipeline pass

Add a eslint check for etc/no-commented-out-code into the CI to be triggered on PR