bnb-chain / revm

MIT License
11 stars 8 forks source link

chore(deps): bump alloy-eips from 0.1.3 to 0.1.4 #46

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 2 months ago

Bumps alloy-eips from 0.1.3 to 0.1.4.

Release notes

Sourced from alloy-eips's releases.

alloy v0.1.4

What's Changed

New Contributors

Full Changelog: https://github.com/alloy-rs/alloy/compare/v0.1.3...v0.1.4

Changelog

Sourced from alloy-eips's changelog.

0.1.4 - 2024-07-08

Bug Fixes

  • Fix watching already mined transactions (#997)
  • Ots_getContractCreater has field hash instead of tx (#999)
  • [signer-trezor] Fix zero gas price when sending legacy tx with trezor (#977)

Dependencies

  • [deps] Remove reqwest and hyper from meta crate (#974)

Documentation

  • Add release checklist (#972)

Features

  • Add helper to set both input and data fields (#1019)
  • [transport] Retry layer (#849)
  • Add execution payloadbodyv2 (#1012)
  • Add consolidation requests to v4 payload (#1013)
  • [rpc-types-eth] Add more utils to TransactionIndex (#1007)
  • Impl Transaction for TxEnvelope (#1006)
  • [eip1559] Support Optimism Canyon hardfork (#1010)
  • Add missing admin_* methods (#991)
  • [network] Block context in ReceiptResponse (#1003)
  • [otterscan] Add output for TraceEntry (#1001)
  • Support web3_sha3 provider function (#996)
  • Add submit block request query (#995)
  • Add trace_get (#987)
  • Add net rpc namespace (#989)
  • Add missing debug_* rpc methods (#986)
  • Add into transactions iterator (#984)
  • Add helpers for trace action (#982)
  • Impl From<RpcBlockHash> for BlockHashOrNumber (#980)
  • Add missing eth bundle args (#978)

Miscellaneous Tasks

  • Update release config
  • Add helper functions for destructuring auth types (#1022)
  • Convert rcp-types-eth block Header to consensus Header (#1014)
  • [docs] Add the missing crate rpc-types-mev (#1011)
  • Clean up 7702 encoding (#1000)
  • Make wrapped index value pub (#988)
  • [provider] Simplify nonce filler (#976)
  • Release 0.1.3 (-p alloy)

Other

... (truncated)

Commits
  • 83343b1 chore: release 0.1.4
  • b9a9625 chore: update release config
  • e849732 chore: add helper functions for destructuring auth types (#1022)
  • e6b3edd fix: Fix watching already mined transactions (#997)
  • 75ef6a4 Remove signature.v parity before calculating tx hash (#893)
  • 07d1de5 feat: add helper to set both input and data fields (#1019)
  • 96e3a84 feat(transport): retry layer (#849)
  • 40e6860 chore: convert rcp-types-eth block Header to consensus Header (#1014)
  • 2133aad feat: add execution payloadbodyv2 (#1012)
  • a24e30b feat: add consolidation requests to v4 payload (#1013)
  • 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 2 months ago

Valgrind Results:

==6536== Cachegrind, a cache and branch-prediction profiler
==6536== Copyright (C) 2002-2017, and GNU GPL'd, by Nicholas Nethercote et al.
==6536== Using Valgrind-3.18.1 and LibVEX; rerun with -h for copyright info
==6536== Command: target/release/snailtracer
==6536== 
--6536-- warning: L3 cache found, using its data for the LL simulation.
Running snailtracer example!
elapsed: 1.834394034s
==6536== 
==6536== I   refs:      427,042,258
==6536== I1  misses:          3,125
==6536== LLi misses:          2,824
==6536== I1  miss rate:        0.00%
==6536== LLi miss rate:        0.00%
==6536== 
==6536== D   refs:      204,078,230  (132,269,995 rd   + 71,808,235 wr)
==6536== D1  misses:        341,883  (    201,874 rd   +    140,009 wr)
==6536== LLd misses:        137,819  (      4,496 rd   +    133,323 wr)
==6536== D1  miss rate:         0.2% (        0.2%     +        0.2%  )
==6536== LLd miss rate:         0.1% (        0.0%     +        0.2%  )
==6536== 
==6536== LL refs:           345,008  (    204,999 rd   +    140,009 wr)
==6536== LL misses:         140,643  (      7,320 rd   +    133,323 wr)
==6536== LL miss rate:          0.0% (        0.0%     +        0.2%  )
dependabot[bot] commented 1 month ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.