Skip to content

Zcash Sustainablity Fund#1520

Closed
tomekpiotrowski wants to merge 3 commits into
zcash:mainfrom
equilibriumco:zsf_on_main
Closed

Zcash Sustainablity Fund#1520
tomekpiotrowski wants to merge 3 commits into
zcash:mainfrom
equilibriumco:zsf_on_main

Conversation

@tomekpiotrowski
Copy link
Copy Markdown
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".

NetworkUpgrade::Nu6 => None,
#[cfg(zcash_unstable = "zfuture")]
NetworkUpgrade::ZFuture => None,
NetworkUpgrade::ZFuture => Some(BlockHeight(3_000_000)),
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

@giddie
Copy link
Copy Markdown

giddie commented Oct 11, 2024

Replaced by: #1567

This PR can be closed 🛑

@nuttycom nuttycom closed this Oct 11, 2024
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.

3 participants