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

docs(dip27): update withdrawal safety to match v22 #160

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

thephez
Copy link
Collaborator

@thephez thephez commented Oct 30, 2024

Dash Core v22 makes simplifies withdrawal safety rules and also makes them less restrictive as implemented in dashpay/dash#6369.

Dash Core v22 makes simplifies withdrawal safety rules and also makes them less restrictive
@thephez thephez marked this pull request as ready for review October 30, 2024 18:22
@@ -142,6 +142,10 @@ Asset Unlock transactions might not be mined for multiple reasons. For example,
As a way to avoid a catastrophic failure if Platform is compromised, Core will limit credit pool withdrawals for at least the first release of Platform. The withdrawal limits may be re-evaluated and updated periodically as the system matures. To evaluate withdrawal validity, withdrawal amounts from the last 576 blocks should be tallied. The withdrawal should not be mined if:

* It requests more DASH than the credit pool contains
* The withdrawal would result in more than a 2000 DASH reduction in the credit pool over the 576 block-window
Copy link
Member

Choose a reason for hiding this comment

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

over the past 576 blocks instead?

Copy link
Collaborator

@knst knst Nov 1, 2024

Choose a reason for hiding this comment

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

over the past 576 blocks instead?

that's same wording as below, if change this one - maybe should update both lines then:

  • The withdrawal would result in more than a 1000 DASH reduction in the credit pool over the 576 block-window

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