Move escalation REP custody into EscalationGame#312
Merged
Conversation
b96e925 to
81825b3
Compare
cc27664 to
b79ab5f
Compare
4759f50 to
95c5fd7
Compare
# Conflicts: # ui/ts/components/SimulationBanner.tsx
- Add outcome-scoped forked escrow tracking in `EscalationGame` with scaled child REP claims. - Add batched cursor-based local-deposit export and explicit forked-escrow export APIs. - Require fork snapshots that include resolution balances and support own-fork carry accounting. - Update forker flow to return incremental migration progress and allocate escrow by original outcome. - Fix own-fork auctionable REP calculations by using vault-rep-at-fork instead of inherited auctionable total.
- Revert subtraction of vault escrowed REP when computing `viewerVaultAvailableEscalationRep` - Add regression test ensuring unlocked pool REP remains fully available when already unlocked
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.
Summary
SecurityPooland intoEscalationGame, so deposits are held and settled as actual REP tokens instead of synthetic locked pool ownership.solidity/contracts/test/peripheralsand updates contract helpers, simulator utilities, UI diagnostics, and regression tests for the new model.Validation
bun run tscbun run test(1277 pass,1 skip,0 fail)bun run formatbun run checkbun run knipNotes
origin/mainwas merged before squashing; it was already up to date.