Skip to content

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

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

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

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 19, 2022

Copy link
Copy Markdown
Contributor

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

Release notes

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

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(...)
  • module/eth: Refactored RPC Methods:

    • eth.TransactionByHash(...) (deprecated) to eth.Tx(...)
    • eth.TransactionReceipt(...) (deprecated) to eth.TxReceipt(...)
    • eth.SendRawTransaction(...) (deprecated) to eth.SendRawTx(...)
    • eth.SendTransaction(...) (deprecated) to eth.SendTx(...)
    • The deprecated methods will be removed in the next release.
  • w3types:

    • Added new Message types that is used in eth.Call(...), eth.EstimateGas(...) and eth.AccessList(...).
    • Added new State types that can be used in eth.Call(...) to override existing state.
  • Bumped github.com/ethereum/go-ethereum from 1.10.19 to 1.10.23

Breaking Changes

  • Refactored package core to w3types
  • module/eth:
    • Dropped types RPCBlock, RPCHeader, RPCTransaction, RPCReceipt, AccountOverrides, Account
    • eth.Call(...) uses w3types.Message instead of ethereum.CallMsg
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.9.1.
- [Release notes](https://github.com/lmittmann/w3/releases)
- [Commits](lmittmann/w3@v0.8.1...v0.9.1)

---
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 Sep 19, 2022
@dependabot @github

dependabot Bot commented on behalf of github Oct 3, 2022

Copy link
Copy Markdown
Contributor Author

Superseded by #56.

@dependabot dependabot Bot closed this Oct 3, 2022
@dependabot dependabot Bot deleted the dependabot/go_modules/github.com/lmittmann/w3-0.9.1 branch October 3, 2022 05:34
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