Joshua Batty
Joshua Batty
Nice, this is looking really promising. It'd be great to also write up some documentation to include with this PR, stepping through an example use case of when and how...
Thanks Kaya, this is great. Appreciate the thoughtful documentation updates. I think adding more tests might be useful before merging this though. Here's a few suggestions: * Add an integration...
Just to clarify why Leo prints 97.66 KB: snarkVM defines the limit as `100_000` bytes and labels it "100 KB”. When we display it in Leo, we divide by `1024`,...
@d0cd I've opened a PR here to update the comment https://github.com/ProvableHQ/snarkVM/pull/3060 Are we able to close this issue?
While trying to run `REWRITE_EXPECTATIONS=1 cargo test -- integration_tests` as part of #29020, no artifacts were generated in `https://github.com/ProvableHQ/leo/tree/mainnet/tests/expectations/cli` as I was expecting so did some digging. Turns out there...