Skip to content

Commit a370719

Browse files
committed
Update docs
1 parent a574da7 commit a370719

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

docs/web3.eth.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -398,6 +398,8 @@ The following methods are available on the ``web3.eth`` namespace.
398398
399399
.. py:method:: Eth.get_uncle_by_block(block_identifier, uncle_index)
400400
401+
.. warning:: Deprecated. Will be removed in v8.
402+
401403
* Delegates to ``eth_getUncleByBlockHashAndIndex`` or
402404
``eth_getUncleByBlockNumberAndIndex`` RPC methods
403405

@@ -444,6 +446,8 @@ The following methods are available on the ``web3.eth`` namespace.
444446
445447
.. py:method:: Eth.get_uncle_count(block_identifier)
446448
449+
.. warning:: Deprecated. Will be removed in v8.
450+
447451
* Delegates to ``eth_getUncleCountByBlockHash`` or
448452
``eth_getUncleCountByBlockNumber`` RPC methods
449453

newsfragments/3683.deprecation.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Deprecate eth.get_uncle* methods. Will be removed in v8.

0 commit comments

Comments
 (0)