Add pool transactions infinite loading#182
Conversation
|
Local validation update for latest commit The latest commit hardens the pool transaction reader so that if the configured public fallback RPC or DataStore lookup fails while preparing historical event-log reads, it logs the failure and falls back to the default provider path instead of failing the whole table load. The implementation still avoids assuming a new backend The current Vercel check still points to Vercel’s account deployment blocked page, so it appears to be an external deployment/account restriction rather than a build failure from this PR. I can address any maintainer-requested changes if the implementation needs adjustment. |
368b02c to
1fb3741
Compare
Summary
PoolTransactionssection below the pool stats table.Poolcontract events: deposits, withdrawals, pay-ins, and payouts.Notes
/pool/transactionsbackend endpoint.Validation
git diff --check origin/main...HEADnpm run build/poollocally: the new table renders, empty state appears when the current scanned block range has no events, andLoad older transactionsremains available.External check status
Fixes #29