d0cd
d0cd
## 🐛 Bug Report The Linux musl release CI doesn't exist because it doesn't ship with openSSL Consider: - correct openssl setup - using rusttls
## 🐛 Bug Report `leo test` should have isolation between tests. This can either be at the individual test level or file level. File level may be a good middle...
This PR introduces: - console and circuit implementations of integer square root. Resource: https://en.wikipedia.org/wiki/Integer_square_root TODO: - [ ] Integrate into opcodes - [ ] Guard by consensus version - [...
## 📚 Documentation [This](https://github.com/ProvableHQ/snarkVM/pull/2901) PR, explicitly introduces versioning to the `Query::REST` variant. Prior to this, this variant was initialized in Leo with the full API: `https://api.explorer.provable.com/v1`. It must now be...
## Motivation This PR adds additional tests for the recent PRs merged for ECDSA and bit operations: - #2939 - #2938 - #2913
## 🚀 Feature With the latest increase in array sizes to 512, array operations in AVM bytecode can be cumbersome. In order to: - write to an element - slice...
## 🚀 Feature The AVM only supports `ternary` operations on `LiteralType`s. In Leo, when a ternary operation is performed over a 1-D array, the compiler rewrites it into `N` ternaries...
Here is a snippet from helping someone add token registry as a dependency. ``` Leo allows you to import Aleo programs directly. What you can do is: cd to your...