Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps alloy-sol-types from 0.6.0 to 0.6.2.

Release notes

Sourced from alloy-sol-types'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-types'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-types](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-types
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 31, 2024
Copy link
Contributor

Valgrind Results:

==3989== Cachegrind, a cache and branch-prediction profiler
==3989== Copyright (C) 2002-2017, and GNU GPL'd, by Nicholas Nethercote et al.
==3989== Using Valgrind-3.18.1 and LibVEX; rerun with -h for copyright info
==3989== Command: target/release/snailtracer
==3989== 
--3989-- warning: L3 cache found, using its data for the LL simulation.
Snailtracer Host+Interpreter benchmark (2.1s) ...            not enough samples
==3989== 
==3989== I   refs:      463,564,215
==3989== I1  misses:          4,687
==3989== LLi misses:          2,887
==3989== I1  miss rate:        0.00%
==3989== LLi miss rate:        0.00%
==3989== 
==3989== D   refs:      237,389,210  (160,565,486 rd   + 76,823,724 wr)
==3989== D1  misses:        323,474  (    183,664 rd   +    139,810 wr)
==3989== LLd misses:        137,540  (      4,064 rd   +    133,476 wr)
==3989== D1  miss rate:         0.1% (        0.1%     +        0.2%  )
==3989== LLd miss rate:         0.1% (        0.0%     +        0.2%  )
==3989== 
==3989== LL refs:           328,161  (    188,351 rd   +    139,810 wr)
==3989== LL misses:         140,427  (      6,951 rd   +    133,476 wr)
==3989== 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.

1 participant