Closed dependabot[bot] closed 2 months ago
Valgrind Results:
==3979== Cachegrind, a cache and branch-prediction profiler
==3979== Copyright (C) 2002-2017, and GNU GPL'd, by Nicholas Nethercote et al.
==3979== Using Valgrind-3.18.1 and LibVEX; rerun with -h for copyright info
==3979== Command: target/release/snailtracer
==3979==
--3979-- warning: L3 cache found, using its data for the LL simulation.
Running snailtracer example!
elapsed: 1.814045544s
==3979==
==3979== I refs: 427,733,682
==3979== I1 misses: 3,397
==3979== LLi misses: 2,838
==3979== I1 miss rate: 0.00%
==3979== LLi miss rate: 0.00%
==3979==
==3979== D refs: 204,081,702 (132,272,705 rd + 71,808,997 wr)
==3979== D1 misses: 339,944 ( 199,996 rd + 139,948 wr)
==3979== LLd misses: 137,639 ( 4,346 rd + 133,293 wr)
==3979== D1 miss rate: 0.2% ( 0.2% + 0.2% )
==3979== LLd miss rate: 0.1% ( 0.0% + 0.2% )
==3979==
==3979== LL refs: 343,341 ( 203,393 rd + 139,948 wr)
==3979== LL misses: 140,477 ( 7,184 rd + 133,293 wr)
==3979== LL miss rate: 0.0% ( 0.0% + 0.2% )
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