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

Shielded pool removal #628

Merged
merged 9 commits into from
Jan 12, 2024
Merged

Shielded pool removal #628

merged 9 commits into from
Jan 12, 2024

Conversation

a-petrini
Copy link
Contributor

@a-petrini a-petrini commented Jan 9, 2024

This PR removes the shielded pool from zend.
In particular, removes the possibility of submitting transactions involving shielded notes, hence t->z, z->z and z->t transactions will no longer be accepted and processed.
This PR also modifies all the RPC commands directly related to these transactions - z_sendmany and z_mergetoaddress - and adds deprecation warnings to all the remaining z_ commands.

@a-petrini a-petrini requested review from ptagl, drgora and JackPiri and removed request for ptagl and drgora January 9, 2024 11:48
src/rpc/protocol.cpp Outdated Show resolved Hide resolved
src/wallet/rpcwallet.cpp Outdated Show resolved Hide resolved
Copy link
Contributor

@JackPiri JackPiri left a comment

Choose a reason for hiding this comment

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

The PR is fine to me.
Thanks

src/wallet/rpcwallet.cpp Outdated Show resolved Hide resolved
@JackPiri JackPiri force-pushed the gp/shielded_pool_removal branch from 8bc0e13 to a6c9774 Compare January 11, 2024 10:44
@a-petrini a-petrini force-pushed the gp/shielded_pool_removal branch from 94db13d to 79631cb Compare January 11, 2024 11:45
@JackPiri JackPiri force-pushed the gp/shielded_pool_removal branch from 79631cb to 89dd546 Compare January 12, 2024 10:03
@JackPiri JackPiri force-pushed the gp/shielded_pool_removal branch from 89dd546 to 9d68234 Compare January 12, 2024 10:03
Copy link
Contributor

@drgora drgora left a comment

Choose a reason for hiding this comment

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

Looks good to me, thanks

@ptagl ptagl force-pushed the gp/shielded_pool_removal branch from 9d68234 to cabcaf5 Compare January 12, 2024 11:44
@ptagl ptagl merged commit da80a7b into main Jan 12, 2024
1 check failed
@ptagl ptagl deleted the gp/shielded_pool_removal branch January 12, 2024 11:46
ptagl pushed a commit that referenced this pull request Jan 29, 2024
…elded_removal

After the development of the removal of shielded transactions #628, docs on the repository have been updated to reflect the current status of Zend and remove references to any feature that is not available anymore.

Some sections have been kept and marked as "deprecated" since they may still be useful somehow after the hard fork activation.
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.

4 participants