noot
noot
using the `drk` crate as a dep in an external repo led to these compilation errors: ``` error: couldn't read `/home/e/.cargo/git/checkouts/darkfi-a258e322f5e79994/bfcd383/src/validator/../contract/money/darkfi_money_contract.wasm`: No such file or directory (os error 2) -->...
currently, the server doesn't send any response to the client, but it should notify it of success/failure. I think this is dependent on Nym reply SURBs which I don't think...
right now, the client app constructs and sends the tx immediately, but it should confirm with the user before submitting it (unless specified otherwise with a `-y` flag)
## Description Adds `height` field to relevant gRPC requests and `latest_height` bool to override height and query at the latest height. Following up to my previous PR #5685 - this...
Right now, sign and verify won't interoperate with don't fully match the implementation in rust library, since in rust schnorrkel uses the transcript RNG to generate randomness when signing. The...
## Task summary - the `staking.Stakers` field is currently commented out, as the storage key for it is unknown - determine the storage key for this field and re-add it...