Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Jul 13, 2021

Bumps web3 from 5.11.0 to 5.21.0.

Changelog

Sourced from web3's changelog.

v5.21.0 (2021-07-12)

Web3 5.21.0 (2021-07-12)

Features


- Adds support for EIP 1559 transaction keys: `maxFeePerGas` and `maxPriorityFeePerGas` (`[#2060](https://github.com/ethereum/web3.py/issues/2060) <https://github.com/ethereum/web3.py/issues/2060>`__)

Bugfixes

  • Bugfix where an error response got passed to a function expecting a block identifier.

    Split out null result formatters from the error formatters and added some tests. ([#2022](https://github.com/ethereum/web3.py/issues/2022) <https://github.com/ethereum/web3.py/issues/2022>__)

  • Fix broken tests and use the new 1559 params for most of our test transactions. ([#2053](https://github.com/ethereum/web3.py/issues/2053) <https://github.com/ethereum/web3.py/issues/2053>__)

  • Set a default maxFeePerGas value consistent with Geth ([#2055](https://github.com/ethereum/web3.py/issues/2055) <https://github.com/ethereum/web3.py/issues/2055>__)

  • Fix bug in geth PoA middleware where a None response should throw a BlockNotFound error, but was instead throwing an AttributeError ([#2064](https://github.com/ethereum/web3.py/issues/2064) <https://github.com/ethereum/web3.py/issues/2064>__)

Improved Documentation


- Added general documentation on unit and integration testing and how to contribute to our test suite. (`[#2053](https://github.com/ethereum/web3.py/issues/2053) <https://github.com/ethereum/web3.py/issues/2053>`__)

v5.20.1 (2021-07-01)

Web3 5.20.1 (2021-07-01)

Bugfixes


- Have the geth dev IPC auto connection check for the ``WEB3_PROVIDER_URI`` environment variable. (`[#2023](https://github.com/ethereum/web3.py/issues/2023) &lt;https://github.com/ethereum/web3.py/issues/2023&gt;`__)

Improved Documentation
</code></pre>
<ul>
<li>Remove reference to allowing multiple providers in docs (<code>#2018 &lt;https://github.com/ethereum/web3.py/issues/2018&amp;gt;&lt;/code&gt;__)&lt;/li>
<li>Update &quot;Contract Deployment Example&quot; docs to use <code>py-solc-x</code> as <code>solc</code> is no longer maintained. (<code>#2020 &lt;https://github.com/ethereum/web3.py/issues/2020&amp;gt;&lt;/code&gt;__)&lt;/li>
<li>Detail using unreleased Geth builds in CI (<code>#2037 &lt;https://github.com/ethereum/web3.py/issues/2037&amp;gt;&lt;/code&gt;__)&lt;/li>
<li>Clarify that a missing trie node error could occur when using <code>block_identifier</code> with <code>.call()</code>
on a node that isn't running in archive mode (<code>#2048 &lt;https://github.com/ethereum/web3.py/issues/2048&amp;gt;&lt;/code&gt;__)&lt;/li>
</ul>
<p>Misc</p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>

<ul>
<li><a href="https://github.com/ethereum/web3.py/commit/e2cd3a48f945d0d586fdc3ad232446fc40b1f41b&quot;&gt;&lt;code&gt;e2cd3a4&lt;/code&gt;&lt;/a> Bump version: 5.20.1 → 5.21.0</li>
<li><a href="https://github.com/ethereum/web3.py/commit/54d2097ac011e04ce15410f64f8910dab38f8314&quot;&gt;&lt;code&gt;54d2097&lt;/code&gt;&lt;/a> Compile release notes</li>
<li><a href="https://github.com/ethereum/web3.py/commit/b963ab201cd3543506c4e309caf3433cf43a9727&quot;&gt;&lt;code&gt;b963ab2&lt;/code&gt;&lt;/a> Removed a news fragment that is no longer relevant.</li>
<li><a href="https://github.com/ethereum/web3.py/commit/240e5665a052ee46b46137798fa56f4571622c79&quot;&gt;&lt;code&gt;240e566&lt;/code&gt;&lt;/a> Split out null result formatters from error formatters, (<a href="https://github-redirect.dependabot.com/ethereum/web3.py/issues/2022&quot;&gt;#2022&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/ethereum/web3.py/commit/2d89615527f820b947924c9e4e554ac4f71acc87&quot;&gt;&lt;code&gt;2d89615&lt;/code&gt;&lt;/a> london / EIP-1559 support for modify_transaction and updated docs.</li>
<li><a href="https://github.com/ethereum/web3.py/commit/a74245b417392a5bbb0d9d206b336932c1ce6e51&quot;&gt;&lt;code&gt;a74245b&lt;/code&gt;&lt;/a> Clean up some older london setup. Turned a test back on.</li>
<li><a href="https://github.com/ethereum/web3.py/commit/01c15f4ade2169f1d0cfd9c18305253e9325ab7a&quot;&gt;&lt;code&gt;01c15f4&lt;/code&gt;&lt;/a> async support for London changes.</li>
<li><a href="https://github.com/ethereum/web3.py/commit/a32cc1540440a975631c19336dedfce2bc1a0ebd&quot;&gt;&lt;code&gt;a32cc15&lt;/code&gt;&lt;/a> Fixed some tests and turned some tests back on.</li>
<li><a href="https://github.com/ethereum/web3.py/commit/d428d63294f12f6d2182359221f0cb5fe5c7292a&quot;&gt;&lt;code&gt;d428d63&lt;/code&gt;&lt;/a> Fix failing tests and use 1559 defaults for test params</li>
<li><a href="https://github.com/ethereum/web3.py/commit/7201d18f389c2eb10a930b2dc3022fb98d84f2cc&quot;&gt;&lt;code&gt;7201d18&lt;/code&gt;&lt;/a> Added the de-compiled math contract code so that it is available for debuggin...</li>
<li>Additional commits viewable in <a href="https://github.com/ethereum/web3.py/compare/v5.11.0...v5.21.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.21.0.
- [Release notes](https://github.com/ethereum/web3.py/releases)
- [Changelog](https://github.com/ethereum/web3.py/blob/master/docs/releases.rst)
- [Commits](ethereum/web3.py@v5.11.0...v5.21.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 Jul 13, 2021
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Aug 3, 2021

Superseded by #48.

@dependabot dependabot bot closed this Aug 3, 2021
@dependabot dependabot bot deleted the dependabot/pip/requirements/web3-5.21.0 branch August 3, 2021 17:39
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