DFST

Results 57 comments of DFST

@mitschabaude But what is the meaning of skipActionStatePrecondition in this case? On the local blockchain, it works; when I set skipActionStatePrecondition to true, I'm able to send 16 actions to...

This is a great example! @barriebyron probably it makes sense to make a tutorial on docs.minaprotocol.com for it, what do you think? @mitschabaude When recursive actions are available, will it...

> In theory, it will be possible and that's something that should definitely be available in some shape or form. However, the initial recursive reducer will not have parallel processing...

Maybe it happens because wasm errors occur and are not being handled https://github.com/o1-labs/o1js-bindings/blob/main/js/node/node-backend.js#L85-L90

I was able to get rid of this error by having dedicated workers for Devnet and Zeko. Seems like the problem was in calling in the same worker first Mina.setActiveInstance...

Again, I saw this error today after many proofs were created in the same worker for the same chain (devnet).

This problem will be even bigger on the mainnet: For example, o1js 1.3 breaks the verification keys of one of my contracts due to the changes in the wrap domain...