Skip to content

Release: develop -> main#3334

Merged
davidleomay merged 1 commit intomainfrom
develop
Mar 3, 2026
Merged

Release: develop -> main#3334
davidleomay merged 1 commit intomainfrom
develop

Conversation

@github-actions
Copy link

@github-actions github-actions bot commented Mar 3, 2026

Automatic Release PR

This PR was automatically created after changes were pushed to develop.

Commits: 1 new commit(s)

Checklist

  • Review all changes
  • Verify CI passes
  • Approve and merge when ready for production

* fix: switch ICP polling strategy to DB-based RegisterStrategy pattern

Replace in-memory block tracking (PollingStrategy) with DB-based block
height lookups (RegisterStrategy) to prevent skipping archived blocks
after API restarts. Aligns ICP with the Cardano/Citrea pattern using
getActiveDepositAddresses() and per-address block filtering.

* fix: switch ICP native PayIn to Rosetta per-address history

Replace global query_blocks scan with Rosetta /search/transactions
per account_identifier. This avoids stalling when thousands of
unrelated blocks separate the last known crypto_input from the
current chain tip.

Remove token PayIn code (not in use), consolidate Rosetta DTOs.

* refactor: rename getTransfersForAddress to getNativeTransfersForAddress for clarity
@davidleomay davidleomay merged commit 2f5a7c1 into main Mar 3, 2026
7 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.

2 participants