Gregor Mitscha-Baude
Gregor Mitscha-Baude
nice feedback! `setIf()` is straight-forward to add at least. maybe some dynamic array methods for the branching?
We could fix that with types on the decorator!
I don't get why this should be done @dannywillems These bindings are extremely o1js specific They are also specific to Pickles + Snarky They don't really have much to do...
I think this was a recent feature request and should remain open
> assertEquals inconsistency this should be fixed and can be done in a non-breaking way, since the message argument is optional > UInt .from inconsistency some of this is intentional....
> There is also a minor inconsistency: UInt64.toBigInt() but UInt32.toBigint() that's annoying. I'd like us to deprecate all `toBigInt()` and add `toBigint()` throughout o1js
In general, I don't like the combinatorial explosion of dealing with conversions between all different integer types. Same as I don't like the duplication in our code base for implementing...