Raymond Chu

Results 113 comments of Raymond Chu

Implementation WIP in [feature/zcash-transactions](https://github.com/ArgusHQ/wagyu/tree/feature/zcash-transactions). - [x] t-addr -> t-addr - [x] t-addr -> z-addr - [x] z-addr-> t-addr - [x] z-addr -> z-addr Note: All z-addresses refer to sapling addresses.

Current implementation generates sapling spends and outputs with valid proofs. Shielded outputs have been tested with real transactions (successfully broadcasting the crafted transaction hexes), however shielded spends have not. This...

Preliminary implementation for Zcash transaction builder is complete with real transaction tests. NOTE: Sending real transactions with sapling spends require the most recent sapling tree state (current tests use gdb/lldb...

Thanks for the pointer! That would most likely work. I'll look into that avenue and do some testing to see if I can further simplify/untangle the transaction building process.

Not at the moment, I have a TODO for that check. Was thinking to hold off on it, since we'll be storing the IRs down the line anyways.

The issue is that your node is not being run as a miner and therefore not loading the required proving parameters to generate transactions. We currently do not have config...

On the note of consolidated REST servers, the initial "baseline" server was added to snarkVM - https://github.com/AleoHQ/snarkVM/pull/1032. The intention is for snarkOS and other repos requiring a server to utilize...

The intention of the `--dev` flag in the snarkOS cli was to introduce development nodes. I believe we can hook up snarkOS into the Aleo SDK without much issue, however...

Relevant info about Clap 4.* coloring - https://github.com/clap-rs/clap/issues/4132#issuecomment-1253849056