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 ethers-core from 2.0.12 to 2.0.13 #1036

Merged
merged 1 commit into from
Feb 5, 2024

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps ethers-core from 2.0.12 to 2.0.13.

Changelog

Sourced from ethers-core's changelog.

[2.0.13] - 2024-01-30

Bug Fixes

  • Update api url (#2693)
  • Better file name to ident conversion (#2688)
  • Missing AbiEncode implem for tuples of length 16 (#2685)
  • Allow missing base fee and reward vecs (#2683)
  • Metis is no 1559 (#2680)
  • Normalize signature S (#2679)

Depedencies

  • Update coins-ledger requirement from 0.8.3 to 0.9.0 (#2687)

Features

  • Add Base Sepolia as a chain (#2708)
  • Add viction (#2710)
  • Add support for Arbitrum Sepolia (#2705)

Other

  • Accept 'input' or 'data', (but not both), in transaction request (#2697)
  • Rename field camelCase (#2682)

Styling

  • Add Scroll Sepolia and update Scroll and Scroll Alpha Testnets (#2692)
  • Rustfmt (#2681)

Testing

  • Saner tx list params (#2689)

[2.0.11] - 2023-11-16

Bug Fixes

  • Empty input in transaction rlp decoding (#2656)
  • Fix typos (#2651)
  • Fix DepositTransaction::rlp() to match op-geth (#2644)
  • Hardcoded import remapping fix (#2626)
  • Normalize v always returns a valid value (#2642)
  • Rlp decode deposit tx (#2616)
  • Deserialize methodId as bytes (#2614)
  • Use Solc::version_req to parse version req (#2607)
  • Update helper function to use correct converion maths (#2602)

Depedencies

... (truncated)

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 [ethers-core](https://github.com/gakonst/ethers-rs) from 2.0.12 to 2.0.13.
- [Release notes](https://github.com/gakonst/ethers-rs/releases)
- [Changelog](https://github.com/gakonst/ethers-rs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/gakonst/ethers-rs/commits/ethers-core-v2.0.13)

---
updated-dependencies:
- dependency-name: ethers-core
  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:

==4025== Cachegrind, a cache and branch-prediction profiler
==4025== Copyright (C) 2002-2017, and GNU GPL'd, by Nicholas Nethercote et al.
==4025== Using Valgrind-3.18.1 and LibVEX; rerun with -h for copyright info
==4025== Command: target/release/snailtracer
==4025== 
--4025-- warning: L3 cache found, using its data for the LL simulation.
Snailtracer Host+Interpreter benchmark (2.1s) ...            not enough samples
==4025== 
==4025== I   refs:      463,564,723
==4025== I1  misses:          3,433
==4025== LLi misses:          2,897
==4025== I1  miss rate:        0.00%
==4025== LLi miss rate:        0.00%
==4025== 
==4025== D   refs:      237,389,305  (160,565,581 rd   + 76,823,724 wr)
==4025== D1  misses:        323,305  (    183,512 rd   +    139,793 wr)
==4025== LLd misses:        137,541  (      4,065 rd   +    133,476 wr)
==4025== D1  miss rate:         0.1% (        0.1%     +        0.2%  )
==4025== LLd miss rate:         0.1% (        0.0%     +        0.2%  )
==4025== 
==4025== LL refs:           326,738  (    186,945 rd   +    139,793 wr)
==4025== LL misses:         140,438  (      6,962 rd   +    133,476 wr)
==4025== LL miss rate:          0.0% (        0.0%     +        0.2%  )

Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 5, 2024

Looks like ethers-core is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Feb 5, 2024
@rakita rakita merged commit 6698865 into main Feb 5, 2024
25 checks passed
@dependabot dependabot bot deleted the dependabot/cargo/ethers-core-2.0.13 branch February 5, 2024 15:27
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.

None yet

1 participant