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.5.0 to 6.6.1 #234

Merged
merged 1 commit into from
Jul 17, 2023
Merged

Bump web3 from 6.5.0 to 6.6.1 #234

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.5.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)

@dependabot dependabot bot requested a review from Uxio0 as a code owner July 17, 2023 13:03
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jul 17, 2023
Bumps [web3](https://github.com/ethereum/web3.py) from 6.5.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.5.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 force-pushed the dependabot/pip/web3-6.6.1 branch from abe3379 to f87bb73 Compare July 17, 2023 14:23
@Uxio0 Uxio0 merged commit 388a6e9 into master Jul 17, 2023
6 checks passed
@Uxio0 Uxio0 deleted the dependabot/pip/web3-6.6.1 branch July 17, 2023 14:30
@github-actions github-actions bot locked and limited conversation to collaborators Jul 17, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant