init4tech / trevm

Typestate interface for revm
Apache License 2.0
61 stars 4 forks source link

build(deps): update alloy requirement from =0.3.6 to =0.4.0 #56

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Updates the requirements on alloy to permit the latest version.

Release notes

Sourced from alloy's releases.

v0.4.0

What's Changed

... (truncated)

Changelog

Sourced from alloy's changelog.

0.4.0 - 2024-09-30

Bug Fixes

  • Support u64 hex from str for BlockId (#1396)
  • Ensure max_fee_per_blob_gas field handles Some(0) gracefully (#1389)
  • Advance buffer during 2718 decoding (#1367)
  • Use std::error (#1363)
  • Correct encode_2718_len for legacy transactions (#1360)
  • Error::source for Eip2718Error (#1361)
  • [serde] Encode optional types as Some (#1348)
  • eth_simulateV1 serde (#1345)
  • Use vec for flat call frame (#1343)
  • [rpc-client] Add test for BuiltInConnString.connect_boxed (#1331)
  • RecommendedFillers typo (#1311)
  • Enforce correct parity encoding for typed transactions (#1305)

Dependencies

  • Bump alloy 0.8.5 (#1374)
  • [deps] Bump alloy-core 0.8.4 in Cargo.toml (#1364)
  • [deps] Bump breaking deps (#1356)

Features

  • [consensus] Bincode compatibility for header and transaction types (#1397)
  • [rpc-types-engine] Use strum for ClientCode (#1386)
  • Replace std/hashbrown with alloy_primitives::map (#1384)
  • [engine] Add Trin Execution client code (#1372)
  • [signer-local] Add keystore-geth-compat feature (#1381)
  • Errors for responses (#1369)
  • [transport-http] JWT auth layer (#1314)
  • Impl From for alloy_rlp::Error (#1359)
  • Add Header::num_hash_slow (#1357)
  • Blob Tx Sidecar Iterator (#1334)
  • Deserialize requests (#1351)
  • [serde] Remove deprecated num module (#1350)
  • [consensus] Generic Block Type (#1319)
  • [provider] Subscribe to new blocks if possible in heartbeat (#1321)
  • Add getters into TransactionResponse and update implementations (#1328)
  • [consensus] Move requests struct definition from reth (#1326)
  • Add builder style function to simulate payload args (#1324)
  • Add builder style functions to ethcallbundle (#1325)
  • Add eth_simulateV1 (#1323)
  • [rpc-types-beacon] BuilderBlockValidationRequestV4 (#1322)
  • [rpc-types-beacon] BuilderBlockValidationRequestV3 (#1310)
  • Bundle hash on ethsendbundle (#1308)

Miscellaneous Tasks

... (truncated)

Commits
  • 35b1507 chore: release 0.4.0
  • 9f18b7a feat(consensus): bincode compatibility for header and transaction types (#1397)
  • 32edd0c test: make tests that require binaries in path CI only (#1393)
  • b69c161 Add supertrait alloy_consensus::Transaction to RPC TransactionResponse (#1387)
  • b9c9e67 Return static Eip658Value from TxReceipt trait method (#1394)
  • 599e577 Auto-impl alloy_consensus::TxReceipt for ref (#1395)
  • efeb2e4 fix: support u64 hex from str for BlockId (#1396)
  • ef94a10 chore: rm outdated comments (#1392)
  • b65df90 fix: ensure max_fee_per_blob_gas field handles Some(0) gracefully (#1389)
  • cef4934 chore: move type def to where it belongs (#1391)
  • Additional commits viewable in compare view


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)
prestwich commented 1 month ago

@dependabot ignore this dependency

dependabot[bot] commented 1 month ago

OK, I won't notify you about alloy again, unless you re-open this PR.