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 alloy-rs core types monorepo to 0.7 - autoclosed #241

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 1, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change
alloy-primitives (source) dependencies minor 0.6 -> 0.7
alloy-sol-types (source) dependencies minor 0.6 -> 0.7

Release Notes

alloy-rs/core (alloy-primitives)

v0.7.7

Compare Source

Bug Fixes
  • Small fixes for DynSolValue strategies (#​683)
  • Fixed bytes dyn abi packed encoding (#​671)
  • [primitives] Include in aliases export to prevent having to import from aliases::{..} (#​655)
Documentation
  • [primitives] Fix rustdoc for Signature (#​680)
  • [sol-types] Update README.md using crate docs (#​679)
  • Add per-crate changelogs (#​669)
  • Update MSRV policy (#​665)
Features
  • [json-abi] Allow serde_json::from_{value,reader} (#​684)
  • Add support for parsing visibility and state mutability (#​682)
  • DynSolCall (#​632)
  • IntoLogData (#​666)
  • Add abi_packed_encoded_size (#​672)
  • [primitives] Manually implement arbitrary for signature (#​663)
Miscellaneous Tasks
  • Use workspace.lints (#​676)
  • Fix unnameable-types (#​675)
  • [sol-macro] Allow clippy all when emitting contract bytecode (#​674)
  • Add book/examples to readme
  • [sol-types] Exit early if Abigen input is invalid
  • Swap sol macro doctests symlink (#​657)
Styling
  • Format some imports
  • Format GHA workflow
  • Sort derives (#​662)

v0.7.6

Compare Source

Features
  • [primitives] Add additional common aliases (#​654)
  • [primitives] Derive Arbitrary for Signature (#​652)
  • [primitives] Implement ops::Not for fixed bytes (#​650)
  • [sol-macro] Add return value names to simple getters (#​648)
Miscellaneous Tasks
  • Release 0.7.6
  • [docs] Add doc aliases for Tx prefixed names (#​649)
  • Update changelog.sh
  • Fix CHANGELOG parsers for uppercase

v0.7.5

Compare Source

Bug Fixes
  • [sol-macro] Allow deriving Default on contracts (#​645)
  • [sol-macro] Overridden event signatures (#​642)
  • [primitives] Signed formatting (#​643)
  • Fix Log serde for non self describing protocols (#​639)
  • Handle 0 for inverting eip155 parity. (#​633)
Documentation
Features
  • [primitives] Implement TryInto for ParseUnits (#​646)
  • [sol-macro] Allow overridden custom errors (#​644)
  • Create new method on Param and EventParam (#​634)
Miscellaneous Tasks
  • Release 0.7.5
  • [sol-macro] Add suggestion to remove name (#​647)
  • Temporarily disable tests that OOM Miri (#​637)

v0.7.4

Compare Source

Bug Fixes
  • [sol-macro] Json feature (#​629)
Miscellaneous Tasks
  • Release 0.7.4
  • Release 0.7.3
  • Fix dyn abi
  • Release 0.7.3

v0.7.3

Compare Source

Documentation
  • Update alloy-core homepage link
Features
  • [dyn-abi] Derive Eq for TypedData (#​623)
  • [sol-macro] Allow missing docs for event fields (#​619)
Miscellaneous Tasks
  • Release 0.7.3
  • Fix tests (#​624)
  • Unused cfgs
Refactor
  • Move expand from sol-macro to its own crate (#​626)

v0.7.2

Compare Source

Documentation
  • Unhide and mention sol! wrappers (#​615)
Miscellaneous Tasks
  • Release 0.7.2
  • [general] Add basic CI workflow for Windows (#​613)
Other
  • Add derive[Clone] to SolEvent creation (#​616)

v0.7.1

Compare Source

Bug Fixes
  • Use deploy in sol expansion (#​606)
Documentation
  • Update README crate links to use URLs (#​603)
  • [sol-macro] Add some more disclaimers (#​595)
Features
  • Add arbitrary for TxKind (#​604)
  • [json-abi] Support legacy JSON ABIs (#​596)
Miscellaneous Tasks
  • Release 0.7.1
  • FixedBytes instead of array
  • Add a automatically_derived (#​597)
  • Update tests and clippy

v0.7.0

Compare Source

Bug Fixes
  • [json-abi] Correct to_sol for arrays of contracts (#​586)
  • [sol-macro] Don't double attributes in JSON input (#​583)
  • [dyn-abi] Correctly parse uints in coerce_str (#​577)
  • Force clippy to stable (#​569)
  • [primitives] Re-implement RLP for Log<LogData> (#​573)
  • [sol-macro] Rpc event filter function name (#​572)
  • [sol-macro] Enumerate before filtering when expanding events (#​561)
Documentation
  • Do not accept grammar prs (#​575)
  • [sol-macro] Add a note about sol(rpc) in Contracts paragraph (#​556)
Features
  • Rlp encoding for logs with generic event data (#​553)
  • [sol-macro] Add event filters to contracts (#​563)
  • [json-abi] Add configuration for JsonAbi::to_sol (#​558)
  • Add LogData::split (#​559)
  • Add network generic to sol-macro (#​557)
Miscellaneous Tasks
  • Release 0.7.0
  • No-default-features k256 (#​576)
  • Remove dead code (#​571)
Other
  • Small helpers for alloy serde PR (#​582)
  • Use latest stable
  • Prestwich/dyn sol error (#​551)
Performance
  • [sol-macro] Decode bytecode hex strings ourselves (#​562)
Refactor
  • Break SolInput to its own crate (#​578)
  • Change identical resolve traits to Specifier (#​550)
Styling
  • Rearranged type param order so that the Network param is the last (#​587)
  • Make Bytes map to Bytes in SolType (#​545)

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 these updates 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 Jul 1, 2024

⚠️ Artifact update problem

Renovate failed to update artifacts 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 tap-agent/Cargo.toml --package [email protected] --precise 0.7.7
    Updating crates.io index
error: failed to select a version for the requirement `alloy-primitives = "^0.6"`
candidate versions found which didn't match: 0.7.7
location searched: crates.io index
required by package `thegraph v0.5.0 (https://github.com/edgeandnode/toolshed?tag=thegraph-v0.5.0#7ab59b4f)`
    ... which satisfies git dependency `thegraph` (locked to 0.5.0) of package `indexer-common v0.1.0 (/tmp/renovate/repos/github/graphprotocol/indexer-rs/common)`

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path config/Cargo.toml --package [email protected] --precise 0.7.7
    Updating crates.io index
error: failed to select a version for the requirement `alloy-primitives = "^0.6"`
candidate versions found which didn't match: 0.7.7
location searched: crates.io index
required by package `thegraph v0.5.0 (https://github.com/edgeandnode/toolshed?tag=thegraph-v0.5.0#7ab59b4f)`
    ... which satisfies git dependency `thegraph` (locked to 0.5.0) of package `indexer-common v0.1.0 (/tmp/renovate/repos/github/graphprotocol/indexer-rs/common)`

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path common/Cargo.toml --package [email protected] --precise 0.7.7
    Updating crates.io index
error: failed to select a version for the requirement `alloy-primitives = "^0.6"`
candidate versions found which didn't match: 0.7.7
location searched: crates.io index
required by package `thegraph v0.5.0 (https://github.com/edgeandnode/toolshed?tag=thegraph-v0.5.0#7ab59b4f)`
    ... which satisfies git dependency `thegraph` (locked to 0.5.0) of package `indexer-common v0.1.0 (/tmp/renovate/repos/github/graphprotocol/indexer-rs/common)`

@renovate renovate bot force-pushed the renovate/alloy-core branch 5 times, most recently from 6464e93 to 66bf4f7 Compare July 6, 2024 02:51
@renovate renovate bot force-pushed the renovate/alloy-core branch 2 times, most recently from 1bb59ce to b75494d Compare July 10, 2024 18:15
@renovate renovate bot force-pushed the renovate/alloy-core branch 3 times, most recently from cd29453 to a872fe3 Compare July 26, 2024 17:49
@renovate renovate bot force-pushed the renovate/alloy-core branch 7 times, most recently from 4ebf2da to 97b6a0c Compare August 7, 2024 21:38
@renovate renovate bot changed the title chore(deps): update alloy-rs core types monorepo to 0.7 chore(deps): update alloy-rs core types monorepo to 0.7 - autoclosed Aug 11, 2024
@renovate renovate bot closed this Aug 11, 2024
@renovate renovate bot deleted the renovate/alloy-core branch August 11, 2024 21:22
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.

0 participants