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 7.6.1 to 7.7.0 in /functional-tests #643

Merged
merged 1 commit into from
Feb 1, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 1, 2025

Bumps web3 from 7.6.1 to 7.7.0.

Changelog

Sourced from web3's changelog.

web3.py v7.7.0 (2025-01-15)

Bugfixes


- Add a ``disconnect`` method to the AsyncHTTPProvider that closes all sessions and clears the cache (`[#3557](https://github.com/ethereum/web3.py/issues/3557) <https://github.com/ethereum/web3.py/issues/3557>`__)
- Fix a bug related to building the ipc path for connecting to a geth ``--dev`` instance via ``web3.auto.gethdev``. (`[#3576](https://github.com/ethereum/web3.py/issues/3576) <https://github.com/ethereum/web3.py/issues/3576>`__)

Features

  • Add a subscription manager to persistent connection providers, with support for handler methods for eth_subscribe subscriptions. ([#3554](https://github.com/ethereum/web3.py/issues/3554) <https://github.com/ethereum/web3.py/issues/3554>__)
  • Implement a topic property for contract events to retrieve the topic for the event. ([#3578](https://github.com/ethereum/web3.py/issues/3578) <https://github.com/ethereum/web3.py/issues/3578>__)

Miscellaneous Changes


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

Performance Improvements

  • Improve AttributeDict.recursive() and AttributeDictMiddleware performance, effectively speeding up response processing for attrdict middleware by nearly 2x. ([#3575](https://github.com/ethereum/web3.py/issues/3575) <https://github.com/ethereum/web3.py/issues/3575>__)
Commits
  • 28ce4c0 Bump version: 7.6.1 → 7.7.0
  • 9a50e87 Compile release notes for v7.7.0
  • 6fdb036 Only calculate the topic when it is asked for, while caching the result.
  • 695e883 Use event.topic in logs integration tests
  • e73687b Update current documentation for subscription manager.
  • 63cf04e Add support for retrieving a contract event topic:
  • aefb880 Only set signal handlers if outside of a context manager:
  • 3337b5b Get current loop within the extended signal handler:
  • 12c9d83 bugfix: Fix gethdev ipc path for auto.gethdev
  • a35efbc More changes from comments on PR #3554:
  • 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)

Bumps [web3](https://github.com/ethereum/web3.py) from 7.6.1 to 7.7.0.
- [Changelog](https://github.com/ethereum/web3.py/blob/main/docs/release_notes.rst)
- [Commits](ethereum/web3.py@v7.6.1...v7.7.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 dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Feb 1, 2025
@dependabot dependabot bot requested review from a team as code owners February 1, 2025 05:50
Copy link
Contributor

github-actions bot commented Feb 1, 2025

Commit: 5e4f977

SP1 Performance Test Results

program cycles success
BTC_BLOCKSPACE 30,357,713
EL_BLOCK 101,655
CL_BLOCK 58,268
L1_BATCH 30,387,702
L2_BATCH 5,473
CHECKPOINT 15,255

@storopoli
Copy link
Member

Needs #645 for the fixes the new RUSTSEC for cargo-audit on fast-float.

Ref: https://rustsec.org/advisories/RUSTSEC-2025-0003

@storopoli storopoli merged commit e83827f into main Feb 1, 2025
16 of 17 checks passed
@storopoli storopoli deleted the dependabot/pip/functional-tests/web3-7.7.0 branch February 1, 2025 21:52
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 python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant