Skip to content

Conversation

@dependabot
Copy link

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

Bumps web3 from 5.11.0 to 5.23.0.

Changelog

Sourced from web3's changelog.

v5.23.0 (2021-08-12)

Web3 5.23.0 (2021-08-12)

Features


- Add support for eth_feeHistory RPC method (`[#2038](https://github.com/ethereum/web3.py/issues/2038) <https://github.com/ethereum/web3.py/issues/2038>`__)
- Add support for eth_maxPriorityFeePerGas RPC method (`[#2100](https://github.com/ethereum/web3.py/issues/2100) <https://github.com/ethereum/web3.py/issues/2100>`__)

Bugfixes

  • Hot fix for string interpolation issue with contract function call decoding exception to facilitate extracting a meaningful message from the eth_call response ([#2096](https://github.com/ethereum/web3.py/issues/2096) <https://github.com/ethereum/web3.py/issues/2096>__)
  • Bypass adding a gasPrice via the gas price strategy, if one is set, when EIP-1559 transaction params are used for send_transaction ([#2099](https://github.com/ethereum/web3.py/issues/2099) <https://github.com/ethereum/web3.py/issues/2099>__)

Improved Documentation


- Update feeHistory docs (`[#2104](https://github.com/ethereum/web3.py/issues/2104) <https://github.com/ethereum/web3.py/issues/2104>`__)

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) &lt;https://github.com/ethereum/web3.py/issues/2039&gt;`__)
- Add AsyncNet module (`[#2044](https://github.com/ethereum/web3.py/issues/2044) &lt;https://github.com/ethereum/web3.py/issues/2044&gt;`__)
- Add async ``eth.get_balance``, ``eth.get_code``, ``eth.get_transaction_count`` methods. (`[#2056](https://github.com/ethereum/web3.py/issues/2056) &lt;https://github.com/ethereum/web3.py/issues/2056&gt;`__)
- eth_signTransaction support for eip-1559 params 'maxFeePerGas' and 'maxPriorityFeePerGas' (`[#2082](https://github.com/ethereum/web3.py/issues/2082) &lt;https://github.com/ethereum/web3.py/issues/2082&gt;`__)
- Add support for async ``w3.eth.call``. (`[#2083](https://github.com/ethereum/web3.py/issues/2083) &lt;https://github.com/ethereum/web3.py/issues/2083&gt;`__)

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

Improved Documentation

... (truncated)

Commits
  • 4cee084 Bump version: 5.22.0 → 5.23.0
  • 8757ec6 Compile release notes
  • 1249d7b Update docs for block_count arg (#2104)
  • 34875cc Clarify feeHistory docs and add param types
  • 96ff650 Cleanup fee_history documentation
  • e75d9f2 Move feeHistory docs to appropriate "method" documentation
  • 0259afd Add docs for eth.fee_history usage
  • 7f53f5d avoid setting a gasPrice via strategy when sending 1559 txn
  • d75d245 feat: add eth_maxPriorityFeePerGas RPC (#2100)
  • 7fb9dc7 Fix string interpolation issues in exception message.
  • 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.23.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.23.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 13, 2021
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Aug 30, 2021

Superseded by #52.

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