ava-labs / avalanche-types-rs

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

Update ethers-core requirement from =2.0.6 to =2.0.8 #100

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Updates the requirements on ethers-core to permit the latest version.

Release notes

Sourced from ethers-core's releases.

ethers-v2.0.8

What's Changed

... (truncated)

Changelog

Sourced from ethers-core's changelog.

[2.0.8] - 2023-07-15

Bug Fixes

  • ens::namehash with Unicode characters (#2510)
  • De impl (#2492)
  • Let geth chose ports by default (#2488)
  • Polygon gas stations (#2479)
  • Prevent panic decoding too short input (#2470)
  • Avoid payload moving (#2460)
  • Allow arrays in abigen 'methods' (#2465)
  • Re-introduce etherscan typo and populate properly-spelled field as backup (#2468)

Depedencies

  • Bump semver from 5.7.1 to 5.7.2 in /examples/wasm (#2505)
  • Update solang-parser requirement from =0.3.0 to =0.3.1 (#2496)
  • Update strum requirement from 0.24 to 0.25 (#2481)

Documentation

  • Fix doc example (#2489)

Features

  • Support remapping contexts (#2509)
  • Add with_via_ir_minimum_optimization (#2504)
  • Do not re-parse ABI at runtime (#2482)
  • Verification and status check for proxy contracts (#2466)
  • OP Bedrock Upgrade (#2461)

Miscellaneous Tasks

Other

  • Make AggregatedCompilerOutput DeSerialize/Serialize (#2495)
  • Etherscan could also have a plain source mapping (#2491)
  • Add bundler to README.md (#2477)
  • Add timeout to all jobs (#2476)
  • Get_transaction_by_block_and_index (#2473)
  • Update optimism blocktime hint (#2463)
  • Improve ContractInstance impls (#2458)

Refactor

... (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 #111.