Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(ICRC-Ledger): FI-1441: migrate ledger blocks to stable structures #3695

Merged
merged 45 commits into from
Feb 27, 2025

Conversation

maciejdfinity
Copy link
Contributor

@maciejdfinity maciejdfinity commented Jan 30, 2025

This version migrates blocks stored in the ledger to stable structures. This allows the ledger to store more blocks and reduces the need for archiving. The archiving is still performed but its parameters (e.g. trigger_threshold) can be adjusted using InitArgs.archive_options or UpgradeArgs.change_archive_options. The migration is performed using timers, see #2901 description for more details.

@github-actions github-actions bot added the feat label Jan 30, 2025
@maciejdfinity maciejdfinity marked this pull request as ready for review February 6, 2025 11:47
@maciejdfinity maciejdfinity requested review from a team as code owners February 6, 2025 11:47
@maciejdfinity maciejdfinity added this pull request to the merge queue Feb 27, 2025
Merged via the queue into master with commit 0d96610 Feb 27, 2025
19 checks passed
@maciejdfinity maciejdfinity deleted the maciej-icrc-v5 branch February 27, 2025 11:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants