Skip to content

Update ethabi requirement from 14.1.0 to 15.0.0 #640

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

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 27, 2021

Updates the requirements on ethabi to permit the latest version.

Changelog

Sourced from ethabi's changelog.

[15.0.0] - 2021-09-23

Added

  • Optional field internalType to Param.
  • Support for no std.
  • Method to retrieve the short 4 byte signature of a function.

Changed

  • Bump ethereum-types to 0.12.0.

[14.1.0] - 2021-07-08

Added

  • Serialize support for contracts.

Fixed

  • Fix encoding of nested static tuples in dynamic tuple.
  • Fix running out of memory when decoding corrupted array encodings.

[14.0.0] - 2021-03-31

Added

  • Re-export of ethereum-types.
  • Support abiv2 tuples.
  • Parse StateMutability in Function abis.
  • Support the receive function as an additional operation type.

Changed

  • Update ethereum-types dependency.
  • Use lossy UTF-8 decoding for strings.

Deprecated

  • Deprecate Function::constant.

Fixed

  • Fix Contract having a receive function by default.
  • Fix decoder to handle encoded data with length % 32 != 0.

[12.0.0]

Dependencies

  • Upgrade ethereum-types (PR #183)

[11.0.0] - 2020-01-16

Changed

  • Support overloaded contract functions (PR #166)
  • Removed error_chain and the backtrace feature. (#167)
  • Update to 2018 edition (PR #171, #172)
  • Fix handling of large ints (PR #173)
  • Support Tuple parameter types (structs in Solidity) (PR #174)

Dependencies

  • Upgrade syn, proc-macro2, quote and heck crates (PR #169)

[10.0.0] - 2020-01-08

... (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)

Updates the requirements on [ethabi](https://github.com/rust-ethereum/ethabi) to permit the latest version.
- [Release notes](https://github.com/rust-ethereum/ethabi/releases)
- [Changelog](https://github.com/rust-ethereum/ethabi/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-ethereum/ethabi/commits)

---
updated-dependencies:
- dependency-name: ethabi
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Sep 27, 2021
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 20, 2021

A newer version of ethabi exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

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 rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant