Howard Wu
Howard Wu
Fix/2102
## Motivation Fixes #2102 With this change, in the case that the disconnecting peer truly is not connected, the trigger for `handle_disconnect` will still trigger, giving the `Router` an opportunity...
## Motivation This PR improves the efficiency of validators and beacons by checking that the peer is still connected prior to preparing a `Ping` message. While the call to `send_ping`...
## Motivation This PR adds vanity address generation for Aleo accounts. The process searches for the first occurrence of an Aleo address that contains the specified vanity string at either...
## Motivation Increase cache size to `1
## Motivation This PR updates the validator check for unconfirmed solutions to match that of the beacon check.
Unify the `Connecting to '{peer_ip}'...` message in `Router::handshake`. _Originally posted by @howardwu in https://github.com/AleoHQ/snarkOS/pull/2108#pullrequestreview-1203846755_
**[Tracking] Pre-release of the mainnet branch** ## Changelog Most changes are confirmed audit fixes from the recent series of audits in preparation for mainnet. The remaining changes are either requests...
## 🚀 Feature Add support for a (seeded) random number generator. ## Motivation From developer feedback, a simple RNG would be helpful for developers to get started with building a...
## 💥 Proposal To support functionality, such as bounded recursion, and generalized algorithms, I propose adding the following notation in Leo for generics/macros: ```js function double[i](sum: u32) -> u32 {...
**[Tracking] Pre-release of the mainnet branch** ## Changelog Most changes are confirmed audit fixes from the recent series of audits in preparation for mainnet. The remaining changes are either requests...