Raphael Panic
Raphael Panic
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...
Add a eslint check for etc/no-commented-out-code into the CI to be triggered on PR
In non-provable framework code (i.e. sequencer, workers, ...), we sometimes use the provable type representations (Field, PublicKey, ...) and sometimes we use the value types (bigint, string, ...) The way...
**Is your feature request related to a problem? Please describe.** Currently, if the sequencer crashes during batch production, it has to restart the whole process again, since it has no...
Tests that compile a circuit and generate proofs are sometimes not feasible during development and on local machines. Therefore we should add a option to execute only the tests, that...
This PR adds a blocktrigger that automatically produces a block as soon as a transaction enters the mempool