d0cd
d0cd
This PR adds documentation for program upgradability.
Use docusaurus versioning features to track docs by version.
Supporting this would allow users to quickly experiment with Leo code and concepts as they read through the docs.
## ๐ฅ Proposal Use tracing to log throughout Leo Leo should be writing each run to a local log file for debug information Logs can be cleared between each run
## ๐ Feature The Leo CLI should give users the ability to broadcast or save their transactions. If the save option is selected, transactions should be saved to a file,...
## ๐ Feature A common problem developers run into is the subtlety between `transfer_public` and `transfer_public_as_signer`. The Leo compiler could provide warnings to users when calling functions that use `self.caller`...
## ๐ฅ Proposal There are large blocks of code in the Leo compiler that are generic over `snarkvm::Network`. However, the network trait is only used in very localized parts of...
## ๐ Bug Report `leo build` attempts to make progress in spite of incorrectly specified dependencies. For example, if a local dependency with a path accidentally has "network" specified, the...