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: updates for v2.2.2 #345

Merged
merged 5 commits into from
Sep 21, 2023
Merged

feat: updates for v2.2.2 #345

merged 5 commits into from
Sep 21, 2023

Conversation

inon-man
Copy link
Collaborator

@inon-man inon-man commented Sep 13, 2023

Summary of changes

Update CosmosSDK

fix: update IAVL version has concurrency panic fix with default iavl-disable-fastnode option to true
fix(store): use stdout logger instead of nop will print log when upgrading IAVL store to fastnode

Add prune command

terrad prune Prune app history states by keeping the recent heights and deleting old heights.

Add snapshots command

terrad snapshots Manage local snapshots for State Sync feature.

Update tm-db

Use a modified version of tm-db that allows for a maximum of 32768 open files and several performance patches. Because it uses multiple goleveldb instances, check your system limits to have enough (e.g. 262144) open file limits.

Update goleveldb

Replace goleveldb to boost performance. This patch significantly reduces the time and memory requirements for the v2.2 upgrade.

Bug fix

Closes: #353

@nghuyenthevinh2000 nghuyenthevinh2000 mentioned this pull request Sep 18, 2023
3 tasks
@inon-man inon-man marked this pull request as ready for review September 20, 2023 08:36
@inon-man inon-man requested review from fragwuerdig and nghuyenthevinh2000 and removed request for fragwuerdig September 20, 2023 08:36
@inon-man inon-man self-assigned this Sep 20, 2023
@inon-man inon-man added the enhancement New feature or request label Sep 20, 2023
@nghuyenthevinh2000 nghuyenthevinh2000 merged commit 0323dc2 into main Sep 21, 2023
15 checks passed
@nghuyenthevinh2000 nghuyenthevinh2000 deleted the updates-for-v222 branch September 21, 2023 07:42
fragwuerdig pushed a commit that referenced this pull request Oct 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
No open projects
Status: Done
Development

Successfully merging this pull request may close these issues.

[BUG] Querying the treasury parameter before height 12,815,300 causes a panic
2 participants