ava-labs / avalanche-types-rs

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

Update ethers requirement from =2.0.4 to =2.0.6 #84

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.4

What's Changed

New Contributors

Full Changelog: https://github.com/gakonst/ethers-rs/compare/ethers-v2.0.3...ethers-v2.0.4

Changelog

Sourced from ethers's changelog.

[2.0.4] - 2023-04-30

Bug Fixes

  • Specify sum type in abigen to avoid ambiguity (#2383)
  • Add back ethers-solc feature for ethers (#2376)
  • Ethers_providers::is_local_endpoint with rust matching pattern on URL::parse (#2351)
  • Correctly handle Trezor One support (#2350)
  • Fix bug 2370 (#2371)
  • Don't panic if hex str too short (#2363)
  • Fix decimal string IntOrHex parsing (#2359)
  • SolStruct derives edge case (#2335)

Depedencies

  • Remove unused dev dependencies on ethers (#2386)
  • Bump all dependencies (#2388)
  • Bump coins-bip39 to 0.8.6 (#2342)

Documentation

  • Update docs and examples on derive macros (#2375)
  • Fix git-cliff tag filtering (#2343)

Features

  • Add support for Paris and Shanghai EVM versions (#2385)
  • Add geth debug_traceBlock methods (#2366)
  • Add fn parse_checksummed (#2372)
  • Add metis support (#2365)
  • Color when formatting Error and OutputDiagnostics (#2368)
  • Add zksync (#2302)
  • Add raw_salt attribute (#2331)

Miscellaneous Tasks

  • Add viem to wasm section on readme (#2345)
  • Fix clippy lints

Other

  • Disable cyclical dep
  • Fix wast field is missing (#2380)
  • Add nameless decode to BaseContract (#2355)
  • Clippy return statements (#2379)
  • Jepsen/mdbook (#2297)
  • Couple clippies (#2378)
  • Polygon zkevm support (#2367)
  • fix(core): add from_x_or_hex to remaining genesis fields (#2360)
  • Revert "temp: disable cyclical dep"

... (truncated)

Commits


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 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[bot] commented 1 year ago

Superseded by #93.