-
Notifications
You must be signed in to change notification settings - Fork 296
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bug: pindexer: allow dex and auction supply to be temporarily negative (
#4907) Closes #4906. ## Describe your changes This allows the dex and auction components of the old supply app view to become temporarily negative until the end of a block, so that the order of debits and credits within a block doesn't matter. This should unblock the currently crashing pindexer on mainnet, and one can verify that the dex supply never goes below 0 empirically. ## Checklist before requesting a review - [x] I have added guiding text to explain how a reviewer should test these changes. - [x] If this code contains consensus-breaking changes, I have added the "consensus-breaking" label. Otherwise, I declare my belief that there are not consensus-breaking changes, for the following reason: > pindexer only.
- Loading branch information
1 parent
fcce631
commit 0ac1fbc
Showing
1 changed file
with
28 additions
and
14 deletions.
There are no files selected for viewing
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