Skip to content

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

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/go_modules/github.com/lmittmann/w3-0.11.0
Open

build(deps): bump github.com/lmittmann/w3 from 0.8.1 to 0.11.0#68
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/go_modules/github.com/lmittmann/w3-0.11.0

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

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.

0 participants