Raymond Chu

Results 114 comments of Raymond Chu

Should be resolved with https://github.com/AleoNet/snarkVM/pull/1988

I believe this change is correct, as we do use a depth of 9. Would be good to get confirmation from @d0cd regarding any other inconsistencies in the docs.

Hi all! Thanks for the fruitful discussion. I would recommend closing this PR and moving discussion to an ARC or other Aleo forum. Changes to the `credits.aleo` program will break...

Good thing is that it doesn't seem to be a fork, so I'm less concerned about a consensus issue. @joske @ljedrz snarkOS https://github.com/AleoNet/snarkOS/commit/c4d725f923f92bad8d6aab0fa15824867efbcc0c is an older version that uses a...

@joske The failing check is this: ``` pub fn is_valid(&self) -> bool { match self.height == 0u32 { true => self.is_genesis(), false => { // Ensure the network ID is...

Can you try again with `cargo run --release` or try to re-install snarkOS rev https://github.com/AleoNet/snarkOS/commit/c4d725f923f92bad8d6aab0fa15824867efbcc0c using `cargo install --path .`? Just to ensure that it's not an issue with the...

Closing as this is a one-off and not reproducible. Feel free to reopen if there is more info on this

Must needed start to Query improvements in general, also solves the issue where a Tx that requests multiple StateRoots may have issues executing if there is a difference in received...

Discussed with @niklaslong about a possible solution for this with additional optimization benefits. Couple takeaways: 1. New snarkOS REST endpoint that fetches multiple state paths at once (given a vec...