Skip to content

fix(backend): prevent transactions from getting stuck in EXECUTING#233

Merged
Huygon764 merged 11 commits intomainfrom
develop
Apr 8, 2026
Merged

fix(backend): prevent transactions from getting stuck in EXECUTING#233
Huygon764 merged 11 commits intomainfrom
develop

Conversation

@Huygon764
Copy link
Copy Markdown
Contributor

No description provided.

Huygon764 and others added 11 commits March 20, 2026 13:52
…ents (#200)

- Updated QuestPage layout for better responsiveness with max-width and padding adjustments.
- Changed BatchTransactions and TransactionSummary components to use flexbox for improved item alignment and responsiveness.
- Enhanced QuestCard to allow for flexible width.
- Added titles for new routes in the Title component.
* refactor: adjust z-index values across various components for improved UI layering

* feat: add timing constants for HTTP timeouts, cache TTL, and retry delays

- Introduced new timing constants in `timing.ts` for backend and nextjs packages.
- Updated index files to export the new timing constants for better accessibility.

refactor: replace hardcoded values with timing constants for retries and timeouts

- Updated various services and modules to utilize new timing constants for retries and timeouts, improving maintainability and consistency across the codebase.
- Adjusted `waitForReceiptWithRetry`, `PriceService`, `ZenTransferService`, `TransactionService`, and `ZkVerifyService` to use centralized timing configurations.

refactor: replace hardcoded values with timing constants across components and hooks

- Updated various components and hooks to utilize new timing constants for polling intervals, refetch intervals, and timeouts, enhancing maintainability and consistency throughout the codebase.
- Adjusted `NotificationItem`, `ClaimSection`, `EditAccountModal`, and several hooks to reference centralized timing configurations.

refactor: standardize formatting and improve component styles

- Refactored various components to enhance code readability by standardizing formatting, including consistent indentation and spacing.
- Updated styles across components to utilize new shadow and height constants for improved UI consistency.
- Adjusted text sizes in multiple components to ensure uniformity in typography.
… sections (#206)

- Updated ChooseNetwork component to include wallet connection checks and commitment validation, enhancing user experience with appropriate notifications.
- Adjusted StatusContainer to allow copying of commitment addresses to clipboard for better usability.
- Enhanced Sidebar component to incorporate wallet connection status in navigation logic.
)

* feat: add CSV upload and duplicate batch flows for batch creation

* feat: improve batch UX with duplicate button, dropdown redesign, and CSV upload

  Covers:
  - Duplicate button moved into expanded batch detail (removed BatchRowMenu)
  - Contact Book dropdown restyled with custom icons
  - CSV upload modal redesigned with multi-state file handling
  - CSV parser: robust header detection + merge duplicate address+token rows
#226)

* fix(admin): rename analytics actions, add Base/claim/account filters, fix blockchain detection

* feat(admin): enhance CSV generation to conditionally include Base total
…tatus (#232)

Move getExecutionData() inside try-catch so proof aggregation failures
  correctly revert status to PENDING. Add 30s timeout to zkVerify
  getJobStatus() to prevent indefinite hangs. Increase proof aggregation
  timeout from 5min to 10min. Run reconciler every 2 hours instead of
  daily and add safety net for stale EXECUTING transactions without txHash.
@Huygon764 Huygon764 merged commit 73678f2 into main Apr 8, 2026
2 checks passed
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