librustzcash/components/zcash_protocol
Jack Grigg 6898dbf094 Replace `unstable-nu6` and `zfuture` feature flags with cfg flags
Neither of these should have been feature flags, as they gate breaking
changes to the Zcash consensus rules (and in some ways are incompatible
with each other), while feature flags should be additive.
2024-03-10 18:42:39 +00:00
..
src Replace `unstable-nu6` and `zfuture` feature flags with cfg flags 2024-03-10 18:42:39 +00:00
CHANGELOG.md Replace `unstable-nu6` and `zfuture` feature flags with cfg flags 2024-03-10 18:42:39 +00:00
Cargo.toml Replace `unstable-nu6` and `zfuture` feature flags with cfg flags 2024-03-10 18:42:39 +00:00
LICENSE-APACHE Add stub for a `zcash_protocol` crate. 2024-03-05 09:45:24 -07:00
LICENSE-MIT Apply suggestions from code review 2024-03-05 13:36:15 -07:00
README.md Add stub for a `zcash_protocol` crate. 2024-03-05 09:45:24 -07:00

README.md

zcash_protocol

Zcash network constants and value types.

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.