safe-relay-service icon indicating copy to clipboard operation
safe-relay-service copied to clipboard

Bump web3 from 5.28.0 to 5.30.0

Open dependabot[bot] opened this issue 1 year ago • 0 comments

Bumps web3 from 5.28.0 to 5.30.0.

Changelog

Sourced from web3's changelog.

v5.30.0 (2022-07-07)

Features


- Deprecated ``buildTransaction`` and ``estimateGas`` in contract.py v5, in
  favor of ``estimate_gas`` and ``build_transaction`` (`[#2459](https://github.com/ethereum/web3.py/issues/2459)
  <https://github.com/ethereum/web3.py/issues/2459>`__)

Misc


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

v5.29.2 (2022-06-01)

Bugfixes </code></pre> <ul> <li>Only thread lock methods attempting to access the cache for the caching middleware. (<code>#2493 &lt;https://github.com/ethereum/web3.py/issues/2493&gt;</code>__)</li> </ul> <p>Misc</p> <pre><code>

  • [#2483](https://github.com/ethereum/web3.py/issues/2483) &amp;lt;https://github.com/ethereum/web3.py/issues/2483&amp;gt;__

v5.29.1 (2022-05-16)

Bugfixes </code></pre> <ul> <li>Fix bug in _is_latest_block_number_request in cache middleware (<code>#2185 &lt;https://github.com/ethereum/web3.py/issues/2185&gt;</code>)</li> <li>Increase SessionCache size (<code>#2451 &lt;https://github.com/ethereum/web3.py/issues/2451&gt;</code>)</li> </ul> <p>Improved Documentation</p> <pre><code>

  • Doc fix: Pending transaction filter returns a TransactionFilter not a &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/ee5f0543ad91e4ba991997e35f50719ceb58135d"><code>ee5f054</code></a> Bump version: 5.29.2 → 5.30.0</li> <li><a href="https://github.com/ethereum/web3.py/commit/a7c1cab11505ccd75d1b7d5e4d9a5a26415f4bd1"><code>a7c1cab</code></a> Compile release notes</li> <li><a href="https://github.com/ethereum/web3.py/commit/b1e23b3b6f31fea20ec214d8906e906f72bb5c8d"><code>b1e23b3</code></a> Allow updating to v6 method signature for ENS.resolver()</li> <li><a href="https://github.com/ethereum/web3.py/commit/3315fc19ff9022e0bb1f386b7cc857677418b92c"><code>3315fc1</code></a> Updates from conversation in pr <a href="https://github-redirect.dependabot.com/ethereum/web3.py/issues/2452">#2452</a></li> <li><a href="https://github.com/ethereum/web3.py/commit/b6a7e04b561a812f78b6ce6e605472506e31d949"><code>b6a7e04</code></a> Add v6 warnings to ENS changes from pr <a href="https://github-redirect.dependabot.com/ethereum/web3.py/issues/2411">#2411</a></li> <li><a href="https://github.com/ethereum/web3.py/commit/68a9d8c004e1a39e7118207cf9ab0707047ce390"><code>68a9d8c</code></a> deprecated estimateGas and buildTransaction in v5 contract <a href="https://github-redirect.dependabot.com/ethereum/web3.py/issues/2438">#2438</a> (<a href="https://github-redirect.dependabot.com/ethereum/web3.py/issues/2459">#2459</a>)</li> <li><a href="https://github.com/ethereum/web3.py/commit/3b43d1d6614c868745b00f9cb4b140ff19460764"><code>3b43d1d</code></a> Pin eth-rlp&lt;0.3 (<a href="https://github-redirect.dependabot.com/ethereum/web3.py/issues/2502">#2502</a>)</li> <li><a href="https://github.com/ethereum/web3.py/commit/6790b63cb2050a14fb93c049f1aa25467dd4cb0c"><code>6790b63</code></a> Bump version: 5.29.1 → 5.29.2</li> <li><a href="https://github.com/ethereum/web3.py/commit/8f920b0caaa1e25699a6f937819a2428ec9fa805"><code>8f920b0</code></a> Compile release notes</li> <li><a href="https://github.com/ethereum/web3.py/commit/73f6807cc1945f09c39fce3b22e8d7489e61b214"><code>73f6807</code></a> Only lock cache thread if method is whitelisted</li> <li>Additional commits viewable in <a href="https://github.com/ethereum/web3.py/compare/v5.28.0...v5.30.0">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)

dependabot[bot] avatar Jul 11 '22 10:07 dependabot[bot]