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): bump alloy-primitives from 0.7.4 to 0.7.5 #30

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 5, 2024

Bumps alloy-primitives from 0.7.4 to 0.7.5.

Release notes

Sourced from alloy-primitives's releases.

alloy-core v0.7.5

What's Changed

New Contributors

Full Changelog: alloy-rs/core@v0.7.4...v0.7.5

Changelog

Sourced from alloy-primitives's changelog.

0.7.5 - 2024-06-04

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

  • Update some READMEs (#641)

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)
Commits
  • 9435229 chore: release 0.7.5
  • 4633b9d chore(sol-macro): add suggestion to remove name (#647)
  • ec302cb feat(primitives): implement TryInto for ParseUnits (#646)
  • e1774c8 fix(sol-macro): allow deriving Default on contracts (#645)
  • 60da93c feat(sol-macro): allow overridden custom errors (#644)
  • 373c35e fix(sol-macro): overridden event signatures (#642)
  • 8b2979a docs: update some READMEs (#641)
  • d523ac1 fix(primitives): Signed formatting (#643)
  • 7f17fe3 Fix Log serde for non self describing protocols (#639)
  • da399a8 chore: temporarily disable tests that OOM Miri (#637)
  • 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 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)

Bumps [alloy-primitives](https://github.com/alloy-rs/core) from 0.7.4 to 0.7.5.
- [Release notes](https://github.com/alloy-rs/core/releases)
- [Changelog](https://github.com/alloy-rs/core/blob/main/CHANGELOG.md)
- [Commits](alloy-rs/core@v0.7.4...v0.7.5)

---
updated-dependencies:
- dependency-name: alloy-primitives
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 5, 2024
Copy link
Contributor

github-actions bot commented Jun 5, 2024

Valgrind Results:

==5190== Cachegrind, a cache and branch-prediction profiler
==5190== Copyright (C) 2002-2017, and GNU GPL'd, by Nicholas Nethercote et al.
==5190== Using Valgrind-3.18.1 and LibVEX; rerun with -h for copyright info
==5190== Command: target/release/snailtracer
==5190== 
--5190-- warning: L3 cache found, using its data for the LL simulation.
Running snailtracer example!
elapsed: 1.836300716s
==5190== 
==5190== I   refs:      433,208,725
==5190== I1  misses:          6,106
==5190== LLi misses:          2,795
==5190== I1  miss rate:        0.00%
==5190== LLi miss rate:        0.00%
==5190== 
==5190== D   refs:      204,325,925  (132,419,931 rd   + 71,905,994 wr)
==5190== D1  misses:        344,420  (    204,353 rd   +    140,067 wr)
==5190== LLd misses:        137,608  (      4,257 rd   +    133,351 wr)
==5190== D1  miss rate:         0.2% (        0.2%     +        0.2%  )
==5190== LLd miss rate:         0.1% (        0.0%     +        0.2%  )
==5190== 
==5190== LL refs:           350,526  (    210,459 rd   +    140,067 wr)
==5190== LL misses:         140,403  (      7,052 rd   +    133,351 wr)
==5190== LL miss rate:          0.0% (        0.0%     +        0.2%  )

Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 17, 2024

Superseded by #33.

@dependabot dependabot bot closed this Jun 17, 2024
@dependabot dependabot bot deleted the dependabot/cargo/alloy-primitives-0.7.5 branch June 17, 2024 03:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants