Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update rust crate alloy to 0.6.0 #988

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 25, 2024

This PR contains the following updates:

Package Type Update Change
alloy dependencies minor 0.5.4 -> 0.6.0

Release Notes

alloy-rs/alloy (alloy)

v0.6.4

Compare Source

Bug Fixes
  • Make EIP-155 signatures logic safer (#​1641)
Other
  • Add trait method Transaction::effective_gas_price (#​1640)

v0.6.3

Compare Source

Bug Fixes
Features
  • [consensus] TxEnvelope::signature (#​1634)
  • [network] AnyNetworkWallet (#​1631)
Miscellaneous Tasks
Other
  • Add trait method Transaction::is_dynamic_fee (#​1638)

v0.6.2

Compare Source

What's Changed

Full Changelog: alloy-rs/alloy@v0.6.1...v0.6.2

v0.6.1

Compare Source

Bug Fixes
  • Re-introduce HeaderResponse trait (#​1627)
Miscellaneous Tasks
  • Release 0.6.1

v0.6.0

Compare Source

Bug Fixes
  • Wrap dashmap in Arc (#​1624)
  • [provider] Make Caller EthCall specific (#​1620)
  • Serde for AnyTxEnvelope (#​1613)
  • Receipt status serde (#​1608)
  • [signer-ledger] Use SIGN_ETH_EIP_712 instruction (#​1479)
  • Hash handling (#​1604)
  • Fix typo in RecommendedFillers associated type (#​1536)
  • RLP for TxEip4844 (#​1596)
  • Add more rlp correctness checks (#​1595)
  • Update AnyNetwork type aliases (#​1591)
  • Clearer replay protection checks (#​1581)
  • [provider] Return Subscription<N::HeaderResponse> (#​1586)
  • [alloy-provider] get_block_by_number arg (#​1582)
  • Relay types (#​1577)
  • Make a sensible encoding api (#​1496)
  • Enable std with jwt (#​1569)
Dependencies
Documentation
  • Expand on what Requests contains (#​1564)
Features
  • [serde] StorageKeyKind (#​1597)
  • [rpc-types-trace/parity] Add creationMethod for create action (#​1621)
  • Integrate signature with boolean parity (#​1540)
  • Serde helpers for hashmaps and btreemaps with quantity key types (#​1579)
  • Use OtherFields on UnknownTypedTransaction (#​1605)
  • Implement Arbitrary for transaction types (#​1603)
  • Make more Otterscan types generic over header (#​1594)
  • Make Otterscan types generic over header (#​1593)
  • Add impl From for AnyHeader (#​1592)
  • [consensus] Protected Legacy Signature (#​1578)
  • Embed consensus header into RPC (#​1573)
  • Introduce anvil_reorg and related types. (#​1576)
  • Make eth_call and eth_estimateGas default to using Pending block (#​1568)
  • [eips] Indexed Blob Hash (#​1526)
Miscellaneous Tasks
Other
  • Use ChainId in WalletCapabilities (#​1622)
  • Rm useless len var in rlp_encoded_fields_length (#​1612)
  • Add unit tests for OtherFields (#​1614)
  • Small refactor for JwtSecret (#​1611)
  • Rm Receipts root_slow unused method (#​1567)
  • Embed TxEnvelope into rpc-types-eth::Transaction (#​1460)
  • Add success job (#​1589)
  • Add BadBlock type to debug_getbadblocks return type (#​1566)
  • Implement root_slow for Receipts (#​1563)
  • Add uncle_block_from_header impl and test (#​1554)
  • Add missing unit test for MIN_PROTOCOL_BASE_FEE (#​1558)
  • Rm BEACON_CONSENSUS_REORG_UNWIND_DEPTH (#​1556)
  • Add unit tests to secure all conversions and impl (#​1544)
  • Fix HOLESKY_GENESIS_HASH (#​1555)
  • Impl From<Sealed<alloy_consensus::Header>> for Header (#​1532)
Refactor
  • [signer] Small refactor in signer utils (#​1615)
  • [genesis] Small refactor (#​1618)
Styling
  • Move txtype-specific builders to network-primitives (#​1602)
Testing
  • [network-primitives] Add unit tests for BlockTransactions (#​1619)
  • [transport] Add unit tests for Authorization methods (#​1616)
  • [json-rpc] Add unit tests for Id (#​1617)
  • Fix tests (#​1583)

Configuration

📅 Schedule: Branch creation - "before 6am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link
Contributor Author

renovate bot commented Nov 25, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path Cargo.toml --package alloy@0.5.4 --precise 0.6.4
    Updating crates.io index
error: failed to select a version for the requirement `alloy = "^0.5.4"`
candidate versions found which didn't match: 0.6.4
location searched: crates.io index
required by package `tap_core v2.0.0 (https://github.com/semiotic-ai/timeline-aggregation-protocol?rev=61b47b3#61b47b3b)`
    ... which satisfies git dependency `tap_core` (locked to 2.0.0) of package `graph-gateway v24.2.1 (/tmp/renovate/repos/github/edgeandnode/gateway)`

@Theodus Theodus closed this Nov 25, 2024
@Theodus Theodus deleted the renovate/alloy-0.x branch November 25, 2024 13:54
Copy link
Contributor Author

renovate bot commented Nov 25, 2024

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (0.6.0). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant