Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Zcash Sustainablity Fund #1520

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from
Draft

Conversation

tomekpiotrowski
Copy link
Contributor

These are the librustzcash changes necessary for the Zcash Sustainability Fund. They still need more testing and for now are not ready to merge.

This PR splits the features currently under the zcash_unstable = "zfuture" flag into zcash_unstable = "zfuture" and zcash_unstable = "tze". The ZFuture NU itself being under zfuture and the TZE changes under tze. This was done because ZSF is developer under ZFuture NU and needs it without activating TZE features.

Right now to build the ZSF code one needs to provide --cfg zcash_unstable="zfuture" --cfg zcash_unstable="zsf".

@@ -356,7 +356,7 @@ impl Parameters for MainNetwork {
NetworkUpgrade::Nu5 => Some(BlockHeight(1_687_104)),
NetworkUpgrade::Nu6 => None,
#[cfg(zcash_unstable = "zfuture")]
NetworkUpgrade::ZFuture => None,
NetworkUpgrade::ZFuture => Some(BlockHeight(3_000_000)),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants