Skip to content

Commit

Permalink
verkle: update rlp and util to x.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrocheleau committed Nov 1, 2023
1 parent 4d9fcda commit 1d5afc3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 35 deletions.
35 changes: 2 additions & 33 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/verkle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@
"tsc": "../../config/cli/ts-compile.sh"
},
"dependencies": {
"@ethereumjs/rlp": "5.0.0",
"@ethereumjs/util": "9.0.0",
"@ethereumjs/rlp": "5.0.1",
"@ethereumjs/util": "9.0.1",
"lru-cache": "^10.0.0"
},
"engines": {
Expand Down

1 comment on commit 1d5afc3

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 2.

Benchmark suite Current: 1d5afc3 Previous: ab4ba34 Ratio
Block 9422906 17813 ops/sec (±5.65%) 38433 ops/sec (±1.88%) 2.16

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.