Damon Sicore
Damon Sicore
Purposes of devnet: * Run latest tested commits from developer feature/fix branches * Does not affect testnet * Is allowed to be less stable than testnet * Provides a testing...
This epic is create functionality in snarkOS to support multiple concurrent networks running (potentially) under one snarkOS node. Also, it could mean simply the ability to specify which network to...
## 💥 Proposal We need a proposed design for implementing multi-network support in snarkOS. See: https://github.com/AleoHQ/ARCs
## 🚀 Feature Add Wasm compile + tests to our CI. - [x] Parser - [ ] Compiler ## Motivation We want to make sure Leo is Wasm compatible. With...
I believe it would be helpful if each function were thoroughly commented. Each parameter should have clear descriptions, and significant sections of logic should have comments explaining what's happening. A...
***Describe the bug*** Issuing the command: `$ near` ...results in a help message being printed, and one of those is: ` --useLedgerKey Use Ledger for signing with given HD key...
## 🐛 Bug Report Sync improved dramatically after #1896; however, snarkOS main thread again panics and the process dies while syncing. Happens consistently. Restart and it will sync several more...
For the CLI, it seems to make sense to have some sort of command ontology that we can agree on. This issue is to propose and track the words that...
## Motivation Now that we've fixed the double locks and threading issues in client sync and clients can reliably sync all the way, we can begin improving overall client sync...