Results 20 issues of Coby

### Describe the problem It's common for someone looking to troubleshoot a problem to share a gist or some code in a single text file. Anyone looking to reproduce the...

### Describe the problem The zk project command always creates a sub-directory, which is annoying if you are already in the directory you want all of the files to be...

to-discuss

The community has raised this issue where their reducer cannot correctly derive the action hash given the response from the archive node. This only happens when multiple actions are dispatched...

## Summary O1JS has implemented the primitives needed to verify ECSDA over Secp256k1 signatures (used in ethereum and other blockchains), but the developer experience leaves room for improvement. ## Current...

## Summary The way that offchain state works today is a developer will create their custom offchain state class and object in on call: ```ts const offchainState = OffchainState( {...

I added the `CurrencyUtils` module to do the same thing as `MinaAmount`, but on bigints only. This could be useful in any kind of third party code handling user inputs,...

This API is [tested](https://github.com/o1-labs/o1js/blob/main/src/lib/provable/test/merkle-tree.unit-test.ts) and [documented](https://github.com/o1-labs/o1js/blob/c30695e2faf95fff2df088937bf9f1e964e12487/src/lib/provable/merkle-tree-indexed.ts#L20), [(more)](https://docs.minaprotocol.com/zkapps/o1js/indexed-merkle-map). It seems ready to leave experimental, to me. If not, what do we need to do?

Relates to: https://github.com/o1-labs/o1js/issues/1214 (memory leak + not handling OOM well is a recipe for disaster) User reports node thread hangs after some number of iterations of recursive proving: https://discord.com/channels/484437221055922177/1326949912759500861 When...