Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 19, 2024
1 parent abb6316 commit 93b7dac
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 26 deletions.
5 changes: 0 additions & 5 deletions .changeset/friendly-papayas-drum.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/new-coins-eat.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tough-students-compare.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twelve-ducks-exercise.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/two-suits-admire.md

This file was deleted.

10 changes: 10 additions & 0 deletions crates/edr_napi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @nomicfoundation/edr

## 0.3.6

### Patch Changes

- 7745f35: Fixed mining of blocks when forking a chain that has non-Ethereum block headers
- e6665a5: fix: avoid ecrecover for known sender
- dc6840c: perf: changed internal data structures to achieve to constant time checkpointing for significant performance improvements on large test suites
- 7745f35: Fixed panic when re-setting global default subscriber
- abb6316: fix: avoid cloning transaction traces for improved performance

## 0.3.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion crates/edr_napi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nomicfoundation/edr",
"version": "0.3.5",
"version": "0.3.6",
"main": "index.js",
"types": "index.d.ts",
"files": [
Expand Down

0 comments on commit 93b7dac

Please sign in to comment.