Jack Grigg

Results 892 comments of Jack Grigg
trafficstars

`SER_BLOCK_HEADER_SIZE` will also be incorrect for regtest blocks, which may or may not affect the array allocations (I don't know Golang).

I specifically mean a version of that graph, or rather a graph of the Action protocol, annotated with capabilities: what different actors within the ecosystem learn. Kind of like what...

We are now doing this in the new `TransactionEncoder.proposeShielding` method by returning `Proposal?`, with `null` meaning either there were no UTXOs to shield, or the balance to shield was below...

Currently, all transactions received by the SDK will be Sapling transactions, either because they are received to a Sapling receiver, or are received to a transparent receiver and need to...

#1424 incorrectly resolved this issue. It throws an error when a `nil` proposal is encountered, instead of returning `nil`. This results in an error being shown to the user, when...

This requirement was added to ZIP 316 implementations at some point, but the requirement itself is being removed in ZIP 316 revision 1 (https://github.com/zcash/zips/pull/765).

The `depends-sources` downloads are all hosted in two locations: - The canonical upstream location (mostly GitHub but also a few other locations) - https://download.z.cash/depends-sources (used as a fallback) The Rust...

Note that I didn't add the "Sapling wishlist" label ;) I don't expect this to make Sapling; I just wanted it documented so we can factor it into e.g. #2071...

This is probably the same issue as #2193, but the CI logs from back then have been lost.

I wrote Python scripts to extract metadata about P2SH addresses (available [here](https://gist.github.com/str4d/9d80f1b60e6787310897044502cb025b)). The first collects unique P2SH addresses, and detects the first time they are spent from (at which point...