Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Feb 25, 2021

Bumps web3 from 5.11.0 to 5.17.0.

Changelog

Sourced from web3's changelog.

v5.17.0 (2021-02-24)

Features


- Added ``get_transaction_count``, and deprecated ``getTransactionCount`` (`[#1844](https://github.com/ethereum/web3.py/issues/1844) <https://github.com/ethereum/web3.py/issues/1844>`__)
- Add ``w3.eth.send_transaction``, deprecate ``w3.eth.sendTransaction`` (`[#1878](https://github.com/ethereum/web3.py/issues/1878) <https://github.com/ethereum/web3.py/issues/1878>`__)
- Add ``web3.eth.sign_transaction``, deprecate ``web3.eth.signTransaction`` (`[#1879](https://github.com/ethereum/web3.py/issues/1879) <https://github.com/ethereum/web3.py/issues/1879>`__)
- Add ``w3.eth.send_raw_transaction``, deprecate ``w3.eth.sendRawTransaction`` (`[#1880](https://github.com/ethereum/web3.py/issues/1880) <https://github.com/ethereum/web3.py/issues/1880>`__)
- Add ``w3.eth.replace_transaction`` deprecate ``w3.eth.replaceTransaction`` (`[#1882](https://github.com/ethereum/web3.py/issues/1882) <https://github.com/ethereum/web3.py/issues/1882>`__)

Improved Documentation

  • Fix return type of send_transaction in docs. ([#686](https://github.com/ethereum/web3.py/issues/686) <https://github.com/ethereum/web3.py/issues/686>__)

v5.16.0 (2021-02-04)

Features


- Added ``get_block_transaction_count``, and deprecated ``getBlockTransactionCount`` (`[#1841](https://github.com/ethereum/web3.py/issues/1841) <https://github.com/ethereum/web3.py/issues/1841>`__)
- Move ``defaultAccount`` to ``default_account``. Deprecate ``defaultAccount``. (`[#1848](https://github.com/ethereum/web3.py/issues/1848) <https://github.com/ethereum/web3.py/issues/1848>`__)
- Add ``eth.default_block``, deprecate ``eth.defaultBlock``.
  Also adds ``parity.default_block``, and deprecates ``parity.defaultBlock``. (`[#1849](https://github.com/ethereum/web3.py/issues/1849) <https://github.com/ethereum/web3.py/issues/1849>`__)
- Add ``eth.gas_price``, deprecate ``eth.gasPrice`` (`[#1850](https://github.com/ethereum/web3.py/issues/1850) <https://github.com/ethereum/web3.py/issues/1850>`__)
- Added ``eth.block_number`` property. Deprecated ``eth.blockNumber`` (`[#1851](https://github.com/ethereum/web3.py/issues/1851) <https://github.com/ethereum/web3.py/issues/1851>`__)
- Add ``eth.chain_id``, deprecate ``eth.chainId`` (`[#1852](https://github.com/ethereum/web3.py/issues/1852) <https://github.com/ethereum/web3.py/issues/1852>`__)
- Add ``eth.protocol_version``, deprecate ``eth.protocolVersion`` (`[#1853](https://github.com/ethereum/web3.py/issues/1853) <https://github.com/ethereum/web3.py/issues/1853>`__)
- Add ``eth.get_code``, deprecate ``eth.getCode`` (`[#1856](https://github.com/ethereum/web3.py/issues/1856) <https://github.com/ethereum/web3.py/issues/1856>`__)
- Deprecate ``eth.getProof``, add ``eth.get_proof`` (`[#1857](https://github.com/ethereum/web3.py/issues/1857) <https://github.com/ethereum/web3.py/issues/1857>`__)
- Add ``eth.get_transaction``, deprecate ``eth.getTransaction`` (`[#1858](https://github.com/ethereum/web3.py/issues/1858) <https://github.com/ethereum/web3.py/issues/1858>`__)
- Add ``eth.get_transaction_by_block``, deprecate ``eth.getTransactionByBlock`` (`[#1859](https://github.com/ethereum/web3.py/issues/1859) <https://github.com/ethereum/web3.py/issues/1859>`__)
- Add get_uncle_by_block, deprecate getUncleByBlock (`[#1862](https://github.com/ethereum/web3.py/issues/1862) <https://github.com/ethereum/web3.py/issues/1862>`__)
- Add get_uncle_count, deprecate getUncleCount (`[#1863](https://github.com/ethereum/web3.py/issues/1863) <https://github.com/ethereum/web3.py/issues/1863>`__)

Bugfixes

  • Fix event filter creation if the event ABI contains a values key. ([#1807](https://github.com/ethereum/web3.py/issues/1807) <https://github.com/ethereum/web3.py/issues/1807>__)

Improved Documentation


</tr></table> 

... (truncated)

Commits
  • e1e3a0c Bump version: 5.16.0 → 5.17.0
  • 9672169 Compile release notes
  • 8a9e853 Add newsframent for replace_transaction
  • b3e616a Change property to method in docs where appropriate
  • ec57e6a Add replace_transaction, deprecate replaceTransaction
  • 4003c1a fix return type of send_transaction in docs (#1883)
  • ef4727d Add send_raw_transaction, deprecate sendRawTransaction
  • c5f8a15 Add sign_transaction, deprecate signTransaction
  • fbaf1ad Move sendTransaction -> send_transaction
  • 125c6ae Move eth_getTransactionCount to snake case
  • 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 Feb 25, 2021
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Apr 13, 2021

Superseded by #29.

@dependabot dependabot bot closed this Apr 13, 2021
@dependabot dependabot bot deleted the dependabot/pip/requirements/web3-5.17.0 branch April 13, 2021 08:48
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