From a91ffcf664d4d58c46189ca61b63f5ae9d24e398 Mon Sep 17 00:00:00 2001 From: UdjinM6 Date: Wed, 7 May 2025 17:47:01 +0300 Subject: [PATCH] feat: bump withdrawals limit in DIP0027 to 4k --- dip-0027.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dip-0027.md b/dip-0027.md index 83445d0f..5371a93d 100644 --- a/dip-0027.md +++ b/dip-0027.md @@ -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 4000 DASH reduction in the credit pool over the past 576 blocks + +Prior to activation of the `withdrawals2` hard fork in Dash Core v23.0, more restrictive limits were followed. The withdrawal would not be mined if: + * The withdrawal would result in more than a 2000 DASH reduction in the credit pool over the past 576 blocks Prior to activation of the `withdrawals` hard fork in Dash Core v22.0, more restrictive limits were followed. The withdrawal would not be mined if: