framework
framework copied to clipboard
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...
I propose that we allow the CLI's `start` command to accept a `loader`/`l` argument, which would ensure the config file (loaded [here](https://github.com/proto-kit/framework/blob/b58a524cfebb75c82f0abb62318ea2be8e25efa2/packages/cli/src/commands/start.tsx#L160)) is loaded with the specified loader. This would...
**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...
**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...
**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...
**Is your feature request related to a problem? Please describe.** Currently the state api casts the result of `.fromFields(...)` as `ValueType`, but in reality its `NonMethods`. This can lead to...