fix(transfer): enforce transfer precision, authorization boundaries, and state-transition invariants - #1699
Open
0dillon wants to merge 1 commit into
Open
Conversation
…and state-transition invariants
0dillon
force-pushed
the
feat/transfer-precision-auth-boundaries
branch
from
September 1, 2026 08:06
e48d47a to
257d09e
Compare
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.
Description
This PR resolves merge conflicts against latest \main\ and enforces exact precision, authorization boundaries, and robust state-transition guarantees for transfer composition and quotes:
Key Changes
Transfer Amount Precision & Overflow Guards (Closes [Quality][High] transfer composition and quotes: amount precision and overflow — QE-2026-08 #1653):
awAmountString) and display limits before state transitions.
Authorization & Tenant Capability Boundaries (Closes [Quality][High] transfer composition and quotes: authorization boundaries — QE-2026-08 #1650):
State Transition & Concurrency Safety:
Verification
pm run build\ (
ext build): Built production bundle with 0 errors.
px vitest run: 9/9 test files passed (136/136 tests green).
Closes #1653, Closes #1650