Skip to content

feat(tron): add settlement pending receipt handling - #98

Open
roger-gan wants to merge 9 commits into
developfrom
feat/tron-settlement-pending
Open

feat(tron): add settlement pending receipt handling#98
roger-gan wants to merge 9 commits into
developfrom
feat/tron-settlement-pending

Conversation

@roger-gan

Copy link
Copy Markdown
Contributor

Description

Align TRON settlement_pending behavior with the existing EVM receipt handling model.

  • Preserve valid broadcast transaction IDs when receipt confirmation is indeterminate.
  • Wait for a low-latency packed execution receipt without adding solidified/finality reconciliation.
  • Return terminal failure for explicit reverts while keeping incomplete receipt data pending.
  • Validate GasFree relayer transaction IDs and preserve a known hash when later polling fails.
  • Remove reconciliation APIs, persisted reconciliation contexts, and Facilitator worker coupling.

Supersedes #97 after the feature branch was renamed.

Tests

  • pnpm test -- --reporter=dot — 25 files, 275 tests passed
  • pnpm lint:check
  • pnpm format:check
  • pnpm build

Branch route

  • Normal development targets develop
  • Only release_* or hotfix/* targets main

Checklist

  • Runtime behavior covered by unit tests
  • Scheme specifications updated
  • Changeset included

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant