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.1 to =2.0.2 #41

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

What's Changed

New Contributors

Full Changelog: https://github.com/gakonst/ethers-rs/compare/ethers-v2.0.1...ethers-v2.0.2

Changelog

Sourced from ethers-core's changelog.

[2.0.2] - 2023-03-28

Bug Fixes

  • Ensure ethers-solc has tokio-rt-multithread
  • Ambiguous_glob_reexports rustc lint (#2301)
  • Broken eip155 logic in aws signer (#2300)
  • Enable doc_cfg feature for docsrs (#2294)
  • Add missing feature on ethers tests
  • Ethers-contract circular dep on ethers-signers (#2291)
  • Features (#2290)
  • Handle all struct field types (#2289)
  • Re-export CallLogFrame from geth types (#2283)
  • Feature resolution (#2274)
  • Use to_string in mainnet chain variant (#2275)
  • Accept ethlive as a chain name (#2268)
  • Fix missing ident # (#2267)
  • Support null result (#2249)
  • Ensure flatten target is part of graph (#2256)
  • Dont poll stream again if done (#2245)
  • Docsrs builds final (#2235)
  • Docs.rs build (#2221)
  • Change windows target ABI (#2230)
  • Init guard in noncemanager (#2227)
  • Parse_log in public interface (#2228)
  • Allow MIT-0, allow CC0-1.0 exceptions (#2212)
  • Udeps (#2215)
  • Set miner.etherbase in clique mode (#2210)
  • Examples (#2207)
  • Properly parse genesis alloc storage (#2205)
  • I256 docs (#2187)
  • Builtin trait derives (#2170)
  • Block FromStr implementation (#2155)
  • Use event name from abi attribute (#2144)
  • Report all errors during parsing (#2149)
  • Examples (#2153)
  • Test hive genesis parsing (#2145)
  • Process all imports even input files (#2136)
  • Fix autodetection edge case (#2099)
  • Add cfg to IntoFuture preventing Send (#2086)
  • Use middleware associated err type (#2093)
  • Add Send bound to return type of JsonRpcClient::request (#2072)
  • Add getrandom with js feature for wasm (#2076)
  • Add missing pub for tuple structs (#2080)
  • Ensure urls have trailing / (#2069)
  • Fix geth --init temp dir race condition (#2068)
  • Default to Ascii for windows / Utf8 otherwise (#2060)
  • Add missing ir option (#2055)
  • Add back mod util
  • Fixed issue#2004 parsing solc verison with trailing newlines (#2005)

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