Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 4, 2023

Bumps github.com/lmittmann/w3 from 0.13.0 to 0.14.0.

Release notes

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

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

Commits
  • 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
  • 9dd703c doc: fixed link
  • 4191566 doc: fixed link
  • 7bc01cf Bump github.com/ethereum/go-ethereum from 1.12.1 to 1.12.2 (#66)
  • 3b2c874 Bump github.com/ethereum/go-ethereum from 1.12.0 to 1.12.1 (#65)
  • dbb852a docs: add dependabot support
  • See full diff 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)

Bumps [github.com/lmittmann/w3](https://github.com/lmittmann/w3) from 0.13.0 to 0.14.0.
- [Release notes](https://github.com/lmittmann/w3/releases)
- [Commits](lmittmann/w3@v0.13.0...v0.14.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 Sep 4, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 20, 2023

Superseded by #39.

@dependabot dependabot bot closed this Sep 20, 2023
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/lmittmann/w3-0.14.0 branch September 20, 2023 13:43
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.

1 participant