Skip to content
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

build(deps): bump github.com/lmittmann/w3 from 0.8.1 to 0.11.0 #68

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 13, 2023

Bumps github.com/lmittmann/w3 from 0.8.1 to 0.11.0.

Release notes

Sourced from github.com/lmittmann/w3's releases.

v0.11.0

This release ships a new ABI parser that contains numerous fixes for parsing tuples and slices/arrays of tuples. This rewrite also enables proper event decoding.

Changelog

  • 61f4b69 internal/abi: Improve ABI Parser (#39)
  • 6458c91 internal/abi: optimized Argument.EncodeWithSignature
  • 0684f70 w3types: added Message.UnmarshalJSON
  • 8f1a2c1 Added goreleaser config and action (#45)
  • f4a4913 upgraded go version (1.19 -> 1.20) used in workflows
  • 5b859f4 Bump github.com/ethereum/go-ethereum from 1.10.25 to 1.10.26 (#32)
  • fd4f19a Bump github.com/ethereum/go-ethereum from 1.10.26 to 1.11.4 (#43)

Bug Fixes

  • 568f258 internal/abi: Fix panic on property name missmatch (#34)
  • 4cd6ce8 Fix handling of indexed-fields in event decoding (#44)

New Contributors

Full Changelog: v0.10.0…v0.11.0

v0.10.0

w3 v0.10.0 adds support for transaction and call tracing. This release also contains some minor improvements and bug fixes.

Changes

  • module/debug: Added RPC methods:
    • CallTraceCall
    • CallTraceTx
    • TraceCall
    • TraceTx
  • module/eth: Dropped deprecated methods:
    • SendTransaction use SendTx instead
    • SendRawTransaction use SendRawTx instead
    • TransactionByHash use Tx instead
    • TransactionReceipt use TxReceipt instead
  • Client.Call and Client.CallCtx now return the CallErrors error type, which allows to check which individual calls of a batch request failed (#18).

Bug Fixes

  • Func.DecodeReturns now correctly decodes tuple types (#24, #25)
  • Func.DecodeArgs now returns an error instead of panicking if len(input) < 4 (#22)

v0.9.1

Hotfix release for a regression in eth.CallFunc that was introduced in v0.9.0.

Changes

... (truncated)

Commits
  • 19267af fix go version in workflow
  • fd4f19a Bump github.com/ethereum/go-ethereum from 1.10.26 to 1.11.4 (#43)
  • f4a4913 upgraded go version (1.19 -> 1.20) used in workflows
  • 8f1a2c1 Added goreleaser config and action (#45)
  • 4cd6ce8 Fix handling of indexed-fields in event decoding (#44)
  • 61f4b69 internal/abi: Improve ABI Parser (#39)
  • 0684f70 w3types: added Message.UnmarshalJSON
  • 568f258 Fix panic on property name missmatch (#34)
  • c0c1b29 added examples readme
  • 5b859f4 Bump github.com/ethereum/go-ethereum from 1.10.25 to 1.10.26 (#32)
  • Additional commits viewable in compare view

Dependabot compatibility score

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)

Bumps [github.com/lmittmann/w3](https://github.com/lmittmann/w3) from 0.8.1 to 0.11.0.
- [Release notes](https://github.com/lmittmann/w3/releases)
- [Changelog](https://github.com/lmittmann/w3/blob/main/.goreleaser.yaml)
- [Commits](lmittmann/w3@v0.8.1...v0.11.0)

---
updated-dependencies:
- dependency-name: github.com/lmittmann/w3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 13, 2023
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants