-
## 🐛 Bug Report
Here is write part:
https://github.com/AleoHQ/snarkOS/blob/7716d98a04884c3004c4fd76b29bf5c0fa4ae486/node/src/prover/router.rs#L172-L175
Here is read part: https://github.com/Ale…
-
## 🐛 Bug Report
**rustc 1.76.0 (07dca489a 2024-02-04)**
**when i build aleo on riscv64**
```
error: linking with `cc` failed: exit status: 1
|
= note: LC_ALL="C" PATH="/home/ubuntu/.…
-
## Steps to Reproduce
Use this branch to run a malicious validator: https://github.com/elderhammer/snarkOS/tree/fake_solution_transmission
**Part one**:
1. Malicious validator use latest_epoc…
-
## 🐛 Bug Report
A client node running on canary occasionally stops syncing for a long while and does not get up to tip, it does not receive any new blocks from the validator it is connected too and…
-
## 🐛 Bug Report
The json formatter is storing `u64` fields as a number, and it's silently losing some precision for the data. I'm not sure why it happened during the serialization though - I'd ex…
-
## 🐛 Bug Report
Sometimes after a Client Node is restarted, the following error message will pop up: `The next block (X) is invalid - Failed to speculate on transactions - Failed to post-ratify…
-
Hi Community,
I'm figuring out how to run the program test on the developer local environment. The tutorial I'm following with is https://developer.aleo.org/testnet/getting_started/deploy_execute
…
-
How to solve the following errors when running "cargo install -- path."?
error: failed to run custom build command for `librocksdb-sys v0.8.0+7.4.4`
Caused by:
process didn't exit successfully:…
-
We have been considering the possibility of mutex contention causing performance degradation in snarkOS and snarkVM.
The two ecosystems make use of [parking_lot](https://docs.rs/parking_lot/latest/…
-
## 🚀 Feature
## Motivation
Automate process of fetching peer nodes from a bootstrap server directly via a command line option (--peers). This feature is crucial for efficiently joining the net…