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.6.2 to 0.6.3 #1093

Merged
merged 1 commit into from
Feb 17, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 16, 2024

Bumps alloy-primitives from 0.6.2 to 0.6.3.

Release notes

Sourced from alloy-primitives's releases.

alloy-core v0.6.3

What's Changed

New Contributors

Full Changelog: alloy-rs/core@v0.6.2...v0.6.3

Changelog

Sourced from alloy-primitives's changelog.

0.6.3 - 2024-02-15

Bug Fixes

  • [json-abi] Accept nameless Params (#526)
  • [dyn-abi] Abi-encode-packed always pads arrays (#519)
  • Properly test ABI packed encoding (#517)
  • Signature bincode serialization (#509)
  • Don't validate when decoding revert reason (#511)

Dependencies

  • [deps] Update some dependencies (#522)
  • [deps] Bump winnow (#518)
  • Recursion mitigations (#495)

Documentation

  • Update alloy_core::sol reference to real sol (#529)
  • Mention alloy-core meta crate in README.md overview (#523)

Features

  • [primitives] Add some more implementations to Bytes (#528)
  • [sol-macro] Provide a way to override import paths for dependencies (#527)
  • Add alloy-core prelude crate (#521)
  • [sol-types] Constify type name formatting (#520)
  • [sol-macro] Add #[sol(rpc)] to generate type-safe provider contract calls (#510)
  • [sol-macro] Expand state variable getters in contracts (#514)
  • Make some allocations fallible in ABI decoding (#513)

Miscellaneous Tasks

  • Fix winnow deprecation warnings (#507)
  • [sol-macro] Tweak inline attributes in generated code (#505)

Other

  • Update actions/checkout to v4 (#512)

Performance

  • [sol-macro] Use a lookup table when generating SolInterface::abi_decode_raw (#508)
  • [sol-macro] Use binary_search in SolInterface::valid_selector (#506)

Testing

  • Bless tests (#524)
  • Remove unused test (#504)
Commits
  • 761c296 chore: release 0.6.3
  • beb5457 docs: update alloy_core::sol reference to real sol (#529)
  • f98c13c feat(primitives): add some more implementations to Bytes (#528)
  • 5624e45 feat(sol-macro): provide a way to override import paths for dependencies (#527)
  • 5ba3be3 fix(json-abi): accept nameless Params (#526)
  • 5f07b82 test: bless tests (#524)
  • 0afb066 chore(deps): update some dependencies (#522)
  • 09c4352 docs: mention alloy-core meta crate in README.md overview (#523)
  • 5bcc3fe feat: add alloy-core prelude crate (#521)
  • 67ff047 feat(sol-types): constify type name formatting (#520)
  • 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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 16, 2024
Copy link
Contributor

github-actions bot commented Feb 16, 2024

Valgrind Results:

==3977== Cachegrind, a cache and branch-prediction profiler
==3977== Copyright (C) 2002-2017, and GNU GPL'd, by Nicholas Nethercote et al.
==3977== Using Valgrind-3.18.1 and LibVEX; rerun with -h for copyright info
==3977== Command: target/release/snailtracer
==3977== 
--3977-- warning: L3 cache found, using its data for the LL simulation.
Snailtracer Host+Interpreter benchmark (2.1s) ...            not enough samples
==3977== 
==3977== I   refs:      471,783,462
==3977== I1  misses:          3,319
==3977== LLi misses:          2,916
==3977== I1  miss rate:        0.00%
==3977== LLi miss rate:        0.00%
==3977== 
==3977== D   refs:      229,163,512  (152,345,485 rd   + 76,818,027 wr)
==3977== D1  misses:        351,007  (    210,722 rd   +    140,285 wr)
==3977== LLd misses:        137,579  (      4,055 rd   +    133,524 wr)
==3977== D1  miss rate:         0.2% (        0.1%     +        0.2%  )
==3977== LLd miss rate:         0.1% (        0.0%     +        0.2%  )
==3977== 
==3977== LL refs:           354,326  (    214,041 rd   +    140,285 wr)
==3977== LL misses:         140,495  (      6,971 rd   +    133,524 wr)
==3977== LL miss rate:          0.0% (        0.0%     +        0.2%  )

Bumps [alloy-primitives](https://github.com/alloy-rs/core) from 0.6.2 to 0.6.3.
- [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.6.2...v0.6.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/cargo/alloy-primitives-0.6.3 branch from a1c4814 to d27d9d6 Compare February 17, 2024 02:26
@rakita rakita merged commit d32eaaf into main Feb 17, 2024
25 checks passed
@dependabot dependabot bot deleted the dependabot/cargo/alloy-primitives-0.6.3 branch February 17, 2024 02:29
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.

1 participant