Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Jun 11, 2021

Bumps web3 from 5.11.0 to 5.20.0.

Changelog

Sourced from web3's changelog.

v5.20.0 (2021-06-09)

Web3 5.20.0 (2021-06-09)

Features


- Add new AsyncHTTPProvider. No middleware or session caching support yet.

Also adds async w3.eth.gas_price, and async w3.isConnected() methods. ([#1978](https://github.com/ethereum/web3.py/issues/1978) <https://github.com/ethereum/web3.py/issues/1978>__)

  • Add ability for AsyncHTTPProvider to accept middleware

    Also adds async gas_price_strategy middleware, and moves gas estimate to middleware.

    AsyncEthereumTesterProvider now inherits from AsyncBase ([#1999](https://github.com/ethereum/web3.py/issues/1999) <https://github.com/ethereum/web3.py/issues/1999>__)

  • Support state_override in contract function call. ([#2005](https://github.com/ethereum/web3.py/issues/2005) <https://github.com/ethereum/web3.py/issues/2005>__)

Bugfixes

  • Test ethpm caching + bump Sphinx version. ([#1977](https://github.com/ethereum/web3.py/issues/1977) <https://github.com/ethereum/web3.py/issues/1977>__)

Improved Documentation


- Clarify solidityKeccak documentation. (`[#1971](https://github.com/ethereum/web3.py/issues/1971) <https://github.com/ethereum/web3.py/issues/1971>`__)
- Improve contributor documentation context and ordering. (`[#2008](https://github.com/ethereum/web3.py/issues/2008) <https://github.com/ethereum/web3.py/issues/2008>`__)
- Add docs for unstable AsyncHTTPProvider (`[#2017](https://github.com/ethereum/web3.py/issues/2017) <https://github.com/ethereum/web3.py/issues/2017>`__)

Misc


- `[#1979](https://github.com/ethereum/web3.py/issues/1979) &lt;https://github.com/ethereum/web3.py/issues/1979&gt;`__, `[#1980](https://github.com/ethereum/web3.py/issues/1980) &lt;https://github.com/ethereum/web3.py/issues/1980&gt;`__, `[#1993](https://github.com/ethereum/web3.py/issues/1993) &lt;https://github.com/ethereum/web3.py/issues/1993&gt;`__, `[#2002](https://github.com/ethereum/web3.py/issues/2002) &lt;https://github.com/ethereum/web3.py/issues/2002&gt;`__

v5.19.0 (2021-04-28)

Web3 5.19.0 (2021-04-28)

Features

  • Handle optional eth_call state override param. ([#1921](https://github.com/ethereum/web3.py/issues/1921) &lt;https://github.com/ethereum/web3.py/issues/1921&gt;__)
  • Add list_storage_keys deprecate listStorageKeys ([#1944](https://github.com/ethereum/web3.py/issues/1944) &lt;https://github.com/ethereum/web3.py/issues/1944&gt;__)
  • Add net_peers deprecate netPeers ([#1946](https://github.com/ethereum/web3.py/issues/1946) &lt;https://github.com/ethereum/web3.py/issues/1946&gt;__) </tr></table>

... (truncated)

Commits
  • 10e55fa Bump version: 5.19.0 → 5.20.0
  • b91947e Compile release notes
  • 3c6567e Add newsfragment for AsyncHTTPProvider docs
  • aabebf6 AsyncHTTPProvider docs
  • 46953d1 Add unstable warning for async providers
  • d4b2815 Move async_eth to eth
  • b596263 Benchmark send_transaction and get_block
  • 17264b4 Add async and sync buffered gas estimate middleware
  • 8265f13 gas price middleware working
  • f160914 Add async gas price strategy middleware
  • Additional commits viewable in compare view

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.20.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.20.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 Jun 11, 2021
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jul 2, 2021

Superseded by #43.

@dependabot dependabot bot closed this Jul 2, 2021
@dependabot dependabot bot deleted the dependabot/pip/requirements/web3-5.20.0 branch July 2, 2021 17:17
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