Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Aug 3, 2021

Bumps web3 from 5.11.0 to 5.22.0.

Changelog

Sourced from web3's changelog.

v5.22.0 (2021-08-02)

Web3 5.22.0 (2021-08-02)

Features


- Add support for eth_getRawTransactionByHash RPC method (`[#2039](https://github.com/ethereum/web3.py/issues/2039) <https://github.com/ethereum/web3.py/issues/2039>`__)
- Add AsyncNet module (`[#2044](https://github.com/ethereum/web3.py/issues/2044) <https://github.com/ethereum/web3.py/issues/2044>`__)
- Add async ``eth.get_balance``, ``eth.get_code``, ``eth.get_transaction_count`` methods. (`[#2056](https://github.com/ethereum/web3.py/issues/2056) <https://github.com/ethereum/web3.py/issues/2056>`__)
- eth_signTransaction support for eip-1559 params 'maxFeePerGas' and 'maxPriorityFeePerGas' (`[#2082](https://github.com/ethereum/web3.py/issues/2082) <https://github.com/ethereum/web3.py/issues/2082>`__)
- Add support for async ``w3.eth.call``. (`[#2083](https://github.com/ethereum/web3.py/issues/2083) <https://github.com/ethereum/web3.py/issues/2083>`__)

Bugfixes

  • If a transaction hash was passed as a string rather than a HexByte to w3.eth.wait_for_transaction_receipt, and the time was exhausted before the transaction is in the chain, the error being raised was a TypeError instead of the correct TimeExhausted error. This is because the to_hex method in the TimeExhausted error message expects a primitive as the first argument, and a string doesn't qualify as a primitive. Fixed by converting the transaction_hash to HexBytes instead. ([#2068](https://github.com/ethereum/web3.py/issues/2068) <https://github.com/ethereum/web3.py/issues/2068>__)
  • Hot fix for a string interpolation issue in message when BadFunctionCallOutput is raised for call_contract_function() ([#2069](https://github.com/ethereum/web3.py/issues/2069) <https://github.com/ethereum/web3.py/issues/2069>__)
  • fill_transaction_defaults() no longer sets a default gasPrice if 1559 fees are present in the transaction parameters. This fixes sign-and-send middleware issues with 1559 fees. ([#2092](https://github.com/ethereum/web3.py/issues/2092) <https://github.com/ethereum/web3.py/issues/2092>__)

Improved Documentation


- Clarify that ``send_transaction``, ``modify_transaction``, and ``replace_transaction`` return HexByte objects instead of strings. (`[#2058](https://github.com/ethereum/web3.py/issues/2058) <https://github.com/ethereum/web3.py/issues/2058>`__)
- Added troubleshooting section for Microsoft Visual C++ error on Windows machines (`[#2077](https://github.com/ethereum/web3.py/issues/2077) <https://github.com/ethereum/web3.py/issues/2077>`__)
- Updated the sign-and-send middleware docs to include EIP-1559 as well as legacy transaction examples (`[#2092](https://github.com/ethereum/web3.py/issues/2092) <https://github.com/ethereum/web3.py/issues/2092>`__)

Misc


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

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) &lt;https://github.com/ethereum/web3.py/issues/2060&gt;__)

Bugfixes

&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/a38096873d8a6880587e3f4fc675b50d3f81724b&quot;&gt;&lt;code&gt;a380968&lt;/code&gt;&lt;/a> Bump version: 5.21.0 → 5.22.0</li>
<li><a href="https://github.com/ethereum/web3.py/commit/dd22a472a2638e501a34cbf6d618c0eb3b5e1da1&quot;&gt;&lt;code&gt;dd22a47&lt;/code&gt;&lt;/a> Compile release notes</li>
<li><a href="https://github.com/ethereum/web3.py/commit/810b5904466896143315d68352cdc1add93fea1a&quot;&gt;&lt;code&gt;810b590&lt;/code&gt;&lt;/a> assert new field effectiveGasPrice is being returned + converted to int</li>
<li><a href="https://github.com/ethereum/web3.py/commit/b28c5da6579f95e63a99bbdf1d0605b37d241921&quot;&gt;&lt;code&gt;b28c5da&lt;/code&gt;&lt;/a> update fill_transaction_defaults() to suppoer 1559 params.</li>
<li><a href="https://github.com/ethereum/web3.py/commit/88713f143f31c4db26589fb1160dd52c393c3e49&quot;&gt;&lt;code&gt;88713f1&lt;/code&gt;&lt;/a> fixed eth.account documentation to reflect required EIP-1559 params</li>
<li><a href="https://github.com/ethereum/web3.py/commit/9202897e870d3a6d5d0f8f0f0ac43b1b64866abc&quot;&gt;&lt;code&gt;9202897&lt;/code&gt;&lt;/a> Update to using geth fixture 1.10.6</li>
<li><a href="https://github.com/ethereum/web3.py/commit/8586a00a1cd8af5a89f08c5b7c3979bb73b4c3f1&quot;&gt;&lt;code&gt;8586a00&lt;/code&gt;&lt;/a> Async eth_call (<a href="https://github-redirect.dependabot.com/ethereum/web3.py/issues/2083&quot;&gt;#2083&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/ethereum/web3.py/commit/ec70be9e62e11f52284b90dd8a0ebe5146005171&quot;&gt;&lt;code&gt;ec70be9&lt;/code&gt;&lt;/a> type fixing was required after eth-account was updated</li>
<li><a href="https://github.com/ethereum/web3.py/commit/8019f77da06b81edfc6884e906035f8366f82621&quot;&gt;&lt;code&gt;8019f77&lt;/code&gt;&lt;/a> Update eth-account version &amp; add eip-1559 eth_signTransaction support</li>
<li><a href="https://github.com/ethereum/web3.py/commit/4d42d2586b34249c1c25f162ec4661eab863d775&quot;&gt;&lt;code&gt;4d42d25&lt;/code&gt;&lt;/a> Use an updated pluggy version for dev dependencies</li>
<li>Additional commits viewable in <a href="https://github.com/ethereum/web3.py/compare/v5.11.0...v5.22.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.22.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.22.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 Aug 3, 2021
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Aug 13, 2021

Superseded by #50.

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