-
Notifications
You must be signed in to change notification settings - Fork 58
fix(typed-store): [DB] remove min level to compress #6923
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
Merged
muXxer
merged 1 commit into
core-node/upstream-changes/mainnet-1.35.4-1.36.2
from
node/upstream-v1.35-1.36/b751830
May 20, 2025
Merged
fix(typed-store): [DB] remove min level to compress #6923
muXxer
merged 1 commit into
core-node/upstream-changes/mainnet-1.35.4-1.36.2
from
node/upstream-v1.35-1.36/b751830
May 20, 2025
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 4 Skipped Deployments
|
muXxer
approved these changes
May 20, 2025
bingyanglin
approved these changes
May 20, 2025
2707453
into
core-node/upstream-changes/mainnet-1.35.4-1.36.2
33 of 35 checks passed
muXxer
pushed a commit
that referenced
this pull request
May 28, 2025
## Description of change Port [MystenLabs/sui@b751830](MystenLabs/sui@b751830) Lz4 should be cheap enough to enable on level 1. ## Links to any relevant issues Part of #3990 ## Type of change Choose a type of change, and delete any options that are not relevant. - Bug fix (a non-breaking change which fixes an issue) ## How the change has been tested ``` cargo r --bin iota-node -- --config-path /tmp/fullnode.yaml ```
muXxer
pushed a commit
that referenced
this pull request
May 28, 2025
## Description of change Port [MystenLabs/sui@b751830](MystenLabs/sui@b751830) Lz4 should be cheap enough to enable on level 1. ## Links to any relevant issues Part of #3990 ## Type of change Choose a type of change, and delete any options that are not relevant. - Bug fix (a non-breaking change which fixes an issue) ## How the change has been tested ``` cargo r --bin iota-node -- --config-path /tmp/fullnode.yaml ```
muXxer
pushed a commit
that referenced
this pull request
Jun 4, 2025
## Description of change Port [MystenLabs/sui@b751830](MystenLabs/sui@b751830) Lz4 should be cheap enough to enable on level 1. ## Links to any relevant issues Part of #3990 ## Type of change Choose a type of change, and delete any options that are not relevant. - Bug fix (a non-breaking change which fixes an issue) ## How the change has been tested ``` cargo r --bin iota-node -- --config-path /tmp/fullnode.yaml ```
10 tasks
muXxer
pushed a commit
that referenced
this pull request
Jun 10, 2025
## Description of change Port [MystenLabs/sui@b751830](MystenLabs/sui@b751830) Lz4 should be cheap enough to enable on level 1. ## Links to any relevant issues Part of #3990 ## Type of change Choose a type of change, and delete any options that are not relevant. - Bug fix (a non-breaking change which fixes an issue) ## How the change has been tested ``` cargo r --bin iota-node -- --config-path /tmp/fullnode.yaml ```
muXxer
added a commit
that referenced
this pull request
Jun 10, 2025
…ainnet-1.35.4 to mainnet-1.36.2 (#7227) # Description of change This PR contains a batch of node-team related upstream changes. The changes have been individually reviewed before squash-merging. None of them modify protocol parameters, so a new protocol version is not necessary. This PR should be rebased on top of develop without squashing as it already contains squashed PRs. ## Links to any relevant issues List of included PRs: - #6923 - #6921 - #6932 - #6934 - #7228 - #6922 - #6929 List of included upstream commits: - MystenLabs/sui@b751830 - MystenLabs/sui@60867d4 - MystenLabs/sui@8be878a - MystenLabs/sui@e920c3e - MystenLabs/sui@c3562a3 - MystenLabs/sui@512a4e0 - MystenLabs/sui@7d05486 - MystenLabs/sui@ea81ea5 - MystenLabs/sui@591f96c - MystenLabs/sui@13c1ec7 - MystenLabs/sui@3b665eb - MystenLabs/sui@bf9ac99 - MystenLabs/sui@ea27dff - MystenLabs/sui@066a6b6 ## Type of change - Enhancement (a non-breaking change which adds functionality) ## How the change has been tested - [x] Basic tests (linting, compilation, formatting, unit/integration tests) - [ ] Patch-specific tests (correctness, functionality coverage) ### Release Notes - [ ] Protocol: - [x] Nodes (Validators and Full nodes): - rocksdb: enable `Lz4` compression even on level 1 - [ ] Indexer: - [ ] JSON-RPC: - [ ] GraphQL: - [ ] CLI: - [ ] Rust SDK: - [ ] REST API:
filipdulic
pushed a commit
that referenced
this pull request
Jul 16, 2025
## Description of change Port [MystenLabs/sui@b751830](MystenLabs/sui@b751830) Lz4 should be cheap enough to enable on level 1. ## Links to any relevant issues Part of #3990 ## Type of change Choose a type of change, and delete any options that are not relevant. - Bug fix (a non-breaking change which fixes an issue) ## How the change has been tested ``` cargo r --bin iota-node -- --config-path /tmp/fullnode.yaml ```
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description of change
Port MystenLabs/sui@b751830
Lz4 should be cheap enough to enable on level 1.
Links to any relevant issues
Part of #3990
Type of change
Choose a type of change, and delete any options that are not relevant.
How the change has been tested