Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump web3 from 6.2.0 to 6.3.0 #1026

Merged
merged 1 commit into from
May 10, 2023
Merged

Bump web3 from 6.2.0 to 6.3.0 #1026

merged 1 commit into from
May 10, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 8, 2023

Bumps web3 from 6.2.0 to 6.3.0.

Changelog

Sourced from web3's changelog.

v6.3.0 (2023-05-03)

Features


- Add support for custom revert errors (`[#2795](https://github.com/ethereum/web3.py/issues/2795) <https://github.com/ethereum/web3.py/issues/2795>`__)
- Add the ``modify_transaction`` method to the ``AsyncEth`` class (`[#2825](https://github.com/ethereum/web3.py/issues/2825) <https://github.com/ethereum/web3.py/issues/2825>`__)
- add show_traceback flag to is_connected to allow user to see connection error reason (`[#2912](https://github.com/ethereum/web3.py/issues/2912) <https://github.com/ethereum/web3.py/issues/2912>`__)
- Add a ``data`` attribute on the ``ContractLogicError`` class that returns raw data returned by the node. (`[#2922](https://github.com/ethereum/web3.py/issues/2922) <https://github.com/ethereum/web3.py/issues/2922>`__)
- Add support via result formatters for ``reward`` type trace actions on tracing calls. (`[#2929](https://github.com/ethereum/web3.py/issues/2929) <https://github.com/ethereum/web3.py/issues/2929>`__)

Bugfixes

  • Typing was being ignored for the get_ipc_path and get_dev_ipc_path functions because of a missing None return. Those two methods now explicitly return None and have an Optional in their type definition. ([#2917](https://github.com/ethereum/web3.py/issues/2917) <https://github.com/ethereum/web3.py/issues/2917>__)
  • fix AsyncEventFilterBuilder looking for Web3 instead of AsyncWeb3 ([#2931](https://github.com/ethereum/web3.py/issues/2931) <https://github.com/ethereum/web3.py/issues/2931>__)
  • Add check for null withdrawal field on get_block response ([#2941](https://github.com/ethereum/web3.py/issues/2941) <https://github.com/ethereum/web3.py/issues/2941>__)

Improved Documentation


- Add a decision tree guide for sending transactions (`[#2919](https://github.com/ethereum/web3.py/issues/2919) <https://github.com/ethereum/web3.py/issues/2919>`__)
- Update references to master branch (`[#2933](https://github.com/ethereum/web3.py/issues/2933) <https://github.com/ethereum/web3.py/issues/2933>`__)
- Cleanup Quickstart guide and next steps (`[#2935](https://github.com/ethereum/web3.py/issues/2935) <https://github.com/ethereum/web3.py/issues/2935>`__)
- Cleanup Overview page links and context (`[#2938](https://github.com/ethereum/web3.py/issues/2938) <https://github.com/ethereum/web3.py/issues/2938>`__)

Internal Changes - for web3.py Contributors

  • Added build to towncrier commands in Makefile ([#2915](https://github.com/ethereum/web3.py/issues/2915) <https://github.com/ethereum/web3.py/issues/2915>__)
  • Update win wheel CI builds to use python -m tox -r instead of specifying the tox executable directly. ([#2923](https://github.com/ethereum/web3.py/issues/2923) <https://github.com/ethereum/web3.py/issues/2923>__)
  • update pip and tox install on CI containers ([#2927](https://github.com/ethereum/web3.py/issues/2927) <https://github.com/ethereum/web3.py/issues/2927>__)
Commits
  • dd8f87a Bump version: 6.2.0 → 6.3.0
  • b57f097 Compile release notes
  • 201c49f Added async eth.modify_transaction (#2921)
  • a87816c Don't format if 'withdrawals' coming back from get_block is null (#2941)
  • 29262c9 docs: cleanup overview (#2938)
  • 9f628c3 Pass raw data with ContractLogicError and OffChainLookup exceptions(#2922)
  • 655ee37 docs: cleanup quickstart (#2935)
  • 797889d fix AsyncEventFilterBuilder bug - was looking for Web3 instead of AsyncWeb3 (...
  • d7ff6a8 Update release notes link to point to main branch for PR template
  • be03e44 docs: sub master refs with main (#2933)
  • 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 [web3](https://github.com/ethereum/web3.py) from 6.2.0 to 6.3.0.
- [Release notes](https://github.com/ethereum/web3.py/releases)
- [Changelog](https://github.com/ethereum/web3.py/blob/main/docs/releases.rst)
- [Commits](ethereum/web3.py@v6.2.0...v6.3.0)

---
updated-dependencies:
- dependency-name: web3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the Type: Dependencies Pull requests that update a dependency file label May 8, 2023
@codeclimate
Copy link

codeclimate bot commented May 8, 2023

Code Climate has analyzed commit ee767ae and detected 0 issues on this pull request.

The test coverage on the diff in this pull request is 100.0% (50% is the threshold).

This pull request will bring the total coverage in the repository to 84.4% (0.0% change).

View more on Code Climate.

@calina-c calina-c merged commit ccdf9d8 into main May 10, 2023
@calina-c calina-c deleted the dependabot/pip/web3-6.3.0 branch May 10, 2023 05:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant