Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github May 4, 2021

Bumps web3 from 5.11.0 to 5.19.0.

Changelog

Sourced from web3's changelog.

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) <https://github.com/ethereum/web3.py/issues/1921>`__)
- Add list_storage_keys deprecate listStorageKeys (`[#1944](https://github.com/ethereum/web3.py/issues/1944) <https://github.com/ethereum/web3.py/issues/1944>`__)
- Add net_peers deprecate netPeers (`[#1946](https://github.com/ethereum/web3.py/issues/1946) <https://github.com/ethereum/web3.py/issues/1946>`__)
- Add trace_replay_transaction deprecate traceReplayTransaction (`[#1949](https://github.com/ethereum/web3.py/issues/1949) <https://github.com/ethereum/web3.py/issues/1949>`__)
- Add add_reserved_peer deprecate addReservedPeer (`[#1951](https://github.com/ethereum/web3.py/issues/1951) <https://github.com/ethereum/web3.py/issues/1951>`__)
- Add ``parity.set_mode``, deprecate ``parity.setMode`` (`[#1954](https://github.com/ethereum/web3.py/issues/1954) <https://github.com/ethereum/web3.py/issues/1954>`__)
- Add ``parity.trace_raw_transaction``, deprecate ``parity.traceRawTransaction`` (`[#1955](https://github.com/ethereum/web3.py/issues/1955) <https://github.com/ethereum/web3.py/issues/1955>`__)
- Add ``parity.trace_call``, deprecate ``parity.traceCall`` (`[#1957](https://github.com/ethereum/web3.py/issues/1957) <https://github.com/ethereum/web3.py/issues/1957>`__)
- Add trace_filter deprecate traceFilter (`[#1960](https://github.com/ethereum/web3.py/issues/1960) <https://github.com/ethereum/web3.py/issues/1960>`__)
- Add trace_block, deprecate traceBlock (`[#1961](https://github.com/ethereum/web3.py/issues/1961) <https://github.com/ethereum/web3.py/issues/1961>`__)
- Add trace_replay_block_transactions, deprecate traceReplayBlockTransactions (`[#1962](https://github.com/ethereum/web3.py/issues/1962) <https://github.com/ethereum/web3.py/issues/1962>`__)
- Add ``parity.trace_transaction``, deprecate ``parity.traceTransaction`` (`[#1963](https://github.com/ethereum/web3.py/issues/1963) <https://github.com/ethereum/web3.py/issues/1963>`__)

Improved Documentation

  • Document eth_call state overrides. ([#1965](https://github.com/ethereum/web3.py/issues/1965) <https://github.com/ethereum/web3.py/issues/1965>__)

Misc


- `[#1774](https://github.com/ethereum/web3.py/issues/1774) <https://github.com/ethereum/web3.py/issues/1774>`__, `[#1805](https://github.com/ethereum/web3.py/issues/1805) <https://github.com/ethereum/web3.py/issues/1805>`__, `[#1945](https://github.com/ethereum/web3.py/issues/1945) <https://github.com/ethereum/web3.py/issues/1945>`__, `[#1964](https://github.com/ethereum/web3.py/issues/1964) <https://github.com/ethereum/web3.py/issues/1964>`__

v5.18.0 (2021-04-08)

Web3 5.18.0 (2021-04-08)

Features

  • Add w3.eth.modify_transaction deprecate w3.eth.modifyTransaction ([#1886](https://github.com/ethereum/web3.py/issues/1886) <https://github.com/ethereum/web3.py/issues/1886>__)
  • Add w3.eth.get_transaction_receipt, deprecate w3.eth.getTransactionReceipt ([#1893](https://github.com/ethereum/web3.py/issues/1893) <https://github.com/ethereum/web3.py/issues/1893>__)
  • Add w3.eth.wait_for_transaction_receipt deprecate w3.eth.waitForTransactionReceipt ([#1896](https://github.com/ethereum/web3.py/issues/1896) <https://github.com/ethereum/web3.py/issues/1896>__)
  • Add w3.eth.set_contract_factory deprecate w3.eth.setContractFactory ([#1900](https://github.com/ethereum/web3.py/issues/1900) <https://github.com/ethereum/web3.py/issues/1900>__)
  • Add w3.eth.generate_gas_price deprecate w3.eth.generateGasPrice ([#1905](https://github.com/ethereum/web3.py/issues/1905) <https://github.com/ethereum/web3.py/issues/1905>__)
  • Add w3.eth.set_gas_price_strategy deprecate w3.eth.setGasPriceStrategy ([#1906](https://github.com/ethereum/web3.py/issues/1906) <https://github.com/ethereum/web3.py/issues/1906>__)
  • Add w3.eth.estimate_gas deprecate w3.eth.estimateGas ([#1913](https://github.com/ethereum/web3.py/issues/1913) <https://github.com/ethereum/web3.py/issues/1913>__)
  • Add w3.eth.sign_typed_data deprecate w3.eth.signTypedData ([#1915](https://github.com/ethereum/web3.py/issues/1915) <https://github.com/ethereum/web3.py/issues/1915>__)

... (truncated)

Commits
  • 06803e2 Bump version: 5.18.0 → 5.19.0
  • ad09ff7 Compile release notes
  • 603393f add trace_transaction, deprecate traceTransaction
  • 3bd2045 Add trace_call, deprecate traceCall
  • 0cc93e1 document call state overrides (#1965)
  • 2837d01 Add trace_raw_transaction, deprecate traceRawTransaction
  • e0d7dee Parity setMode to snake
  • 910f625 Rename ModuleV2 to Module
  • e8bb5e6 Add trace_block, deprecate traceBlock (#1961)
  • f47f4f6 Add trace_filter, deprecate traceFilter (#1960)
  • 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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 4, 2021
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jun 11, 2021

Superseded by #39.

@dependabot dependabot bot closed this Jun 11, 2021
@dependabot dependabot bot deleted the dependabot/pip/requirements/web3-5.19.0 branch June 11, 2021 05:29
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