Skip to content

Conversation

@dependabot
Copy link

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

Bumps web3 from 5.11.0 to 5.18.0.

Changelog

Sourced from web3's changelog.

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>`__)
- Add ``w3.eth.get_filter_changes`` deprecate ``w3.eth.getFilterChanges`` (`[#1916](https://github.com/ethereum/web3.py/issues/1916) <https://github.com/ethereum/web3.py/issues/1916>`__)
- Add ``eth.get_filter_logs``, deprecate ``eth.getFilterLogs`` (`[#1919](https://github.com/ethereum/web3.py/issues/1919) <https://github.com/ethereum/web3.py/issues/1919>`__)
- Add ``eth.uninstall_filter``, deprecate ``eth.uninstallFilter`` (`[#1920](https://github.com/ethereum/web3.py/issues/1920) <https://github.com/ethereum/web3.py/issues/1920>`__)
- Add ``w3.eth.get_logs`` deprecate ``w3.eth.getLogs`` (`[#1925](https://github.com/ethereum/web3.py/issues/1925) <https://github.com/ethereum/web3.py/issues/1925>`__)
- Add ``w3.eth.submit_hashrate`` deprecate ``w3.eth.submitHashrate`` (`[#1926](https://github.com/ethereum/web3.py/issues/1926) <https://github.com/ethereum/web3.py/issues/1926>`__)
- Add ``w3.eth.submit_work`` deprecate ``w3.eth.submitWork`` (`[#1927](https://github.com/ethereum/web3.py/issues/1927) <https://github.com/ethereum/web3.py/issues/1927>`__)
- Add ``w3.eth.get_work``, deprecate ``w3.eth.getWork`` (`[#1934](https://github.com/ethereum/web3.py/issues/1934) <https://github.com/ethereum/web3.py/issues/1934>`__)
- Adds public get_block_number method. (`[#1937](https://github.com/ethereum/web3.py/issues/1937) <https://github.com/ethereum/web3.py/issues/1937>`__)

Improved Documentation

  • Add ABI type examples to docs ([#1890](https://github.com/ethereum/web3.py/issues/1890) <https://github.com/ethereum/web3.py/issues/1890>__)
  • Promote the new Ethereum Python Discord server on the README. ([#1898](https://github.com/ethereum/web3.py/issues/1898) <https://github.com/ethereum/web3.py/issues/1898>__)
  • Escape reserved characters in install script of Contributing docs. ([#1909](https://github.com/ethereum/web3.py/issues/1909) <https://github.com/ethereum/web3.py/issues/1909>__)
  • Add detailed event filtering examples. ([#1910](https://github.com/ethereum/web3.py/issues/1910) <https://github.com/ethereum/web3.py/issues/1910>__)
  • Add docs example for tuning log levels. ([#1928](https://github.com/ethereum/web3.py/issues/1928) <https://github.com/ethereum/web3.py/issues/1928>__)
  • Add some performance tips in troubleshooting docs. ([#1929](https://github.com/ethereum/web3.py/issues/1929) <https://github.com/ethereum/web3.py/issues/1929>__)
  • Add existing contract interaction to docs examples. ([#1933](https://github.com/ethereum/web3.py/issues/1933) <https://github.com/ethereum/web3.py/issues/1933>__)
  • Replace Gitter links with the Python Discord server. ([#1936](https://github.com/ethereum/web3.py/issues/1936) <https://github.com/ethereum/web3.py/issues/1936>__)

Misc


- `[#1887](https://github.com/ethereum/web3.py/issues/1887) <https://github.com/ethereum/web3.py/issues/1887>`__, `[#1907](https://github.com/ethereum/web3.py/issues/1907) <https://github.com/ethereum/web3.py/issues/1907>`__, `[#1917](https://github.com/ethereum/web3.py/issues/1917) <https://github.com/ethereum/web3.py/issues/1917>`__, `[#1930](https://github.com/ethereum/web3.py/issues/1930) <https://github.com/ethereum/web3.py/issues/1930>`__, `[#1935](https://github.com/ethereum/web3.py/issues/1935) <https://github.com/ethereum/web3.py/issues/1935>`__

v5.17.0 (2021-02-24)

Features

... (truncated)

Commits
  • 7f54496 Bump version: 5.17.0 → 5.18.0
  • 1751642 Compile release notes
  • c73dc93 Move _block_number to get_block_number
  • 605cb75 add Discord server to contrib docs (#1936)
  • 7532c01 Remove uninstallFilter DeprecationWarning
  • 117ea26 Catch protocolVersion DeprecationWarnings
  • 799904e Remove getBalance deprecation warning
  • fefd74c Add get_work, deprecate getWork
  • fe61b38 deprecate getFilterChanges in favor of get_filter_changes
  • 2e81408 snakecase estimateGas to estimate_gas
  • 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 Apr 13, 2021
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github May 4, 2021

Superseded by #32.

@dependabot dependabot bot closed this May 4, 2021
@dependabot dependabot bot deleted the dependabot/pip/requirements/web3-5.18.0 branch May 4, 2021 05:55
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