-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Store auction state in the database * Rename state -> seqNum * Add test re: upserting seqNum to be safe * Store the sequence number in the block processor * Support includeInactive * Refactor * Handle Dutch auction withdrawals in the block processor * Bump IDB version * Support `queryLatestState` in `ViewService#auctions` (#1035) * Support queryLatestState * Simplify * Remove unused method * Change method signature * Rework a bit * Remove unused import * Account for the fullnode returning a DutchAuction, not a DutchAuctionState * Fix type name check * UI for ending auctions (#1060) * Build UI to end an auction * Fix layout issue * Tweak symbols * Reload auctions after scheduling or ending an auction * Save auction metadata when ending an auction * Rename helper
- Loading branch information
1 parent
cb9894d
commit fea6900
Showing
27 changed files
with
460 additions
and
133 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
CHAIN_ID=penumbra-testnet-deimos-7 | ||
IDB_VERSION=37 | ||
IDB_VERSION=39 | ||
MINIFRONT_URL=https://app.testnet.penumbra.zone | ||
PRAX=lkpmkhpnhknhmibgnmmhdhgdilepfghe |
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.