Martin Minkov

Results 9 comments of Martin Minkov

I seemingly can't reproduce the `Cannot find name '...'` error when creating a new project. Shouldn't the types for Jest be installed when creating a new project (in the dev...

This happened to me because I had `js_render` enabled in my algolia config. It seems like this Github action doesn't support that option so I had to drop the action...

Closing since https://github.com/MinaProtocol/mina/pull/16000 has been merged into `compatible`

@barriebyron Could you give this a first-pass review, please? Also, wdyt about the question posed in the description?

Hey @coldstar1993, can you share the full `ZkProgram`, please? It'd be helpful for chasing down this bug :pray:

Thanks for creating the issue! I'll try to reproduce this week and see if a fix can follow ASAP.

I did some testing on my end using the zkApp Lightnet, posting some results here for others to read. The [SQL for getting actions](https://github.com/o1-labs/Archive-Node-API/blob/77aee3b8779d9d834434eb0231b79ffd239d9420/src/db/sql/events-actions/queries.ts#L197) with `endActionState` defined seems to be...

List of a few common pitfalls to document: 1. In-circuit randomness 2. Reading out values of field elements in provable code - Existing example: https://github.com/o1-labs/o1js/issues/224 3. Always try to compile...