Isaac

Results 27 issues of Isaac

It would helpful for the item counters of non-void items in the Command UI to account for the number of their corrupted counterparts (as they are converted into the void...

enhancement
help wanted
good first issue

Documentation for this leo PR: https://github.com/AleoHQ/leo/pull/27627 Rendered [here](https://github.com/AleoHQ/welcome/blob/d553f602ec76dd51c6f19bda1f880bd647b0b95b/documentation/leo/05_commands.md)

This PR adds 3 writing based games to rocketcrab from [outofcontext.party](https://www.outofcontext.party) and a new "Writing" category: * Raconteur - collaboratively write stories one line at a time while only seeing...

Same as #37 but for mainnet ### Description Signing/verifying aleo values is present in the [snarkOS CLI](https://github.com/AleoHQ/snarkOS/pull/2909) and the [leo CLI](https://github.com/AleoHQ/leo/pull/27627). Verification is present in [leo](https://developer.aleo.org/leo/language/#signatures). As Aleo does not...

### Description Signing/verifying aleo values is present in the [snarkOS CLI](https://github.com/AleoHQ/snarkOS/pull/2909) and the [leo CLI](https://github.com/AleoHQ/leo/pull/27627). Verification is present in [leo](https://developer.aleo.org/leo/language/#signatures). As Aleo does not natively support byte-encoded messages, this feature...

## 🐛 Bug Report A circumstance where block requests are forced to timeout can be reached when a peer with a pending request does not respond with a block response....

bug

## 💥 Proposal The [run-client.sh](https://github.com/AleoNet/snarkOS/blob/mainnet-staging/run-client.sh) script will trigger a reboot of all clients using the bootstrap nodes as the only initial peers. As this happens every 1800 seconds (30 minutes),...

## Motivation The execute command is often used in secure contexts, and providing an option for a file input reduces potential cleartext private key exposure in both troubleshooting and production...

## Motivation In order to test against mainnet entirely locally, outside of `dev`-mode this PR does the following: 1. changes some assumptions for peers with loopback addresses to allow a...

Adds the `encrypt_text` and `decrypt_text` binaries to the `setup1-cli-tools`, allowing setup ceremony addresses and keys to be used for encryption and decryption. ## Encrypt and Decrypt Guide Encrypt text: ```bash...