Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps github.com/lmittmann/w3 from 0.12.0 to 0.14.2.

Release notes

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

v0.14.2

Changelog

  • 3d2c28d build(deps): bump github.com/ethereum/go-ethereum from 1.13.1 to 1.13.3 (#76)
  • e4de2e8 build(deps): bump github.com/google/go-cmp from 0.5.9 to 0.6.0 (#75)
  • 21e3050 build(deps): bump golang.org/x/sync from 0.3.0 to 0.4.0 (#74)

Full Changelog: v0.14.1…v0.14.2

v0.14.1

Changelog

  • 686c63c Bump github.com/ethereum/go-ethereum from 1.12.2 to 1.13.1 (#69)
  • b4a08ae module/eth: Add eth.BlockReceipts (#70)

Full Changelog: v0.14.0…v0.14.1

v0.14.0

This release is packed with new features. It ships the new w3vm package, which can be uses for blazing fast message simulation in the EVM. w3vm can be used in various ways, from Smart Contract testing and fuzzing to tracing of historic transactions or blocks. Better documentation and examples will be published in the upcoming month. For now you can refer to https://pkg.go.dev/github.com/lmittmann/w3/w3vm.

Warning This release contains breaking changes:

  • It requires Go1.21+
  • It changed eth.CallFunc(f, contract, args...) to eth.CallFunc(contract, f, args...) (#61)

Changelog

  • 344bb21 Add package w3vm for simulating EVM message execution (#58)
  • 3b2c874 Bump github.com/ethereum/go-ethereum from 1.12.0 to 1.12.1 (#65)
  • 7bc01cf Bump github.com/ethereum/go-ethereum from 1.12.1 to 1.12.2 (#66)
  • dc84e45 Changed eth.CallFunc(f, contract, args...) to eth.CallFunc(contract, f, args...) (#61)

Full Changelog: v0.13.0…v0.14.0

v0.13.0

Changelog

Bug Fixes

  • 16e42d2 Check function selector before decoding (#57)

New Contributors

... (truncated)

Commits
  • 3d2c28d build(deps): bump github.com/ethereum/go-ethereum from 1.13.1 to 1.13.3 (#76)
  • e4de2e8 build(deps): bump github.com/google/go-cmp from 0.5.9 to 0.6.0 (#75)
  • 21e3050 build(deps): bump golang.org/x/sync from 0.3.0 to 0.4.0 (#74)
  • b4a08ae module/eth: Add eth.BlockReceipts (#70)
  • 8a463c4 build(deps): bump github.com/ethereum/go-ethereum from 1.13.0 to 1.13.1 (#69)
  • 686c63c Bump github.com/ethereum/go-ethereum from 1.12.2 to 1.13.0
  • 253d148 workflows: added execution on PR
  • 344bb21 Add package w3vm for simulating EVM message execution (#58)
  • dc84e45 Changed eth.CallFunc(f, contract, args...) to `eth.CallFunc(contract, f, ar...
  • 4a038b8 docs: dependency upgrade
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 13, 2023
@dependabot dependabot bot force-pushed the dependabot/go_modules/examples/github.com/lmittmann/w3-0.14.2 branch from c31be3a to 9cbb664 Compare October 13, 2023 13:16
Bumps [github.com/lmittmann/w3](https://github.com/lmittmann/w3) from 0.12.0 to 0.14.2.
- [Release notes](https://github.com/lmittmann/w3/releases)
- [Commits](lmittmann/w3@v0.12.0...v0.14.2)

---
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 force-pushed the dependabot/go_modules/examples/github.com/lmittmann/w3-0.14.2 branch from 9cbb664 to f9ba111 Compare October 13, 2023 13:19
@lmittmann lmittmann merged commit 93f7154 into main Oct 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.

2 participants