Skip to content

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

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

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

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Oct 3, 2022

Copy link
Copy Markdown
Contributor

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

Release notes

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

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

v0.9.0

w3 v0.9.0 is packed with new RPC method bindings in the eth namespace and introduces a new Message type that is used in e.g. eth.Call(...) that supports passing a Func and its Args directly so arguments can be encoded automatically by e.g. eth.Call(...).

This release contains breaking changes.

Changes

  • module/eth: Added RPC Methods:
    • eth.AccessList(...)
    • eth.EstimateGas(...)
    • eth.BlockTxCountByHash(...)
    • eth.BlockTxCountByNumber(...)
    • eth.TxByBlockHashAndIndex(...)
    • eth.TxByBlockNumberAndIndex(...)
    • eth.UncleByBlockHashAndIndex(...)
    • eth.UncleByBlockNumberAndIndex(...)
    • eth.UncleCountByBlockHash(...)
    • eth.UncleCountByBlockNumber(...)

... (truncated)

Commits

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.10.0.
- [Release notes](https://github.com/lmittmann/w3/releases)
- [Commits](lmittmann/w3@v0.8.1...v0.10.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 Oct 3, 2022
@dependabot @github

dependabot Bot commented on behalf of github Mar 13, 2023

Copy link
Copy Markdown
Contributor Author

Superseded by #68.

@dependabot dependabot Bot closed this Mar 13, 2023
@dependabot dependabot Bot deleted the dependabot/go_modules/github.com/lmittmann/w3-0.10.0 branch March 13, 2023 05:28
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