Skip to content

deps(deps): bump alloy-primitives from 1.2.0 to 1.3.0 in the alloy-revm-updates group across 1 directory#2224

Merged
gabriel-aranha-cw merged 2 commits intomainfrom
dependabot/cargo/alloy-revm-updates-2a50dc5085
Aug 11, 2025
Merged

deps(deps): bump alloy-primitives from 1.2.0 to 1.3.0 in the alloy-revm-updates group across 1 directory#2224
gabriel-aranha-cw merged 2 commits intomainfrom
dependabot/cargo/alloy-revm-updates-2a50dc5085

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 11, 2025

Bumps the alloy-revm-updates group with 1 update in the / directory: alloy-primitives.

Updates alloy-primitives from 1.2.0 to 1.3.0

Release notes

Sourced from alloy-primitives's releases.

alloy-core v1.3.0

What's Changed

New Contributors

Full Changelog: alloy-rs/core@v1.2.1...v1.3.0

v1.2.1

What's Changed

Full Changelog: alloy-rs/core@v1.2.0...v1.2.1

Changelog

Sourced from alloy-primitives's changelog.

1.3.0 - 2025-07-22

Bug Fixes

  • [sol-types] Overflow in abi decoder (#982)

Documentation

  • Add EIP-712 usage example to README (#975)

Features

  • [primitives] Serialize Signed with a compact binary representation (#953)
  • Add native sqlx support for Address (MySQL/Postgres/SQLite) with feature gating and tests (#970)
  • Add is_dynamic method to DynSolType (#974)

Miscellaneous Tasks

  • Fix warning in generated code (#976)
  • [meta] Update .gitignore
  • Add helper to find function by selector (#971)

1.2.1 - 2025-06-20

Bug Fixes

  • Colon 712 identifiers (#963)

Dependencies

  • [meta] Add edition 2024 bump to .git-blame-ignore-revs

Miscellaneous Tasks

  • Release 1.2.1
  • Re-enable clippy::missing-const-for-fn (#961)
Commits
  • b3ef682 chore: release 1.3.0
  • 4764623 fix(sol-types): overflow in abi decoder (#982)
  • 49b7bce docs: Add EIP-712 usage example to README (#975)
  • 69d5353 chore: fix warning in generated code (#976)
  • 0af537d feat(primitives): serialize Signed with a compact binary representation (#953)
  • 892233d chore(meta): update .gitignore
  • a2aede7 feat: add native sqlx support for Address (MySQL/Postgres/SQLite) with featur...
  • d041f8b feat: add is_dynamic method to DynSolType (#974)
  • 8a500d9 chore: add helper to find function by selector (#971)
  • d8a94dc chore: release 1.2.1
  • 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 <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the alloy-revm-updates group with 1 update in the / directory: [alloy-primitives](https://github.com/alloy-rs/core).


Updates `alloy-primitives` from 1.2.0 to 1.3.0
- [Release notes](https://github.com/alloy-rs/core/releases)
- [Changelog](https://github.com/alloy-rs/core/blob/main/CHANGELOG.md)
- [Commits](alloy-rs/core@v1.2.0...v1.3.0)

---
updated-dependencies:
- dependency-name: alloy-primitives
  dependency-version: 1.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: alloy-revm-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependabot dependencies Pull requests that update a dependency file rust labels Aug 11, 2025
@codecov
Copy link

codecov bot commented Aug 11, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 84.01%. Comparing base (2d6dddb) to head (2b7fb75).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2224      +/-   ##
==========================================
+ Coverage   83.91%   84.01%   +0.10%     
==========================================
  Files         131      131              
  Lines       10523    10523              
==========================================
+ Hits         8830     8841      +11     
+ Misses       1693     1682      -11     
Flag Coverage Δ
contracts-rocks- 46.63% <ø> (ø)
e2e-admin-password 23.13% <ø> (ø)
e2e-clock-stratus 25.92% <ø> (ø)
e2e-genesis 27.64% <ø> (ø)
e2e-importer-offline 61.43% <ø> (ø)
e2e-rpc-downloader 56.21% <ø> (-0.15%) ⬇️
e2e-stratus 57.59% <ø> (ø)
leader-follower- 62.99% <ø> (+0.01%) ⬆️
rust-tests 30.19% <ø> (+0.10%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@gabriel-aranha-cw gabriel-aranha-cw enabled auto-merge (squash) August 11, 2025 17:32
@gabriel-aranha-cw gabriel-aranha-cw merged commit 23bd196 into main Aug 11, 2025
38 checks passed
@gabriel-aranha-cw gabriel-aranha-cw deleted the dependabot/cargo/alloy-revm-updates-2a50dc5085 branch August 11, 2025 17:46
@gabriel-aranha-cw
Copy link
Contributor

Final benchmark:
Run ID: bench-3311b624

Git Info:

Leader Stats:
RPS Stats: Max: 3476.00, Min: 1461.00, Avg: 2872.00, StdDev: 142.12
TPS Stats: Max: 3130.00, Min: 217.00, Avg: 2864.93, StdDev: 191.92

Follower Stats:
Imported Blocks/s: No imported blocks data
Imported Transactions/s: No imported transactions data

Plots:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependabot dependencies Pull requests that update a dependency file rust

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Comments