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.3.0 to 6.6.1 #1045

Merged
merged 1 commit into from
Jul 17, 2023
Merged

Bump web3 from 6.3.0 to 6.6.1 #1045

merged 1 commit into from
Jul 17, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 17, 2023

Bumps web3 from 6.3.0 to 6.6.1.

Changelog

Sourced from web3's changelog.

web3.py v6.6.1 (2023-07-12)

Bugfixes


- Add ``ens/specs`` to MANIFEST.in (`[#3039](https://github.com/ethereum/web3.py/issues/3039) <https://github.com/ethereum/web3.py/issues/3039>`__)

web3.py v6.6.0 (2023-07-12)

Note: This release was missing the required ens/specs directory, so it was yanked from Pypi in favor of v6.6.1

Breaking Changes

  • ENS name normalization now uses ENSIP-15 by default. This is technically a breaking change introduced by ENS but, according to ENSIP-15, 99% of existing names should be unaffected. ([#3024](https://github.com/ethereum/web3.py/issues/3024) <https://github.com/ethereum/web3.py/issues/3024>__)

Bugfixes


- Handle ``None`` in the formatting middleware (`[#2546](https://github.com/ethereum/web3.py/issues/2546) <https://github.com/ethereum/web3.py/issues/2546>`__)
- Fix for a possible bug in ``construct_sign_and_send_raw_middleware`` where the signed transaction was sent as bytes and expected to be converted to hex by formatting later on. It is now explicitly sent as the hex string hash within the middleware. (`[#2936](https://github.com/ethereum/web3.py/issues/2936) <https://github.com/ethereum/web3.py/issues/2936>`__)
- Fixes ``max_priority_fee_per_gas``. It wasn't falling back to ``eth_feeHistory`` since the ``MethodUnavailable`` error was introduced. (`[#3002](https://github.com/ethereum/web3.py/issues/3002) <https://github.com/ethereum/web3.py/issues/3002>`__)
- Properly initialize logger in ``AsyncHTTPProvider``. (`[#3026](https://github.com/ethereum/web3.py/issues/3026) <https://github.com/ethereum/web3.py/issues/3026>`__)
- Fix ``AsyncWeb3.solidity_keccak`` to match ``Web3.solidity_keccak``. (`[#3034](https://github.com/ethereum/web3.py/issues/3034) <https://github.com/ethereum/web3.py/issues/3034>`__)

Improved Documentation

  • Replaced transaction examples with unused account addresses. ([#2011](https://github.com/ethereum/web3.py/issues/2011) <https://github.com/ethereum/web3.py/issues/2011>__)
  • Removed obsolete docs for camelCase miner methods and deploy ([#2039](https://github.com/ethereum/web3.py/issues/2039) <https://github.com/ethereum/web3.py/issues/2039>__)
  • Update documentation relating to ENS only being available on mainnet. ENS is available on all networks where the ENS contracts are deployed. ([#3012](https://github.com/ethereum/web3.py/issues/3012) <https://github.com/ethereum/web3.py/issues/3012>__)
  • Add first steps section and tidy up learning resources ([#3013](https://github.com/ethereum/web3.py/issues/3013) <https://github.com/ethereum/web3.py/issues/3013>__)
  • Replace references to jasoncarver.eth with ens.eth. ([#3020](https://github.com/ethereum/web3.py/issues/3020) <https://github.com/ethereum/web3.py/issues/3020>__)
  • Adds "Hackathon Helpers" section to Resources page ([#3035](https://github.com/ethereum/web3.py/issues/3035) <https://github.com/ethereum/web3.py/issues/3035>__)

Features


- Update ENS Resolver ABI (`[#1839](https://github.com/ethereum/web3.py/issues/1839) <https://github.com/ethereum/web3.py/issues/1839>`__)
- ``async_http_retry_request_middleware``, an async http request retry middleware for ``AsyncHTTPProvider``. (`[#3009](https://github.com/ethereum/web3.py/issues/3009) <https://github.com/ethereum/web3.py/issues/3009>`__)
- Add ``eth_getStorageAt()`` support for ``EthereumTesterProvider``. (`[#3011](https://github.com/ethereum/web3.py/issues/3011) <https://github.com/ethereum/web3.py/issues/3011>`__)
- Add async support for ENS name-to-address resolution via ``async_name_to_address_middleware``. (`[#3012](https://github.com/ethereum/web3.py/issues/3012) <https://github.com/ethereum/web3.py/issues/3012>`__)
- Add async support for the sign-and-send raw transaction middleware via ``construct_async_sign_and_send_raw_middleware()``. (`[#3025](https://github.com/ethereum/web3.py/issues/3025) <https://github.com/ethereum/web3.py/issues/3025>`__)
</tr></table> 

... (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 [web3](https://github.com/ethereum/web3.py) from 6.3.0 to 6.6.1.
- [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.3.0...v6.6.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the Type: Dependencies Pull requests that update a dependency file label Jul 17, 2023
@dependabot dependabot bot requested a review from alexcos20 July 17, 2023 01:21
@codeclimate
Copy link

codeclimate bot commented Jul 17, 2023

Code Climate has analyzed commit 05f92e9 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.3% (-0.1% change).

View more on Code Climate.

@alexcos20 alexcos20 merged commit fe564b2 into main Jul 17, 2023
@alexcos20 alexcos20 deleted the dependabot/pip/web3-6.6.1 branch July 17, 2023 12:30
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