-
Notifications
You must be signed in to change notification settings - Fork 75
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Protect preconfigured spending plans from being deleted automati…
…cally in `LRUCache` (#3140) * fix: Protect pre-configured spending plans from being deleted automatically Signed-off-by: Victor Yanev <[email protected]> * fix: Protect pre-configured spending plans from being deleted automatically Signed-off-by: Victor Yanev <[email protected]> * fix: Protect pre-configured spending plans from being deleted automatically Signed-off-by: Victor Yanev <[email protected]> * test: fix hbarSpendingPlanConfigService.spec.ts Signed-off-by: Victor Yanev <[email protected]> * fix: do not throw error from `getPreconfiguredSpendingPlanKeys` when the configuration file cannot be loaded Signed-off-by: Victor Yanev <[email protected]> * chore: use object destructuring for better readability Signed-off-by: Victor Yanev <[email protected]> * chore: update hbarSpendingPlanConfigService.spec.ts Signed-off-by: Victor Yanev <[email protected]> * chore: fix after merge from main Signed-off-by: Victor Yanev <[email protected]> * chore: improve readabiltiy in hbarSpendingPlanConfigService.spec.ts Signed-off-by: Victor Yanev <[email protected]> * Merge branch 'main' into 3096-Protect-preconfigured-spending-plans-from-being-deleted Signed-off-by: Victor Yanev <[email protected]> # Conflicts: # packages/server/tests/acceptance/hbarLimiter.spec.ts --------- Signed-off-by: Victor Yanev <[email protected]>
- Loading branch information
1 parent
9afe7c2
commit ef9d696
Showing
16 changed files
with
449 additions
and
132 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.