Las
Las
### Describe the feature you'd like Currently, in Plutarch (and I assume same for PlutusTx), we're emulating let bindings `let x = y; z` as `(\x -> z) y`, but...
See https://github.com/Trivo25/mina-zk-rollup/tree/ca01fbf1c8d547fd5a69f1befff67f2a6df82d99/src https://github.com/o1-labs/snarkyjs/tree/129a35c387d750f661d8635b70e141a297496cd7 doesn't exist
**Is your feature request related to a problem? Please describe.** It would be great if there was a Nix expression (for Mac and Linux) to easily build this. vcpkg is...
I don't exactly know how these versions work and all that (not much info on the web), but it seems to be related to wlc/src/compositor/seat/data.c line 174 and line 235....
Are you planning to support specifying erasure, e.g. like `(0 _ : x = y) -> x -> y`.
It seems like the API doesn't support memory64, in that `idxtype` isn't available.
Perhaps a duplicate issue. C++ modules seem objectively better than headers. Perhaps some of the stuff that Nix does with headers can't be replicated with modules but it seems like...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Platform Linux ### App version _No response_ ### Feature I'm trying to build...
That way when using custom networks you don't have to set the salt for both account update hashing and signatures manually.
Right now AFAIU (although I haven't tested it), you could set the precondition to s1, then again to s4, which is very unintuitive and could break zkapps depending on it...