Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 26, 2024

Bumps alloy-sol-macro from 0.6.0 to 0.6.2.

Release notes

Sourced from alloy-sol-macro's releases.

alloy-core v0.6.2

What's Changed

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

alloy-core v0.6.1

What's Changed

New Contributors

Full Changelog: alloy-rs/core@v0.6.0...v0.6.1

Changelog

Sourced from alloy-sol-macro's changelog.

0.6.2 - 2024-01-25

Bug Fixes

  • [signature] Construct Signature bytes using v+27 when we do not have an EIP155 v (#503)

0.6.1 - 2024-01-25

Bug Fixes

  • Deserialize missing state mutability as non payable (#488)

Documentation

  • Remove stray list element (#500)
  • Fixes (#498)

Features

  • [primitives] Add y_parity_byte_non_eip155 to Parity (#499)
  • Add constructorCall to sol! (#493)
  • [primitives] Add Address::from_private_key (#483)

Miscellaneous Tasks

  • Release 0.6.1
  • Add SECURITY.md (#494)
  • [primitives] Pass B256 by reference in Signature methods (#487)
  • Include path in error (#486)
  • Improve unlinked bytecode deserde error (#484)

Testing

  • Don't print constructors for Solc tests (#501)
  • Parity roundtripping (#497)
Commits

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-sol-macro](https://github.com/alloy-rs/core) from 0.6.0 to 0.6.2.
- [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.0...v0.6.2)

---
updated-dependencies:
- dependency-name: alloy-sol-macro
  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 Jan 26, 2024
@github-actions
Copy link
Contributor

Valgrind Results:

==4068== Cachegrind, a cache and branch-prediction profiler
==4068== Copyright (C) 2002-2017, and GNU GPL'd, by Nicholas Nethercote et al.
==4068== Using Valgrind-3.18.1 and LibVEX; rerun with -h for copyright info
==4068== Command: target/release/snailtracer
==4068== 
--4068-- warning: L3 cache found, using its data for the LL simulation.
Snailtracer Host+Interpreter benchmark (2.1s) ...            not enough samples
==4068== 
==4068== I   refs:      455,347,861
==4068== I1  misses:          4,202
==4068== LLi misses:          2,878
==4068== I1  miss rate:        0.00%
==4068== LLi miss rate:        0.00%
==4068== 
==4068== D   refs:      237,388,373  (160,564,943 rd   + 76,823,430 wr)
==4068== D1  misses:        349,324  (    209,068 rd   +    140,256 wr)
==4068== LLd misses:        137,558  (      4,053 rd   +    133,505 wr)
==4068== D1  miss rate:         0.1% (        0.1%     +        0.2%  )
==4068== LLd miss rate:         0.1% (        0.0%     +        0.2%  )
==4068== 
==4068== LL refs:           353,526  (    213,270 rd   +    140,256 wr)
==4068== LL misses:         140,436  (      6,931 rd   +    133,505 wr)
==4068== LL miss rate:          0.0% (        0.0%     +        0.2%  )

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.

2 participants