ava-labs / avalanche-types-rs

Avalanche primitive types in Rust (experimental)
Other
32 stars 10 forks source link

Update ethers requirement from =2.0.6 to =2.0.7 #93

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Updates the requirements on ethers to permit the latest version.

Release notes

Sourced from ethers's releases.

ethers-v2.0.6

What's Changed

New Contributors

... (truncated)

Changelog

Sourced from ethers's changelog.

[2.0.6] - 2023-05-30

Bug Fixes

  • Remove js feature from getrandom (#2433)
  • Make verification result an option to handle blockscout's format (#2426)
  • Examples features (#2427)
  • Fix re-subscription on websocket reconnect (#2419)
  • Make typo on verify constructor arguments an alias (#2425)
  • Error instead of panic when checking if the checksum was found (#2421)
  • Make Arbitrum, Arbitrum Goerli, Arbitrum Nova EIP1559 comp (#2410)

Depedencies

  • Bump criterion, solang-parser (#2447)
  • Bump trezor-client to 0.1.0 (#2428)
  • Reduce (circular) dev dependencies (#2415)

Documentation

  • Update README.md and book ethers versions (#2403)

Features

  • Optimism deposited transactions (2nd part) (#2434)
  • Added Optimism deposited transaction support (#2390)
  • Utility to detect Shanghai-enabled chains (#2431)
  • Move spoof module to ethers_core, add stateoverrides to GethDebugTracingCallOptions (#2406)
  • Add get_block_by_timestamp to ethers-etherscan (#2349)
  • Set default EVM version to Shanghai (#2414)
  • Add methods taking in a tungstenite config (#2373)
  • Export geth trace pre state types (#2393)
  • Add ZkSync testnet (#2391)

Miscellaneous Tasks

  • Update CI and fix clippy (#2446)
  • Remove Cargo.lock (#2443)
  • Update tokio-tungstenite (#2423)
  • Make abigen offline by default, fix ethers-solc features (#2416)
  • Update examples script (#2404)
  • Fix lint

Other

  • Fixed format_ether returning integer (#2435)
  • Add more feature tests and checks (#2436)
  • Added nonce helper function (#2429)
  • Allow for Authorization header override with raw parameter (#2432)
  • Add subscribe_full_pending_txs() (#2424)

... (truncated)

Commits


You can trigger a rebase of this PR 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 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)

Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

dependabot[bot] commented 1 year ago

Superseded by #105.