Closed dependabot[bot] closed 4 months ago
Valgrind Results:
==6289== Cachegrind, a cache and branch-prediction profiler
==6289== Copyright (C) 2002-2017, and GNU GPL'd, by Nicholas Nethercote et al.
==6289== Using Valgrind-3.18.1 and LibVEX; rerun with -h for copyright info
==6289== Command: target/release/snailtracer
==6289==
--6289-- warning: L3 cache found, using its data for the LL simulation.
Running snailtracer example!
elapsed: 1.830026011s
==6289==
==6289== I refs: 427,037,502
==6289== I1 misses: 3,093
==6289== LLi misses: 2,791
==6289== I1 miss rate: 0.00%
==6289== LLi miss rate: 0.00%
==6289==
==6289== D refs: 204,076,648 (132,268,850 rd + 71,807,798 wr)
==6289== D1 misses: 341,174 ( 201,270 rd + 139,904 wr)
==6289== LLd misses: 137,570 ( 4,330 rd + 133,240 wr)
==6289== D1 miss rate: 0.2% ( 0.2% + 0.2% )
==6289== LLd miss rate: 0.1% ( 0.0% + 0.2% )
==6289==
==6289== LL refs: 344,267 ( 204,363 rd + 139,904 wr)
==6289== LL misses: 140,361 ( 7,121 rd + 133,240 wr)
==6289== LL miss rate: 0.0% ( 0.0% + 0.2% )
Superseded by #41.
Bumps alloy-transport from 0.1.1 to 0.1.2.
Release notes
Sourced from alloy-transport's releases.
Changelog
Sourced from alloy-transport's changelog.
Commits
6863972
chore: release 0.1.2cffab13
feat: add TryFrom for GethTrace for all inner variants (#933)dfef950
chore(rpc-types): remove duplicateIndex
definition inrpc-types-anvil
in...8dc637e
docs: update alloy-eips supported eip list (#942)9b49122
docs: update get_balance docs (#938)707fdb5
chore: relax version in workspace dependencies (#940)041c7c4
feat(genesis): updateextra_fields
to useOtherFields
(#936)aeef834
feat(rpc-types-anvil): addIndex
, fix compatibility (#931)d94324b
chore: update eip-2935 bytecode and address (#934)ad5c840
feat: Add trace_raw_transaction and trace_replay_block_transactions (#925)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