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

Chore(deps): Bump web3 from 6.3.0 to 7.3.0 #174

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 30, 2024

Bumps web3 from 6.3.0 to 7.3.0.

Changelog

Sourced from web3's changelog.

web3.py v7.3.0 (2024-09-25)

Bugfixes


- Base default ``maxFeePerGas`` calculation off of existing ``maxPriorityFeePerGas`` key instead of separate RPC call (`[#3052](https://github.com/ethereum/web3.py/issues/3052) <https://github.com/ethereum/web3.py/issues/3052>`__)
- Add back dependency extra for 'tester'. (`[#3480](https://github.com/ethereum/web3.py/issues/3480) <https://github.com/ethereum/web3.py/issues/3480>`__)
- Fix a bug where sensitive requests that make use of block data should not be cached until some validation threshold deems it is safe to do so, when request caching is turned on. (`[#3483](https://github.com/ethereum/web3.py/issues/3483) <https://github.com/ethereum/web3.py/issues/3483>`__)

Improved Documentation

  • Update contract.encode_abi signature in docs and migration guide ([#3473](https://github.com/ethereum/web3.py/issues/3473) <https://github.com/ethereum/web3.py/issues/3473>__)
  • Update documentation around SignAndSendRawMiddlewareBuilder injection into the middleware onion. It should be injected lower in the stack than any middleware that modifies the transaction, in order to ensure those modified fields are signed. ([#3488](https://github.com/ethereum/web3.py/issues/3488) <https://github.com/ethereum/web3.py/issues/3488>__)
  • Docs cleanups related to test vs tester install extras. ([#3496](https://github.com/ethereum/web3.py/issues/3496) <https://github.com/ethereum/web3.py/issues/3496>__)

Features


- Add a configuration for request caching that sets a threshold for validating cached requests that make use of block data. This can be turned off altogether by setting the threshold to ``None``. (`[#3483](https://github.com/ethereum/web3.py/issues/3483) <https://github.com/ethereum/web3.py/issues/3483>`__)
- Add a configuration option for the ``read_buffer_limit`` for ``AsyncIPCProvider`` in order to control the expected message size limit (defaults to 20MB). Add ``ReadBufferLimitReached`` for when the read limit is reached, extend from ``PersistentConnectionError``. (`[#3492](https://github.com/ethereum/web3.py/issues/3492) <https://github.com/ethereum/web3.py/issues/3492>`__)

Internal Changes - for web3.py Contributors

  • Test warning cleanup ([#3468](https://github.com/ethereum/web3.py/issues/3468) <https://github.com/ethereum/web3.py/issues/3468>__)
  • Re-compile test contracts with recently released Solidity v0.8.27. ([#3475](https://github.com/ethereum/web3.py/issues/3475) <https://github.com/ethereum/web3.py/issues/3475>__)
  • Re-organize the install extras. Re-define the test extra to always include the tester extra since it's needed for testing. ([#3495](https://github.com/ethereum/web3.py/issues/3495) <https://github.com/ethereum/web3.py/issues/3495>__)

Miscellaneous Changes


- `[#3490](https://github.com/ethereum/web3.py/issues/3490) <https://github.com/ethereum/web3.py/issues/3490>`__

Performance Improvements

  • Improve logic for reading from the async IPC socket in order to properly handle and adjust the handling of large messages. This improves reading speeds in general. ([#3492](https://github.com/ethereum/web3.py/issues/3492) <https://github.com/ethereum/web3.py/issues/3492>__)

web3.py v7.2.0 (2024-08-29)

Bugfixes

... (truncated)

Commits
  • 283b536 Bump version: 7.2.0 → 7.3.0
  • e16c82c Compile release notes for v7.3.0
  • cb9a90c Clean up newsfragment
  • dd4c675 Docs cleanups related to test vs tester install extras
  • 117b728 minor fix: should test same function, incrementCounter
  • 71d9d3f Use more appropriate install extras for CI:
  • 8d23b09 Refactor install extras:
  • 9baae32 Changes from comments on PR #3492:
  • 7490fe3 Add documentation around read buffer; Raise clear exception:
  • 517399c Fix buffer issues with async IPC; add tests:
  • 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 Sep 30, 2024
Copy link

Failed to retrieve llama text: Invalid URL '/completion': No scheme supplied. Perhaps you meant https:///completion?

@dependabot dependabot bot force-pushed the dependabot/pip/web3-7.3.0 branch from 428fc76 to a3b76d7 Compare October 2, 2024 10:26
Bumps [web3](https://github.com/ethereum/web3.py) from 6.3.0 to 7.3.0.
- [Changelog](https://github.com/ethereum/web3.py/blob/main/docs/release_notes.rst)
- [Commits](ethereum/web3.py@v6.3.0...v7.3.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/web3-7.3.0 branch from a3b76d7 to 283011f Compare October 4, 2024 13:26
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.

0 participants