Fee currency blocklist admin controls#364
Merged
piersy merged 12 commits intocelo-rebase-12from Apr 7, 2025
Merged
Conversation
seolaoh
reviewed
Apr 4, 2025
Co-authored-by: Seola Oh <osa8361@gmail.com>
Co-authored-by: Seola Oh <osa8361@gmail.com>
Co-authored-by: Seola Oh <osa8361@gmail.com>
piersy
added a commit
that referenced
this pull request
Apr 8, 2025
Adds admin API controls for managing fee currency blocking. The fee currency blocking feature blocks all transactions for of a certain fee currency for 2 hours when we encounter one reverting in an unexpected way in the credit or debit calls. We do this because failing debit or credit call prevents us from taking payment for the fee currency transaction and therefore presents an opportunity for a DOS attack. This PR gives finer grained control over the blocking allowing us to manually unblock fee currencies or disable the blocking feature for certain fee currencies. Adds the following admin apis: ``` admin_getBlocklistFeeCurrencies admin_unblockFeeCurrency admin_getDisabledBlocklistFeeCurrencies admin_disableBlocklistFeeCurrencies admin_enableBlocklistFeeCurrencies ``` Example usage to disable blocking ``` cast rpc admin_disableBlocklistFeeCurrencies '["0x0E2A3e05bc9A16F5292A6170456A710cb89C6f72","0x105d4A9306D2E55a71d2Eb95B81553AE1dC20d7B"]' ```
piersy
added a commit
that referenced
this pull request
Apr 9, 2025
Adds admin API controls for managing fee currency blocking. The fee currency blocking feature blocks all transactions for of a certain fee currency for 2 hours when we encounter one reverting in an unexpected way in the credit or debit calls. We do this because failing debit or credit call prevents us from taking payment for the fee currency transaction and therefore presents an opportunity for a DOS attack. This PR gives finer grained control over the blocking allowing us to manually unblock fee currencies or disable the blocking feature for certain fee currencies. Adds the following admin apis: ``` admin_getBlocklistFeeCurrencies admin_unblockFeeCurrency admin_getDisabledBlocklistFeeCurrencies admin_disableBlocklistFeeCurrencies admin_enableBlocklistFeeCurrencies ``` Example usage to disable blocking ``` cast rpc admin_disableBlocklistFeeCurrencies '["0x0E2A3e05bc9A16F5292A6170456A710cb89C6f72","0x105d4A9306D2E55a71d2Eb95B81553AE1dC20d7B"]' ```
piersy
added a commit
that referenced
this pull request
Apr 9, 2025
Adds admin API controls for managing fee currency blocking. The fee currency blocking feature blocks all transactions for of a certain fee currency for 2 hours when we encounter one reverting in an unexpected way in the credit or debit calls. We do this because failing debit or credit call prevents us from taking payment for the fee currency transaction and therefore presents an opportunity for a DOS attack. This PR gives finer grained control over the blocking allowing us to manually unblock fee currencies or disable the blocking feature for certain fee currencies. Adds the following admin apis: ``` admin_getBlocklistFeeCurrencies admin_unblockFeeCurrency admin_getDisabledBlocklistFeeCurrencies admin_disableBlocklistFeeCurrencies admin_enableBlocklistFeeCurrencies ``` Example usage to disable blocking ``` cast rpc admin_disableBlocklistFeeCurrencies '["0x0E2A3e05bc9A16F5292A6170456A710cb89C6f72","0x105d4A9306D2E55a71d2Eb95B81553AE1dC20d7B"]' ```
piersy
added a commit
that referenced
this pull request
Apr 9, 2025
Adds admin API controls for managing fee currency blocking. The fee currency blocking feature blocks all transactions for of a certain fee currency for 2 hours when we encounter one reverting in an unexpected way in the credit or debit calls. We do this because failing debit or credit call prevents us from taking payment for the fee currency transaction and therefore presents an opportunity for a DOS attack. This PR gives finer grained control over the blocking allowing us to manually unblock fee currencies or disable the blocking feature for certain fee currencies. Adds the following admin apis: ``` admin_getBlocklistFeeCurrencies admin_unblockFeeCurrency admin_getDisabledBlocklistFeeCurrencies admin_disableBlocklistFeeCurrencies admin_enableBlocklistFeeCurrencies ``` Example usage to disable blocking ``` cast rpc admin_disableBlocklistFeeCurrencies '["0x0E2A3e05bc9A16F5292A6170456A710cb89C6f72","0x105d4A9306D2E55a71d2Eb95B81553AE1dC20d7B"]' ```
piersy
added a commit
that referenced
this pull request
Apr 9, 2025
Adds admin API controls for managing fee currency blocking. The fee currency blocking feature blocks all transactions for of a certain fee currency for 2 hours when we encounter one reverting in an unexpected way in the credit or debit calls. We do this because failing debit or credit call prevents us from taking payment for the fee currency transaction and therefore presents an opportunity for a DOS attack. This PR gives finer grained control over the blocking allowing us to manually unblock fee currencies or disable the blocking feature for certain fee currencies. Adds the following admin apis: ``` admin_getBlocklistFeeCurrencies admin_unblockFeeCurrency admin_getDisabledBlocklistFeeCurrencies admin_disableBlocklistFeeCurrencies admin_enableBlocklistFeeCurrencies ``` Example usage to disable blocking ``` cast rpc admin_disableBlocklistFeeCurrencies '["0x0E2A3e05bc9A16F5292A6170456A710cb89C6f72","0x105d4A9306D2E55a71d2Eb95B81553AE1dC20d7B"]' ```
piersy
added a commit
that referenced
this pull request
Apr 11, 2025
Adds admin API controls for managing fee currency blocking. The fee currency blocking feature blocks all transactions for of a certain fee currency for 2 hours when we encounter one reverting in an unexpected way in the credit or debit calls. We do this because failing debit or credit call prevents us from taking payment for the fee currency transaction and therefore presents an opportunity for a DOS attack. This PR gives finer grained control over the blocking allowing us to manually unblock fee currencies or disable the blocking feature for certain fee currencies. Adds the following admin apis: ``` admin_getBlocklistFeeCurrencies admin_unblockFeeCurrency admin_getDisabledBlocklistFeeCurrencies admin_disableBlocklistFeeCurrencies admin_enableBlocklistFeeCurrencies ``` Example usage to disable blocking ``` cast rpc admin_disableBlocklistFeeCurrencies '["0x0E2A3e05bc9A16F5292A6170456A710cb89C6f72","0x105d4A9306D2E55a71d2Eb95B81553AE1dC20d7B"]' ```
piersy
added a commit
that referenced
this pull request
Apr 11, 2025
Adds admin API controls for managing fee currency blocking. The fee currency blocking feature blocks all transactions for of a certain fee currency for 2 hours when we encounter one reverting in an unexpected way in the credit or debit calls. We do this because failing debit or credit call prevents us from taking payment for the fee currency transaction and therefore presents an opportunity for a DOS attack. This PR gives finer grained control over the blocking allowing us to manually unblock fee currencies or disable the blocking feature for certain fee currencies. Adds the following admin apis: ``` admin_getBlocklistFeeCurrencies admin_unblockFeeCurrency admin_getDisabledBlocklistFeeCurrencies admin_disableBlocklistFeeCurrencies admin_enableBlocklistFeeCurrencies ``` Example usage to disable blocking ``` cast rpc admin_disableBlocklistFeeCurrencies '["0x0E2A3e05bc9A16F5292A6170456A710cb89C6f72","0x105d4A9306D2E55a71d2Eb95B81553AE1dC20d7B"]' ```
piersy
added a commit
that referenced
this pull request
Apr 11, 2025
Adds admin API controls for managing fee currency blocking. The fee currency blocking feature blocks all transactions for of a certain fee currency for 2 hours when we encounter one reverting in an unexpected way in the credit or debit calls. We do this because failing debit or credit call prevents us from taking payment for the fee currency transaction and therefore presents an opportunity for a DOS attack. This PR gives finer grained control over the blocking allowing us to manually unblock fee currencies or disable the blocking feature for certain fee currencies. Adds the following admin apis: ``` admin_getBlocklistFeeCurrencies admin_unblockFeeCurrency admin_getDisabledBlocklistFeeCurrencies admin_disableBlocklistFeeCurrencies admin_enableBlocklistFeeCurrencies ``` Example usage to disable blocking ``` cast rpc admin_disableBlocklistFeeCurrencies '["0x0E2A3e05bc9A16F5292A6170456A710cb89C6f72","0x105d4A9306D2E55a71d2Eb95B81553AE1dC20d7B"]' ```
piersy
added a commit
that referenced
this pull request
Apr 11, 2025
Adds admin API controls for managing fee currency blocking. The fee currency blocking feature blocks all transactions for of a certain fee currency for 2 hours when we encounter one reverting in an unexpected way in the credit or debit calls. We do this because failing debit or credit call prevents us from taking payment for the fee currency transaction and therefore presents an opportunity for a DOS attack. This PR gives finer grained control over the blocking allowing us to manually unblock fee currencies or disable the blocking feature for certain fee currencies. Adds the following admin apis: ``` admin_getBlocklistFeeCurrencies admin_unblockFeeCurrency admin_getDisabledBlocklistFeeCurrencies admin_disableBlocklistFeeCurrencies admin_enableBlocklistFeeCurrencies ``` Example usage to disable blocking ``` cast rpc admin_disableBlocklistFeeCurrencies '["0x0E2A3e05bc9A16F5292A6170456A710cb89C6f72","0x105d4A9306D2E55a71d2Eb95B81553AE1dC20d7B"]' ```
Kourin1996
pushed a commit
that referenced
this pull request
Jul 30, 2025
Adds admin API controls for managing fee currency blocking. The fee currency blocking feature blocks all transactions for of a certain fee currency for 2 hours when we encounter one reverting in an unexpected way in the credit or debit calls. We do this because failing debit or credit call prevents us from taking payment for the fee currency transaction and therefore presents an opportunity for a DOS attack. This PR gives finer grained control over the blocking allowing us to manually unblock fee currencies or disable the blocking feature for certain fee currencies. Adds the following admin apis: ``` admin_getBlocklistFeeCurrencies admin_unblockFeeCurrency admin_getDisabledBlocklistFeeCurrencies admin_disableBlocklistFeeCurrencies admin_enableBlocklistFeeCurrencies ``` Example usage to disable blocking ``` cast rpc admin_disableBlocklistFeeCurrencies '["0x0E2A3e05bc9A16F5292A6170456A710cb89C6f72","0x105d4A9306D2E55a71d2Eb95B81553AE1dC20d7B"]' ```
Kourin1996
pushed a commit
that referenced
this pull request
Jul 30, 2025
Adds admin API controls for managing fee currency blocking. The fee currency blocking feature blocks all transactions for of a certain fee currency for 2 hours when we encounter one reverting in an unexpected way in the credit or debit calls. We do this because failing debit or credit call prevents us from taking payment for the fee currency transaction and therefore presents an opportunity for a DOS attack. This PR gives finer grained control over the blocking allowing us to manually unblock fee currencies or disable the blocking feature for certain fee currencies. Adds the following admin apis: ``` admin_getBlocklistFeeCurrencies admin_unblockFeeCurrency admin_getDisabledBlocklistFeeCurrencies admin_disableBlocklistFeeCurrencies admin_enableBlocklistFeeCurrencies ``` Example usage to disable blocking ``` cast rpc admin_disableBlocklistFeeCurrencies '["0x0E2A3e05bc9A16F5292A6170456A710cb89C6f72","0x105d4A9306D2E55a71d2Eb95B81553AE1dC20d7B"]' ```
Kourin1996
pushed a commit
that referenced
this pull request
Jul 30, 2025
Adds admin API controls for managing fee currency blocking. The fee currency blocking feature blocks all transactions for of a certain fee currency for 2 hours when we encounter one reverting in an unexpected way in the credit or debit calls. We do this because failing debit or credit call prevents us from taking payment for the fee currency transaction and therefore presents an opportunity for a DOS attack. This PR gives finer grained control over the blocking allowing us to manually unblock fee currencies or disable the blocking feature for certain fee currencies. Adds the following admin apis: ``` admin_getBlocklistFeeCurrencies admin_unblockFeeCurrency admin_getDisabledBlocklistFeeCurrencies admin_disableBlocklistFeeCurrencies admin_enableBlocklistFeeCurrencies ``` Example usage to disable blocking ``` cast rpc admin_disableBlocklistFeeCurrencies '["0x0E2A3e05bc9A16F5292A6170456A710cb89C6f72","0x105d4A9306D2E55a71d2Eb95B81553AE1dC20d7B"]' ```
Kourin1996
pushed a commit
that referenced
this pull request
Jul 31, 2025
Adds admin API controls for managing fee currency blocking. The fee currency blocking feature blocks all transactions for of a certain fee currency for 2 hours when we encounter one reverting in an unexpected way in the credit or debit calls. We do this because failing debit or credit call prevents us from taking payment for the fee currency transaction and therefore presents an opportunity for a DOS attack. This PR gives finer grained control over the blocking allowing us to manually unblock fee currencies or disable the blocking feature for certain fee currencies. Adds the following admin apis: ``` admin_getBlocklistFeeCurrencies admin_unblockFeeCurrency admin_getDisabledBlocklistFeeCurrencies admin_disableBlocklistFeeCurrencies admin_enableBlocklistFeeCurrencies ``` Example usage to disable blocking ``` cast rpc admin_disableBlocklistFeeCurrencies '["0x0E2A3e05bc9A16F5292A6170456A710cb89C6f72","0x105d4A9306D2E55a71d2Eb95B81553AE1dC20d7B"]' ```
Kourin1996
pushed a commit
that referenced
this pull request
Jul 31, 2025
Adds admin API controls for managing fee currency blocking. The fee currency blocking feature blocks all transactions for of a certain fee currency for 2 hours when we encounter one reverting in an unexpected way in the credit or debit calls. We do this because failing debit or credit call prevents us from taking payment for the fee currency transaction and therefore presents an opportunity for a DOS attack. This PR gives finer grained control over the blocking allowing us to manually unblock fee currencies or disable the blocking feature for certain fee currencies. Adds the following admin apis: ``` admin_getBlocklistFeeCurrencies admin_unblockFeeCurrency admin_getDisabledBlocklistFeeCurrencies admin_disableBlocklistFeeCurrencies admin_enableBlocklistFeeCurrencies ``` Example usage to disable blocking ``` cast rpc admin_disableBlocklistFeeCurrencies '["0x0E2A3e05bc9A16F5292A6170456A710cb89C6f72","0x105d4A9306D2E55a71d2Eb95B81553AE1dC20d7B"]' ```
Kourin1996
pushed a commit
that referenced
this pull request
Jul 31, 2025
Adds admin API controls for managing fee currency blocking. The fee currency blocking feature blocks all transactions for of a certain fee currency for 2 hours when we encounter one reverting in an unexpected way in the credit or debit calls. We do this because failing debit or credit call prevents us from taking payment for the fee currency transaction and therefore presents an opportunity for a DOS attack. This PR gives finer grained control over the blocking allowing us to manually unblock fee currencies or disable the blocking feature for certain fee currencies. Adds the following admin apis: ``` admin_getBlocklistFeeCurrencies admin_unblockFeeCurrency admin_getDisabledBlocklistFeeCurrencies admin_disableBlocklistFeeCurrencies admin_enableBlocklistFeeCurrencies ``` Example usage to disable blocking ``` cast rpc admin_disableBlocklistFeeCurrencies '["0x0E2A3e05bc9A16F5292A6170456A710cb89C6f72","0x105d4A9306D2E55a71d2Eb95B81553AE1dC20d7B"]' ```
Kourin1996
pushed a commit
that referenced
this pull request
Aug 1, 2025
Adds admin API controls for managing fee currency blocking. The fee currency blocking feature blocks all transactions for of a certain fee currency for 2 hours when we encounter one reverting in an unexpected way in the credit or debit calls. We do this because failing debit or credit call prevents us from taking payment for the fee currency transaction and therefore presents an opportunity for a DOS attack. This PR gives finer grained control over the blocking allowing us to manually unblock fee currencies or disable the blocking feature for certain fee currencies. Adds the following admin apis: ``` admin_getBlocklistFeeCurrencies admin_unblockFeeCurrency admin_getDisabledBlocklistFeeCurrencies admin_disableBlocklistFeeCurrencies admin_enableBlocklistFeeCurrencies ``` Example usage to disable blocking ``` cast rpc admin_disableBlocklistFeeCurrencies '["0x0E2A3e05bc9A16F5292A6170456A710cb89C6f72","0x105d4A9306D2E55a71d2Eb95B81553AE1dC20d7B"]' ```
Kourin1996
pushed a commit
that referenced
this pull request
Aug 1, 2025
Adds admin API controls for managing fee currency blocking. The fee currency blocking feature blocks all transactions for of a certain fee currency for 2 hours when we encounter one reverting in an unexpected way in the credit or debit calls. We do this because failing debit or credit call prevents us from taking payment for the fee currency transaction and therefore presents an opportunity for a DOS attack. This PR gives finer grained control over the blocking allowing us to manually unblock fee currencies or disable the blocking feature for certain fee currencies. Adds the following admin apis: ``` admin_getBlocklistFeeCurrencies admin_unblockFeeCurrency admin_getDisabledBlocklistFeeCurrencies admin_disableBlocklistFeeCurrencies admin_enableBlocklistFeeCurrencies ``` Example usage to disable blocking ``` cast rpc admin_disableBlocklistFeeCurrencies '["0x0E2A3e05bc9A16F5292A6170456A710cb89C6f72","0x105d4A9306D2E55a71d2Eb95B81553AE1dC20d7B"]' ```
Kourin1996
pushed a commit
that referenced
this pull request
Aug 1, 2025
Adds admin API controls for managing fee currency blocking. The fee currency blocking feature blocks all transactions for of a certain fee currency for 2 hours when we encounter one reverting in an unexpected way in the credit or debit calls. We do this because failing debit or credit call prevents us from taking payment for the fee currency transaction and therefore presents an opportunity for a DOS attack. This PR gives finer grained control over the blocking allowing us to manually unblock fee currencies or disable the blocking feature for certain fee currencies. Adds the following admin apis: ``` admin_getBlocklistFeeCurrencies admin_unblockFeeCurrency admin_getDisabledBlocklistFeeCurrencies admin_disableBlocklistFeeCurrencies admin_enableBlocklistFeeCurrencies ``` Example usage to disable blocking ``` cast rpc admin_disableBlocklistFeeCurrencies '["0x0E2A3e05bc9A16F5292A6170456A710cb89C6f72","0x105d4A9306D2E55a71d2Eb95B81553AE1dC20d7B"]' ```
Kourin1996
pushed a commit
that referenced
this pull request
Aug 3, 2025
Adds admin API controls for managing fee currency blocking. The fee currency blocking feature blocks all transactions for of a certain fee currency for 2 hours when we encounter one reverting in an unexpected way in the credit or debit calls. We do this because failing debit or credit call prevents us from taking payment for the fee currency transaction and therefore presents an opportunity for a DOS attack. This PR gives finer grained control over the blocking allowing us to manually unblock fee currencies or disable the blocking feature for certain fee currencies. Adds the following admin apis: ``` admin_getBlocklistFeeCurrencies admin_unblockFeeCurrency admin_getDisabledBlocklistFeeCurrencies admin_disableBlocklistFeeCurrencies admin_enableBlocklistFeeCurrencies ``` Example usage to disable blocking ``` cast rpc admin_disableBlocklistFeeCurrencies '["0x0E2A3e05bc9A16F5292A6170456A710cb89C6f72","0x105d4A9306D2E55a71d2Eb95B81553AE1dC20d7B"]' ```
Kourin1996
pushed a commit
that referenced
this pull request
Aug 4, 2025
Adds admin API controls for managing fee currency blocking. The fee currency blocking feature blocks all transactions for of a certain fee currency for 2 hours when we encounter one reverting in an unexpected way in the credit or debit calls. We do this because failing debit or credit call prevents us from taking payment for the fee currency transaction and therefore presents an opportunity for a DOS attack. This PR gives finer grained control over the blocking allowing us to manually unblock fee currencies or disable the blocking feature for certain fee currencies. Adds the following admin apis: ``` admin_getBlocklistFeeCurrencies admin_unblockFeeCurrency admin_getDisabledBlocklistFeeCurrencies admin_disableBlocklistFeeCurrencies admin_enableBlocklistFeeCurrencies ``` Example usage to disable blocking ``` cast rpc admin_disableBlocklistFeeCurrencies '["0x0E2A3e05bc9A16F5292A6170456A710cb89C6f72","0x105d4A9306D2E55a71d2Eb95B81553AE1dC20d7B"]' ```
Kourin1996
pushed a commit
that referenced
this pull request
Aug 4, 2025
Adds admin API controls for managing fee currency blocking. The fee currency blocking feature blocks all transactions for of a certain fee currency for 2 hours when we encounter one reverting in an unexpected way in the credit or debit calls. We do this because failing debit or credit call prevents us from taking payment for the fee currency transaction and therefore presents an opportunity for a DOS attack. This PR gives finer grained control over the blocking allowing us to manually unblock fee currencies or disable the blocking feature for certain fee currencies. Adds the following admin apis: ``` admin_getBlocklistFeeCurrencies admin_unblockFeeCurrency admin_getDisabledBlocklistFeeCurrencies admin_disableBlocklistFeeCurrencies admin_enableBlocklistFeeCurrencies ``` Example usage to disable blocking ``` cast rpc admin_disableBlocklistFeeCurrencies '["0x0E2A3e05bc9A16F5292A6170456A710cb89C6f72","0x105d4A9306D2E55a71d2Eb95B81553AE1dC20d7B"]' ```
Kourin1996
pushed a commit
that referenced
this pull request
Aug 4, 2025
Adds admin API controls for managing fee currency blocking. The fee currency blocking feature blocks all transactions for of a certain fee currency for 2 hours when we encounter one reverting in an unexpected way in the credit or debit calls. We do this because failing debit or credit call prevents us from taking payment for the fee currency transaction and therefore presents an opportunity for a DOS attack. This PR gives finer grained control over the blocking allowing us to manually unblock fee currencies or disable the blocking feature for certain fee currencies. Adds the following admin apis: ``` admin_getBlocklistFeeCurrencies admin_unblockFeeCurrency admin_getDisabledBlocklistFeeCurrencies admin_disableBlocklistFeeCurrencies admin_enableBlocklistFeeCurrencies ``` Example usage to disable blocking ``` cast rpc admin_disableBlocklistFeeCurrencies '["0x0E2A3e05bc9A16F5292A6170456A710cb89C6f72","0x105d4A9306D2E55a71d2Eb95B81553AE1dC20d7B"]' ```
Kourin1996
pushed a commit
that referenced
this pull request
Aug 4, 2025
Adds admin API controls for managing fee currency blocking. The fee currency blocking feature blocks all transactions for of a certain fee currency for 2 hours when we encounter one reverting in an unexpected way in the credit or debit calls. We do this because failing debit or credit call prevents us from taking payment for the fee currency transaction and therefore presents an opportunity for a DOS attack. This PR gives finer grained control over the blocking allowing us to manually unblock fee currencies or disable the blocking feature for certain fee currencies. Adds the following admin apis: ``` admin_getBlocklistFeeCurrencies admin_unblockFeeCurrency admin_getDisabledBlocklistFeeCurrencies admin_disableBlocklistFeeCurrencies admin_enableBlocklistFeeCurrencies ``` Example usage to disable blocking ``` cast rpc admin_disableBlocklistFeeCurrencies '["0x0E2A3e05bc9A16F5292A6170456A710cb89C6f72","0x105d4A9306D2E55a71d2Eb95B81553AE1dC20d7B"]' ```
Kourin1996
pushed a commit
that referenced
this pull request
Aug 5, 2025
Adds admin API controls for managing fee currency blocking. The fee currency blocking feature blocks all transactions for of a certain fee currency for 2 hours when we encounter one reverting in an unexpected way in the credit or debit calls. We do this because failing debit or credit call prevents us from taking payment for the fee currency transaction and therefore presents an opportunity for a DOS attack. This PR gives finer grained control over the blocking allowing us to manually unblock fee currencies or disable the blocking feature for certain fee currencies. Adds the following admin apis: ``` admin_getBlocklistFeeCurrencies admin_unblockFeeCurrency admin_getDisabledBlocklistFeeCurrencies admin_disableBlocklistFeeCurrencies admin_enableBlocklistFeeCurrencies ``` Example usage to disable blocking ``` cast rpc admin_disableBlocklistFeeCurrencies '["0x0E2A3e05bc9A16F5292A6170456A710cb89C6f72","0x105d4A9306D2E55a71d2Eb95B81553AE1dC20d7B"]' ```
Kourin1996
pushed a commit
that referenced
this pull request
Aug 5, 2025
Adds admin API controls for managing fee currency blocking. The fee currency blocking feature blocks all transactions for of a certain fee currency for 2 hours when we encounter one reverting in an unexpected way in the credit or debit calls. We do this because failing debit or credit call prevents us from taking payment for the fee currency transaction and therefore presents an opportunity for a DOS attack. This PR gives finer grained control over the blocking allowing us to manually unblock fee currencies or disable the blocking feature for certain fee currencies. Adds the following admin apis: ``` admin_getBlocklistFeeCurrencies admin_unblockFeeCurrency admin_getDisabledBlocklistFeeCurrencies admin_disableBlocklistFeeCurrencies admin_enableBlocklistFeeCurrencies ``` Example usage to disable blocking ``` cast rpc admin_disableBlocklistFeeCurrencies '["0x0E2A3e05bc9A16F5292A6170456A710cb89C6f72","0x105d4A9306D2E55a71d2Eb95B81553AE1dC20d7B"]' ```
Kourin1996
pushed a commit
that referenced
this pull request
Aug 5, 2025
Adds admin API controls for managing fee currency blocking. The fee currency blocking feature blocks all transactions for of a certain fee currency for 2 hours when we encounter one reverting in an unexpected way in the credit or debit calls. We do this because failing debit or credit call prevents us from taking payment for the fee currency transaction and therefore presents an opportunity for a DOS attack. This PR gives finer grained control over the blocking allowing us to manually unblock fee currencies or disable the blocking feature for certain fee currencies. Adds the following admin apis: ``` admin_getBlocklistFeeCurrencies admin_unblockFeeCurrency admin_getDisabledBlocklistFeeCurrencies admin_disableBlocklistFeeCurrencies admin_enableBlocklistFeeCurrencies ``` Example usage to disable blocking ``` cast rpc admin_disableBlocklistFeeCurrencies '["0x0E2A3e05bc9A16F5292A6170456A710cb89C6f72","0x105d4A9306D2E55a71d2Eb95B81553AE1dC20d7B"]' ```
Kourin1996
pushed a commit
that referenced
this pull request
Aug 6, 2025
Adds admin API controls for managing fee currency blocking. The fee currency blocking feature blocks all transactions for of a certain fee currency for 2 hours when we encounter one reverting in an unexpected way in the credit or debit calls. We do this because failing debit or credit call prevents us from taking payment for the fee currency transaction and therefore presents an opportunity for a DOS attack. This PR gives finer grained control over the blocking allowing us to manually unblock fee currencies or disable the blocking feature for certain fee currencies. Adds the following admin apis: ``` admin_getBlocklistFeeCurrencies admin_unblockFeeCurrency admin_getDisabledBlocklistFeeCurrencies admin_disableBlocklistFeeCurrencies admin_enableBlocklistFeeCurrencies ``` Example usage to disable blocking ``` cast rpc admin_disableBlocklistFeeCurrencies '["0x0E2A3e05bc9A16F5292A6170456A710cb89C6f72","0x105d4A9306D2E55a71d2Eb95B81553AE1dC20d7B"]' ```
Kourin1996
pushed a commit
that referenced
this pull request
Aug 7, 2025
Adds admin API controls for managing fee currency blocking. The fee currency blocking feature blocks all transactions for of a certain fee currency for 2 hours when we encounter one reverting in an unexpected way in the credit or debit calls. We do this because failing debit or credit call prevents us from taking payment for the fee currency transaction and therefore presents an opportunity for a DOS attack. This PR gives finer grained control over the blocking allowing us to manually unblock fee currencies or disable the blocking feature for certain fee currencies. Adds the following admin apis: ``` admin_getBlocklistFeeCurrencies admin_unblockFeeCurrency admin_getDisabledBlocklistFeeCurrencies admin_disableBlocklistFeeCurrencies admin_enableBlocklistFeeCurrencies ``` Example usage to disable blocking ``` cast rpc admin_disableBlocklistFeeCurrencies '["0x0E2A3e05bc9A16F5292A6170456A710cb89C6f72","0x105d4A9306D2E55a71d2Eb95B81553AE1dC20d7B"]' ```
Kourin1996
pushed a commit
that referenced
this pull request
Aug 7, 2025
Adds admin API controls for managing fee currency blocking. The fee currency blocking feature blocks all transactions for of a certain fee currency for 2 hours when we encounter one reverting in an unexpected way in the credit or debit calls. We do this because failing debit or credit call prevents us from taking payment for the fee currency transaction and therefore presents an opportunity for a DOS attack. This PR gives finer grained control over the blocking allowing us to manually unblock fee currencies or disable the blocking feature for certain fee currencies. Adds the following admin apis: ``` admin_getBlocklistFeeCurrencies admin_unblockFeeCurrency admin_getDisabledBlocklistFeeCurrencies admin_disableBlocklistFeeCurrencies admin_enableBlocklistFeeCurrencies ``` Example usage to disable blocking ``` cast rpc admin_disableBlocklistFeeCurrencies '["0x0E2A3e05bc9A16F5292A6170456A710cb89C6f72","0x105d4A9306D2E55a71d2Eb95B81553AE1dC20d7B"]' ```
Kourin1996
pushed a commit
that referenced
this pull request
Aug 7, 2025
Adds admin API controls for managing fee currency blocking. The fee currency blocking feature blocks all transactions for of a certain fee currency for 2 hours when we encounter one reverting in an unexpected way in the credit or debit calls. We do this because failing debit or credit call prevents us from taking payment for the fee currency transaction and therefore presents an opportunity for a DOS attack. This PR gives finer grained control over the blocking allowing us to manually unblock fee currencies or disable the blocking feature for certain fee currencies. Adds the following admin apis: ``` admin_getBlocklistFeeCurrencies admin_unblockFeeCurrency admin_getDisabledBlocklistFeeCurrencies admin_disableBlocklistFeeCurrencies admin_enableBlocklistFeeCurrencies ``` Example usage to disable blocking ``` cast rpc admin_disableBlocklistFeeCurrencies '["0x0E2A3e05bc9A16F5292A6170456A710cb89C6f72","0x105d4A9306D2E55a71d2Eb95B81553AE1dC20d7B"]' ```
Kourin1996
pushed a commit
that referenced
this pull request
Aug 8, 2025
Adds admin API controls for managing fee currency blocking. The fee currency blocking feature blocks all transactions for of a certain fee currency for 2 hours when we encounter one reverting in an unexpected way in the credit or debit calls. We do this because failing debit or credit call prevents us from taking payment for the fee currency transaction and therefore presents an opportunity for a DOS attack. This PR gives finer grained control over the blocking allowing us to manually unblock fee currencies or disable the blocking feature for certain fee currencies. Adds the following admin apis: ``` admin_getBlocklistFeeCurrencies admin_unblockFeeCurrency admin_getDisabledBlocklistFeeCurrencies admin_disableBlocklistFeeCurrencies admin_enableBlocklistFeeCurrencies ``` Example usage to disable blocking ``` cast rpc admin_disableBlocklistFeeCurrencies '["0x0E2A3e05bc9A16F5292A6170456A710cb89C6f72","0x105d4A9306D2E55a71d2Eb95B81553AE1dC20d7B"]' ```
Kourin1996
pushed a commit
that referenced
this pull request
Aug 11, 2025
Adds admin API controls for managing fee currency blocking. The fee currency blocking feature blocks all transactions for of a certain fee currency for 2 hours when we encounter one reverting in an unexpected way in the credit or debit calls. We do this because failing debit or credit call prevents us from taking payment for the fee currency transaction and therefore presents an opportunity for a DOS attack. This PR gives finer grained control over the blocking allowing us to manually unblock fee currencies or disable the blocking feature for certain fee currencies. Adds the following admin apis: ``` admin_getBlocklistFeeCurrencies admin_unblockFeeCurrency admin_getDisabledBlocklistFeeCurrencies admin_disableBlocklistFeeCurrencies admin_enableBlocklistFeeCurrencies ``` Example usage to disable blocking ``` cast rpc admin_disableBlocklistFeeCurrencies '["0x0E2A3e05bc9A16F5292A6170456A710cb89C6f72","0x105d4A9306D2E55a71d2Eb95B81553AE1dC20d7B"]' ```
Kourin1996
pushed a commit
that referenced
this pull request
Aug 11, 2025
Adds admin API controls for managing fee currency blocking. The fee currency blocking feature blocks all transactions for of a certain fee currency for 2 hours when we encounter one reverting in an unexpected way in the credit or debit calls. We do this because failing debit or credit call prevents us from taking payment for the fee currency transaction and therefore presents an opportunity for a DOS attack. This PR gives finer grained control over the blocking allowing us to manually unblock fee currencies or disable the blocking feature for certain fee currencies. Adds the following admin apis: ``` admin_getBlocklistFeeCurrencies admin_unblockFeeCurrency admin_getDisabledBlocklistFeeCurrencies admin_disableBlocklistFeeCurrencies admin_enableBlocklistFeeCurrencies ``` Example usage to disable blocking ``` cast rpc admin_disableBlocklistFeeCurrencies '["0x0E2A3e05bc9A16F5292A6170456A710cb89C6f72","0x105d4A9306D2E55a71d2Eb95B81553AE1dC20d7B"]' ```
karlb
pushed a commit
that referenced
this pull request
Nov 5, 2025
Adds admin API controls for managing fee currency blocking. The fee currency blocking feature blocks all transactions for of a certain fee currency for 2 hours when we encounter one reverting in an unexpected way in the credit or debit calls. We do this because failing debit or credit call prevents us from taking payment for the fee currency transaction and therefore presents an opportunity for a DOS attack. This PR gives finer grained control over the blocking allowing us to manually unblock fee currencies or disable the blocking feature for certain fee currencies. Adds the following admin apis: ``` admin_getBlocklistFeeCurrencies admin_unblockFeeCurrency admin_getDisabledBlocklistFeeCurrencies admin_disableBlocklistFeeCurrencies admin_enableBlocklistFeeCurrencies ``` Example usage to disable blocking ``` cast rpc admin_disableBlocklistFeeCurrencies '["0x0E2A3e05bc9A16F5292A6170456A710cb89C6f72","0x105d4A9306D2E55a71d2Eb95B81553AE1dC20d7B"]' ```
karlb
pushed a commit
that referenced
this pull request
Dec 5, 2025
Adds admin API controls for managing fee currency blocking. The fee currency blocking feature blocks all transactions for of a certain fee currency for 2 hours when we encounter one reverting in an unexpected way in the credit or debit calls. We do this because failing debit or credit call prevents us from taking payment for the fee currency transaction and therefore presents an opportunity for a DOS attack. This PR gives finer grained control over the blocking allowing us to manually unblock fee currencies or disable the blocking feature for certain fee currencies. Adds the following admin apis: ``` admin_getBlocklistFeeCurrencies admin_unblockFeeCurrency admin_getDisabledBlocklistFeeCurrencies admin_disableBlocklistFeeCurrencies admin_enableBlocklistFeeCurrencies ``` Example usage to disable blocking ``` cast rpc admin_disableBlocklistFeeCurrencies '["0x0E2A3e05bc9A16F5292A6170456A710cb89C6f72","0x105d4A9306D2E55a71d2Eb95B81553AE1dC20d7B"]' ```
karlb
pushed a commit
that referenced
this pull request
Jan 6, 2026
Adds admin API controls for managing fee currency blocking. The fee currency blocking feature blocks all transactions for of a certain fee currency for 2 hours when we encounter one reverting in an unexpected way in the credit or debit calls. We do this because failing debit or credit call prevents us from taking payment for the fee currency transaction and therefore presents an opportunity for a DOS attack. This PR gives finer grained control over the blocking allowing us to manually unblock fee currencies or disable the blocking feature for certain fee currencies. Adds the following admin apis: ``` admin_getBlocklistFeeCurrencies admin_unblockFeeCurrency admin_getDisabledBlocklistFeeCurrencies admin_disableBlocklistFeeCurrencies admin_enableBlocklistFeeCurrencies ``` Example usage to disable blocking ``` cast rpc admin_disableBlocklistFeeCurrencies '["0x0E2A3e05bc9A16F5292A6170456A710cb89C6f72","0x105d4A9306D2E55a71d2Eb95B81553AE1dC20d7B"]' ```
piersy
added a commit
that referenced
this pull request
Jan 17, 2026
Adds admin API controls for managing fee currency blocking. The fee currency blocking feature blocks all transactions for of a certain fee currency for 2 hours when we encounter one reverting in an unexpected way in the credit or debit calls. We do this because failing debit or credit call prevents us from taking payment for the fee currency transaction and therefore presents an opportunity for a DOS attack. This PR gives finer grained control over the blocking allowing us to manually unblock fee currencies or disable the blocking feature for certain fee currencies. Adds the following admin apis: ``` admin_getBlocklistFeeCurrencies admin_unblockFeeCurrency admin_getDisabledBlocklistFeeCurrencies admin_disableBlocklistFeeCurrencies admin_enableBlocklistFeeCurrencies ``` Example usage to disable blocking ``` cast rpc admin_disableBlocklistFeeCurrencies '["0x0E2A3e05bc9A16F5292A6170456A710cb89C6f72","0x105d4A9306D2E55a71d2Eb95B81553AE1dC20d7B"]' ```
piersy
added a commit
that referenced
this pull request
Jan 17, 2026
Adds admin API controls for managing fee currency blocking. The fee currency blocking feature blocks all transactions for of a certain fee currency for 2 hours when we encounter one reverting in an unexpected way in the credit or debit calls. We do this because failing debit or credit call prevents us from taking payment for the fee currency transaction and therefore presents an opportunity for a DOS attack. This PR gives finer grained control over the blocking allowing us to manually unblock fee currencies or disable the blocking feature for certain fee currencies. Adds the following admin apis: ``` admin_getBlocklistFeeCurrencies admin_unblockFeeCurrency admin_getDisabledBlocklistFeeCurrencies admin_disableBlocklistFeeCurrencies admin_enableBlocklistFeeCurrencies ``` Example usage to disable blocking ``` cast rpc admin_disableBlocklistFeeCurrencies '["0x0E2A3e05bc9A16F5292A6170456A710cb89C6f72","0x105d4A9306D2E55a71d2Eb95B81553AE1dC20d7B"]' ```
piersy
added a commit
that referenced
this pull request
Jan 21, 2026
Adds admin API controls for managing fee currency blocking. The fee currency blocking feature blocks all transactions for of a certain fee currency for 2 hours when we encounter one reverting in an unexpected way in the credit or debit calls. We do this because failing debit or credit call prevents us from taking payment for the fee currency transaction and therefore presents an opportunity for a DOS attack. This PR gives finer grained control over the blocking allowing us to manually unblock fee currencies or disable the blocking feature for certain fee currencies. Adds the following admin apis: ``` admin_getBlocklistFeeCurrencies admin_unblockFeeCurrency admin_getDisabledBlocklistFeeCurrencies admin_disableBlocklistFeeCurrencies admin_enableBlocklistFeeCurrencies ``` Example usage to disable blocking ``` cast rpc admin_disableBlocklistFeeCurrencies '["0x0E2A3e05bc9A16F5292A6170456A710cb89C6f72","0x105d4A9306D2E55a71d2Eb95B81553AE1dC20d7B"]' ```
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds admin API controls for managing fee currency blocking. The fee currency blocking feature blocks all transactions for of a certain fee currency for 2 hours when we encounter one reverting in an unexpected way in the credit or debit calls. We do this because failing debit or credit call prevents us from taking payment for the fee currency transaction and therefore presents an opportunity for a DOS attack.
This PR gives finer grained control over the blocking allowing us to manually unblock fee currencies or disable the blocking feature for certain fee currencies.
Adds the following admin apis:
Example usage to disable blocking
One thing to consider is whether we feel that we still need the individual TX blocking/unblocking given that this offers reasonable granularity in control?