Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Apr 15, 2022

Bumps web3 from 5.11.0 to 5.29.0.

Changelog

Sourced from web3's changelog.

v5.29.0 (2022-04-13)

Features


- Added session caching to the AsyncHTTPProvider (`[#2016](https://github.com/ethereum/web3.py/issues/2016)
  <https://github.com/ethereum/web3.py/issues/2016>`__)
- Add 'get_text' method to look up ENS text record values (`[#2286](https://github.com/ethereum/web3.py/issues/2286)
  <https://github.com/ethereum/web3.py/issues/2286>`__)
- Add async `eth.get_storage_at` method (`[#2350](https://github.com/ethereum/web3.py/issues/2350)
  <https://github.com/ethereum/web3.py/issues/2350>`__)
- Upgrade ``jsonschema`` version range to >=3.2.0<5 (`[#2360](https://github.com/ethereum/web3.py/issues/2360)
  <https://github.com/ethereum/web3.py/issues/2360>`__)
- Add an optional ``strict`` flag for ``ENS.name()`` that will perform a
  validation, recommended by ENS, against the forward resolution to make sure
  the address matches. This will be default behavior in v6. (`[#2419](https://github.com/ethereum/web3.py/issues/2419)
  <https://github.com/ethereum/web3.py/issues/2419>`__)
- Add sync chain_id to ``simple_middleware_cache`` (`[#2425](https://github.com/ethereum/web3.py/issues/2425)
  <https://github.com/ethereum/web3.py/issues/2425>`__)

Misc


- `[#2353](https://github.com/ethereum/web3.py/issues/2353) &lt;https://github.com/ethereum/web3.py/issues/2353&gt;`__

v5.28.0 (2022-02-09)

Features
</code></pre>
<ul>
<li>Added Async functions for Geth Personal and Admin modules (<code>#1413 &lt;https://github.com/ethereum/web3.py/issues/1413&amp;gt;&lt;/code&gt;__)&lt;/li>
<li>async support for formatting, validation, and geth poa middlewares (<code>#2098 &lt;https://github.com/ethereum/web3.py/issues/2098&amp;gt;&lt;/code&gt;__)&lt;/li>
<li>Calculate a default <code>maxPriorityFeePerGas</code> using <code>eth_feeHistory</code> when
<code>eth_maxPriorityFeePerGas</code> is not available, since the latter is not a part
of the Ethereum JSON-RPC specs and only supported by certain clients. (<code>#2259 &lt;https://github.com/ethereum/web3.py/issues/2259&amp;gt;&lt;/code&gt;__)&lt;/li>
<li>Allow NamedTuples in ABI inputs (<code>#2312 &lt;https://github.com/ethereum/web3.py/issues/2312&amp;gt;&lt;/code&gt;__)&lt;/li>
<li>Add async <code>eth.syncing</code> method (<code>#2331 &lt;https://github.com/ethereum/web3.py/issues/2331&amp;gt;&lt;/code&gt;__)&lt;/li>
</ul>
<p>Bugfixes</p>
<pre><code>&lt;/tr&gt;&lt;/table&gt;
</code></pre>
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>

<ul>
<li><a href="https://github.com/ethereum/web3.py/commit/25c0647d3917ccb61ea719bf8723ea49c1b8c364&quot;&gt;&lt;code&gt;25c0647&lt;/code&gt;&lt;/a> Bump version: 5.28.0 → 5.29.0</li>
<li><a href="https://github.com/ethereum/web3.py/commit/7e40997a36e1b9c12aaae12bc0cb7e0da5822f54&quot;&gt;&lt;code&gt;7e40997&lt;/code&gt;&lt;/a> Bump version: 5.28.0 → 5.28.0</li>
<li><a href="https://github.com/ethereum/web3.py/commit/7c489d698a60c95021e4cfc3a43fce547d347eaa&quot;&gt;&lt;code&gt;7c489d6&lt;/code&gt;&lt;/a> Bump version: 5.28.0 → 5.28.0</li>
<li><a href="https://github.com/ethereum/web3.py/commit/d2ca72debc49074ff78f579cc8d9c4cdc6f55e6e&quot;&gt;&lt;code&gt;d2ca72d&lt;/code&gt;&lt;/a> Compile release notes</li>
<li><a href="https://github.com/ethereum/web3.py/commit/482ff94f54090fed88fd3b2088877e1de0cb6e47&quot;&gt;&lt;code&gt;482ff94&lt;/code&gt;&lt;/a> Cache eth.chain_id in simple_cache_middleware (<a href="https://github-redirect.dependabot.com/ethereum/web3.py/issues/2425&quot;&gt;#2425&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/ethereum/web3.py/commit/aa6313a6bb1aa3969451f769c9a89036f9e50504&quot;&gt;&lt;code&gt;aa6313a&lt;/code&gt;&lt;/a> Add newsfragment for 2417 / 2419 and minor tweaks</li>
<li><a href="https://github.com/ethereum/web3.py/commit/4d1ab6123ea5bf99412f68349ff95661255de354&quot;&gt;&lt;code&gt;4d1ab61&lt;/code&gt;&lt;/a> Add optional strict mode for ENS reverse resolution</li>
<li><a href="https://github.com/ethereum/web3.py/commit/fbbfa18e89695b641638a1be0ce1b2b247f687a2&quot;&gt;&lt;code&gt;fbbfa18&lt;/code&gt;&lt;/a> [v5] Implement ENS set_text and get_text (<a href="https://github-redirect.dependabot.com/ethereum/web3.py/issues/2395&quot;&gt;#2395&lt;/a>) (<a href="https://github-redirect.dependabot.com/ethereum/web3.py/issues/2413&quot;&gt;#2413&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/ethereum/web3.py/commit/8f969bd98d77ff5b964dc00e818e68560c38f58f&quot;&gt;&lt;code&gt;8f969bd&lt;/code&gt;&lt;/a> v5 backport - Add chain_id setter (<a href="https://github-redirect.dependabot.com/ethereum/web3.py/issues/2373&quot;&gt;#2373&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/ethereum/web3.py/commit/444de58d0d9196cc35dec02646349411b6d1bb2f&quot;&gt;&lt;code&gt;444de58&lt;/code&gt;&lt;/a> Added caching to the async session in request.py and AsyncHTTPProvider (<a href="https://github-redirect.dependabot.com/ethereum/web3.py/issues/2254&quot;&gt;#2254&lt;/a&gt;...&lt;/li>
<li>Additional commits viewable in <a href="https://github.com/ethereum/web3.py/compare/v5.11.0...v5.29.0&quot;&gt;compare view</a></li>
</ul>
</details>

<br />

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 5.11.0 to 5.29.0.
- [Release notes](https://github.com/ethereum/web3.py/releases)
- [Changelog](https://github.com/ethereum/web3.py/blob/v5.29.0/docs/releases.rst)
- [Commits](ethereum/web3.py@v5.11.0...v5.29.0)

---
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 dependencies Pull requests that update a dependency file label Apr 15, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github May 17, 2022

Superseded by #78.

@dependabot dependabot bot closed this May 17, 2022
@dependabot dependabot bot deleted the dependabot/pip/requirements/web3-5.29.0 branch May 17, 2022 17:05
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.

1 participant