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

fix(db): max rocksdb LOG files count and size and add more memory metrics #345

Merged
merged 3 commits into from
Oct 15, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Merge branch 'main' into fix-rocksdb-log
antiyro authored Oct 15, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 2f8bb5880ea2f25563ca1e1d5a287b52c828e665
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -3,6 +3,12 @@
## Next release

- fix(db): max rocksdb LOG files count and size and add more memory metrics
- fix(devnet): devnet predeployed contracts stable address across systems
- feat: gas fee flag added
- fix(mempool): fixed proptesting of the inner mempool
- fix(clippy): disallow printlns in workspace
- fix(db): storing a block needs to clear the current pending block
- fix(sync): Fixed pipeline stalling on machines with few cpu cores
- fix(rpc): handle batched requests in middleware
- chore: padded devnet address display with 64 chars
- feat(script): added more capabilities to the launcher script
You are viewing a condensed version of this merge commit. You can view the full changes here.