bnb-chain / revm

MIT License
12 stars 9 forks source link

chore(deps): bump alloy-primitives from 0.7.4 to 0.7.5 #30

Closed dependabot[bot] closed 5 months ago

dependabot[bot] commented 5 months ago

Bumps alloy-primitives from 0.7.4 to 0.7.5.

Release notes

Sourced from alloy-primitives's releases.

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.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
  • 9435229 chore: release 0.7.5
  • 4633b9d chore(sol-macro): add suggestion to remove name (#647)
  • ec302cb feat(primitives): implement TryInto for ParseUnits (#646)
  • e1774c8 fix(sol-macro): allow deriving Default on contracts (#645)
  • 60da93c feat(sol-macro): allow overridden custom errors (#644)
  • 373c35e fix(sol-macro): overridden event signatures (#642)
  • 8b2979a docs: update some READMEs (#641)
  • d523ac1 fix(primitives): Signed formatting (#643)
  • 7f17fe3 Fix Log serde for non self describing protocols (#639)
  • da399a8 chore: temporarily disable tests that OOM Miri (#637)
  • 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:

==5190== Cachegrind, a cache and branch-prediction profiler
==5190== Copyright (C) 2002-2017, and GNU GPL'd, by Nicholas Nethercote et al.
==5190== Using Valgrind-3.18.1 and LibVEX; rerun with -h for copyright info
==5190== Command: target/release/snailtracer
==5190== 
--5190-- warning: L3 cache found, using its data for the LL simulation.
Running snailtracer example!
elapsed: 1.836300716s
==5190== 
==5190== I   refs:      433,208,725
==5190== I1  misses:          6,106
==5190== LLi misses:          2,795
==5190== I1  miss rate:        0.00%
==5190== LLi miss rate:        0.00%
==5190== 
==5190== D   refs:      204,325,925  (132,419,931 rd   + 71,905,994 wr)
==5190== D1  misses:        344,420  (    204,353 rd   +    140,067 wr)
==5190== LLd misses:        137,608  (      4,257 rd   +    133,351 wr)
==5190== D1  miss rate:         0.2% (        0.2%     +        0.2%  )
==5190== LLd miss rate:         0.1% (        0.0%     +        0.2%  )
==5190== 
==5190== LL refs:           350,526  (    210,459 rd   +    140,067 wr)
==5190== LL misses:         140,403  (      7,052 rd   +    133,351 wr)
==5190== LL miss rate:          0.0% (        0.0%     +        0.2%  )
dependabot[bot] commented 5 months ago

Superseded by #33.