neonevm / proxy-model.py

Neon Proxy for Solana
https://neon-labs.org
Other
17 stars 19 forks source link

Bump web3 from 6.11.3 to 6.15.0 #1129

Closed dependabot[bot] closed 7 months ago

dependabot[bot] commented 7 months ago

Bumps web3 from 6.11.3 to 6.15.0.

Changelog

Sourced from web3's changelog.

web3.py v6.15.0 (2024-01-25)

Breaking Changes


- Use a message listener background task for ``WebsocketProviderV2`` rather than relying on ``ws.recv()`` blocking. Some breaking changes to API, notably ``listen_to_websocket`` -> ``process_subscriptions``. (`[#3206](https://github.com/ethereum/web3.py/issues/3206) <https://github.com/ethereum/web3.py/issues/3206>`__)

Internal Changes - for web3.py Contributors

  • Compile contracts with and test against new Solidity version v0.8.24. ([#3205](https://github.com/ethereum/web3.py/issues/3205) <https://github.com/ethereum/web3.py/issues/3205>__)

web3.py v6.14.0 (2024-01-10)

Bugfixes


- Change ``fee_history`` default behavior. If ``reward_percentiles`` arg not included, pass it to the provider as an empty list instead of ``None``. (`[#3185](https://github.com/ethereum/web3.py/issues/3185) <https://github.com/ethereum/web3.py/issues/3185>`__)
- Use ``importlib.metadata`` for version info if python>=3.8 (`[#3187](https://github.com/ethereum/web3.py/issues/3187) <https://github.com/ethereum/web3.py/issues/3187>`__)

Improved Documentation

  • Remove docs reference for removed protocol_version RPC method ([#3183](https://github.com/ethereum/web3.py/issues/3183) <https://github.com/ethereum/web3.py/issues/3183>__)

Internal Changes - for web3.py Contributors


- Re-define how async vs sync core test suites are ran. (`[#3180](https://github.com/ethereum/web3.py/issues/3180) <https://github.com/ethereum/web3.py/issues/3180>`__)
- Add basic import and version tests for the ``web3`` module (`[#3187](https://github.com/ethereum/web3.py/issues/3187) <https://github.com/ethereum/web3.py/issues/3187>`__)

web3.py v6.13.0 (2023-12-20)

Features


- Implement async ``eth_createAccessList`` RPC method to create an EIP-2930 access list. (`[#3167](https://github.com/ethereum/web3.py/issues/3167) &lt;https://github.com/ethereum/web3.py/issues/3167&gt;`__)

Internal Changes - for web3.py Contributors
</code></pre>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>

<ul>
<li><a href="https://github.com/ethereum/web3.py/commit/1b419d20971a0b9049ba104612c1abad1acba29c"><code>1b419d2</code></a> Bump version: 6.14.0 → 6.15.0</li>
<li><a href="https://github.com/ethereum/web3.py/commit/cd8dec16e158386cca7e8534d8dc540d970c283d"><code>cd8dec1</code></a> Compile release notes for v6.15.0</li>
<li><a href="https://github.com/ethereum/web3.py/commit/62331bd57587290de0c85115a583fe557d4e0b0c"><code>62331bd</code></a> Fix for v6 / py37 and remove TODOs since they are done in v7</li>
<li><a href="https://github.com/ethereum/web3.py/commit/cc5344529055f2978657b9ebc4d582d191e0ff94"><code>cc53445</code></a> Update documentation for <code>WebsocketProviderV2</code> + minor refactor.</li>
<li><a href="https://github.com/ethereum/web3.py/commit/d8cb336582f8e98ef7ac3fd77344b466f0fdf94b"><code>d8cb336</code></a> Raise exceptions by default; opt to silence in message listener task</li>
<li><a href="https://github.com/ethereum/web3.py/commit/cb9a43bcaf2a0faa8ebdbee77fce28b8e3bca1bf"><code>cb9a43b</code></a> Refactor a bit to account for v6 changes</li>
<li><a href="https://github.com/ethereum/web3.py/commit/45014a35ccab472357d6f4f813166ba47fc4c6a6"><code>45014a3</code></a> Changes from comments on <a href="https://redirect.github.com/ethereum/web3.py/issues/3179">#3179</a></li>
<li><a href="https://github.com/ethereum/web3.py/commit/32bd700c9308fa494cefda7a81c823187f2d74d8"><code>32bd700</code></a> Keep the message listener alive inside a while True</li>
<li><a href="https://github.com/ethereum/web3.py/commit/3ab0904f4445e4cc4a5e3d4f657a3e22297f7853"><code>3ab0904</code></a> newsfragment for <a href="https://redirect.github.com/ethereum/web3.py/issues/3206">#3206</a></li>
<li><a href="https://github.com/ethereum/web3.py/commit/2d4ebb252359e439f5a4034c52d063762f6c19f5"><code>2d4ebb2</code></a> Add a test for listen Event when subs queue is full</li>
<li>Additional commits viewable in <a href="https://github.com/ethereum/web3.py/compare/v6.11.3...v6.15.0">compare view</a></li>
</ul>
</details>

<br />
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=web3&package-manager=pip&previous-version=6.11.3&new-version=6.15.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) ---
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 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[bot] commented 7 months ago

Superseded by #1130.