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

style: create consistent changelog #417

Merged
merged 2 commits into from
May 2, 2024
Merged
Changes from all commits
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
6 changes: 3 additions & 3 deletions crates/edr_napi/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@

- e82246c: Removed usage of batch calls to prevent 429 errors
- 7745f35: Fixed mining of blocks when forking a chain that has non-Ethereum block headers
- 8928b77: fix: avoid ecrecover for known sender
- 1a83206: perf: changed internal data structures to achieve to constant time checkpointing for significant performance improvements on large test suites
- 8928b77: Improved performance by avoiding call to ecrecover for known sender
- 1a83206: Improved performance - especially for large test suites - by changing internal data structures to achieve constant time checkpointing
- 7745f35: Fixed panic when re-setting global default subscriber
- 9be7023: fix: avoid cloning transaction traces for improved performance
- 9be7023: Improved performance by avoiding clones of transaction traces

## 0.3.5

Expand Down
Loading