Howard Wu
Howard Wu
## 🚀 Feature On the `testnet3.2` branch, let's refactor the `snarkvm/vm/compiler` crate into `snarkvm/synthesizer` and update all `Cargo.toml` and `CircleCI` references for this **after** the coinbase puzzle work is completed...
## 🚀 Feature We need to add support in functions to pass in records from `credits.aleo` and (via an opcode) move `gates` from the `credits.aleo` record into any other program...
## Motivation Closes #805. Adds a subgroup check at initialization for `Group` circuits.
@howardwu Also tagging @bendyarm, who first brought up the Unicode bidi override issue for Leo a while ago. This is my assessment for ASCII: - 32 (space) is fine. -...
I think we should also check subgroup membership here (and also in the TE case). If we know for certain that something is in the subgroup, then we should add...
## 🚀 Feature Add `#![warn(clippy::cast_possible_truncation)]` to `circuit` and `console`. If all goes well, add to `compiler`.
## 🐛 Bug Report I ran into this issue while syncing a node today: ``` dns error: failed to lookup address information: nodename nor servname provided, or not known ```...
## 🐛 Bug Report This change https://github.com/AleoHQ/snarkOS/pull/2101/commits/7a7797d0d91f736e2fed04beb2435b27f853089b was added in PR #2101 because of a bug whereby the disconnect handler from the `tcp` stack does not appear to be triggering...
## Motivation This PR updates the `Router` `connect` and `insert_restricted_peer` logic. ## Tests This PR introduces a test framework for `Router` by implementing a `TestRouter`. Currently, only the `Handshake` and...
## Motivation This PR adds and updates comments and traces in the `Tcp` stack, and reorganizes methods for easier readability. The following are the **only** logic changes to the `Tcp`...