Daira-Emma Hopwood
Daira-Emma Hopwood
The definitions of purity and side effects are ambiguous. For instance, suppose we have a function that reads, but does modify, state that is reachable from its inputs. Is that...
(This issue spans `algebra` and `curves`, but seems more pertinent here.) Consider the implementation of towers of field extensions, for example [here](https://github.com/arkworks-rs/curves/blob/master/bls12_381/src/fields) for BLS12-381. The usual way to describe such...
## Description Add support for the Pluto and Eris curves. These curves form a half-pairing cycle described in https://github.com/daira/pluto-eris . Currently, the pairing for Pluto is not implemented. --- Before...
This is important licensing information since it affects how those projects can be forked. * `zcash_script` depends on `orchard` via `zcash_primitives`: * https://github.com/ZcashFoundation/zcash_script/blob/c9fbc441efd78593ba6a9828be45baf2d6469757/Cargo.toml#L57-L58 * https://github.com/ZcashFoundation/zcash_script/issues/36 * `zcash_chain` depends on `orchard`...
@teor2345 wrote on Discord: > Do we need to increase the mempool eviction cost threshold for Orchard? > https://zips.z.cash/zip-0401#rationale > > Based on this blog post, I'm guessing that 4000...
@defuse and I found a consensus bug that could have caused a chain fork but didn't (and no longer can). For coinbase transactions with a shielded Sapling output, the spec...
Part of #447.
The additional restrictions that were placed on Ed25519 public keys before Canopy are not needed, provided that an implementation checkpoints on the Canopy activation block or later for the Zcash...