feat: add treasury liquidity controls - #232
Merged
Obiajulu-gif merged 1 commit intoAug 30, 2026
Merged
Conversation
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
Description
lib/treasury/service.ts).settlement_in_transit,refunds_payable,platform_reserve, andsuspense, and add snapshot/adjustment models (models/TreasurySnapshot.ts,models/TreasuryAdjustmentProposal.ts,models/LedgerAccount.ts).app/api/admin/treasury/summary/route.ts) and to propose audited treasury adjustments that never mutate user balances (app/api/admin/treasury/adjustments/route.ts).__tests__/lib/treasury/service.test.ts,docs/treasury-controls.md).Testing
npm run lintand it passed.npm run typecheckandnpm run typecheck:gateand both passed.npx vitest run __tests__/lib/treasury/service.test.tsand they passed.npm run test:contractsand the suite passed.npm run openapi:checkfailed due to an existing OpenAPI generation drift unrelated to the treasury changes (the generator flagged contract drift for pre-existing consent-related paths).npm run builddid not complete successfully in this environment (thenext build --webpackprocess was CPU-bound and was terminated), so a full production build should be verified in CI or locally.Close #69
Close #80
Close #84
Close #69