Closed dependabot[bot] closed 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% )
Superseded by #33.
Bumps alloy-primitives from 0.7.4 to 0.7.5.
Release notes
Sourced from alloy-primitives's releases.
Changelog
Sourced from alloy-primitives's changelog.
Commits
9435229
chore: release 0.7.54633b9d
chore(sol-macro): add suggestion to remove name (#647)ec302cb
feat(primitives): implement TryInto for ParseUnits (#646)e1774c8
fix(sol-macro): allow derivingDefault
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)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