bnb-chain / revm

MIT License
12 stars 9 forks source link

chore(deps): bump alloy-primitives from 0.7.4 to 0.7.6 #33

Closed dependabot[bot] closed 5 months ago

dependabot[bot] commented 5 months ago

Bumps alloy-primitives from 0.7.4 to 0.7.6.

Release notes

Sourced from alloy-primitives's releases.

alloy-core v0.7.6

What's Changed

Full Changelog: https://github.com/alloy-rs/core/compare/v0.7.5...v0.7.6

alloy-core v0.7.5

What's Changed

New Contributors

Full Changelog: https://github.com/alloy-rs/core/compare/v0.7.4...v0.7.5

Changelog

Sourced from alloy-primitives's changelog.

0.7.6 - 2024-06-10

Features

  • [primitives] Add additional common aliases (#654)
  • [primitives] Derive Arbitrary for Signature (#652)
  • [primitives] Implement ops::Not for fixed bytes (#650)
  • [sol-macro] Add return value names to simple getters (#648)

Miscellaneous Tasks

  • [docs] Add doc aliases for Tx prefixed names (#649)
  • Update changelog.sh
  • Fix CHANGELOG parsers for uppercase

0.7.5 - 2024-06-04

Bug Fixes

  • [sol-macro] Allow deriving Default on contracts (#645)
  • [sol-macro] Overridden event signatures (#642)
  • [primitives] Signed formatting (#643)
  • Fix Log serde for non self describing protocols (#639)
  • Handle 0 for inverting eip155 parity. (#633)

Documentation

  • Update some READMEs (#641)

Features

  • [primitives] Implement TryInto for ParseUnits (#646)
  • [sol-macro] Allow overridden custom errors (#644)
  • Create new method on Param and EventParam (#634)

Miscellaneous Tasks

  • Release 0.7.5
  • [sol-macro] Add suggestion to remove name (#647)
  • Temporarily disable tests that OOM Miri (#637)
Commits
  • 155f7cc chore: release 0.7.6
  • 4a258dc feat(primitives): add additional common aliases (#654)
  • d467a78 feat(primitives): derive Arbitrary for Signature (#652)
  • 72a8dd5 feat(primitives): implement ops::Not for fixed bytes (#650)
  • 5ef8d4c chore(docs): add doc aliases for Tx prefixed names (#649)
  • bf965fd chore: update changelog.sh
  • 8baa2fd feat(sol-macro): add return value names to simple getters (#648)
  • 9d5c39f chore: fix CHANGELOG parsers for uppercase
  • 9435229 chore: release 0.7.5
  • 4633b9d chore(sol-macro): add suggestion to remove name (#647)
  • Additional commits viewable in compare view


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 5 months ago

Valgrind Results:

==6404== Cachegrind, a cache and branch-prediction profiler
==6404== Copyright (C) 2002-2017, and GNU GPL'd, by Nicholas Nethercote et al.
==6404== Using Valgrind-3.18.1 and LibVEX; rerun with -h for copyright info
==6404== Command: target/release/snailtracer
==6404== 
--6404-- warning: L3 cache found, using its data for the LL simulation.
Running snailtracer example!
elapsed: 1.825337267s
==6404== 
==6404== I   refs:      426,571,552
==6404== I1  misses:          6,011
==6404== LLi misses:          2,782
==6404== I1  miss rate:        0.00%
==6404== LLi miss rate:        0.00%
==6404== 
==6404== D   refs:      203,779,851  (132,070,351 rd   + 71,709,500 wr)
==6404== D1  misses:        344,067  (    203,895 rd   +    140,172 wr)
==6404== LLd misses:        137,602  (      4,257 rd   +    133,345 wr)
==6404== D1  miss rate:         0.2% (        0.2%     +        0.2%  )
==6404== LLd miss rate:         0.1% (        0.0%     +        0.2%  )
==6404== 
==6404== LL refs:           350,078  (    209,906 rd   +    140,172 wr)
==6404== LL misses:         140,384  (      7,039 rd   +    133,345 wr)
==6404== LL miss rate:          0.0% (        0.0%     +        0.2%  )
dependabot[bot] commented 5 months ago

Looks like alloy-primitives is up-to-date now, so this is no longer needed.