Alexander Kim
Alexander Kim
## 💥 Proposal Some developers have requested that the size of the compiled program be listed after calling `leo build`. As the size limit for Aleo Instruction programs is 100KB,...
## 🐛 Bug Report The compiler panics at runtime when calling the code below. The program will build with no errors. ### Code: ```leo let x : [u8;3] = [4u8;3];...
# Structure Changes None # Content Changes - Moved hashing vs. committing explanation to the cryptographic operators tab - Fixed typos in cheatsheet
#### Storage Vectors ```leo storage vec: [u8] ``` Missing semicolon
The rewrite for the Execute guide should explicitly clarify the difference between `leo execute` and `leo run`
## 📚 Documentation This will help with auto-generation of docs