Closed dependabot[bot] closed 3 months ago
Valgrind Results:
==6518== Cachegrind, a cache and branch-prediction profiler
==6518== Copyright (C) 2002-2017, and GNU GPL'd, by Nicholas Nethercote et al.
==6518== Using Valgrind-3.18.1 and LibVEX; rerun with -h for copyright info
==6518== Command: target/release/snailtracer
==6518==
--6518-- warning: L3 cache found, using its data for the LL simulation.
Running snailtracer example!
elapsed: 1.824562672s
==6518==
==6518== I refs: 427,739,979
==6518== I1 misses: 3,178
==6518== LLi misses: 2,837
==6518== I1 miss rate: 0.00%
==6518== LLi miss rate: 0.00%
==6518==
==6518== D refs: 204,084,152 (132,274,764 rd + 71,809,388 wr)
==6518== D1 misses: 340,776 ( 200,842 rd + 139,934 wr)
==6518== LLd misses: 137,639 ( 4,347 rd + 133,292 wr)
==6518== D1 miss rate: 0.2% ( 0.2% + 0.2% )
==6518== LLd miss rate: 0.1% ( 0.0% + 0.2% )
==6518==
==6518== LL refs: 343,954 ( 204,020 rd + 139,934 wr)
==6518== LL misses: 140,476 ( 7,184 rd + 133,292 wr)
==6518== LL miss rate: 0.0% ( 0.0% + 0.2% )
Looks like alloy-eips is no longer a dependency, so this is no longer needed.
Bumps alloy-eips from 0.2.0 to 0.2.1.
Release notes
Sourced from alloy-eips's releases.
Changelog
Sourced from alloy-eips's changelog.
... (truncated)
Commits
0f00f95
chore: release 0.2.1527893b
chore: release 0.2.1a011cc5
chore(rpc): MakeDeserialize
impl forFilterChanges
generic over transact...74efdec
chore: correctly cfg unused type (#1117)8e5a9fb
AddAccessListResult
type (EIP-2930) (#1110)bad667e
feat(engine-types):PayloadError::PrePragueBlockWithEip7702Transactions
(#1...4a0a641
docs: readme fix (#1114)b3fdd80
rpc: derive arbitrary forTransactionRequest
(#1113)fa01c2a
fix: make Parity TraceResults output optional (#1102)aac27bc
chore: re-export and document network-primitives (#1107)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