We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2abce8e commit 410eb09Copy full SHA for 410eb09
packages/rs-platform-version/src/version/drive_abci_versions/drive_abci_method_versions/v5.rs
@@ -84,7 +84,8 @@ pub const DRIVE_ABCI_METHOD_VERSIONS_V5: DriveAbciMethodVersions = DriveAbciMeth
84
// quorums as workaround for Core v21 bug.
85
pool_withdrawals_into_transactions_queue: 1,
86
update_broadcasted_withdrawal_statuses: 0,
87
- rebroadcast_expired_withdrawal_documents: 0,
+ // Rebroadcasting should also no longer use the first two quorums only
88
+ rebroadcast_expired_withdrawal_documents: 1,
89
append_signatures_and_broadcast_withdrawal_transactions: 0,
90
cleanup_expired_locks_of_withdrawal_amounts: 0,
91
},
0 commit comments