bluealloy / revm

Ethereum Virtual Machine written in rust that is fast and simple to use
https://bluealloy.github.io/revm/
MIT License
1.5k stars 482 forks source link

chore(deps): bump alloy-rlp from 0.3.5 to 0.3.7 #1581

Closed dependabot[bot] closed 1 week ago

dependabot[bot] commented 2 weeks ago

Bumps alloy-rlp from 0.3.5 to 0.3.7.

Changelog

Sourced from alloy-rlp's changelog.

[0.3.7] - 2024-06-29

Fixed

  • Make PayloadView public (#20)

#20: alloy-rs/rlp#20

[0.3.6] - 2024-06-29

Added

  • New decode_raw static methods to Header (#18)

#18: alloy-rs/rlp#18

Commits


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
github-actions[bot] commented 2 weeks ago

Valgrind Results:

==4004== Cachegrind, a cache and branch-prediction profiler
==4004== Copyright (C) 2002-2017, and GNU GPL'd, by Nicholas Nethercote et al.
==4004== Using Valgrind-3.18.1 and LibVEX; rerun with -h for copyright info
==4004== Command: target/release/snailtracer
==4004== 
--4004-- warning: L3 cache found, using its data for the LL simulation.
Running snailtracer example!
elapsed: 1.836111796s
==4004== 
==4004== I   refs:      427,040,298
==4004== I1  misses:          3,126
==4004== LLi misses:          2,817
==4004== I1  miss rate:        0.00%
==4004== LLi miss rate:        0.00%
==4004== 
==4004== D   refs:      204,077,284  (132,268,924 rd   + 71,808,360 wr)
==4004== D1  misses:        341,728  (    201,735 rd   +    139,993 wr)
==4004== LLd misses:        137,813  (      4,491 rd   +    133,322 wr)
==4004== D1  miss rate:         0.2% (        0.2%     +        0.2%  )
==4004== LLd miss rate:         0.1% (        0.0%     +        0.2%  )
==4004== 
==4004== LL refs:           344,854  (    204,861 rd   +    139,993 wr)
==4004== LL misses:         140,630  (      7,308 rd   +    133,322 wr)
==4004== LL miss rate:          0.0% (        0.0%     +        0.2%  )