Skip to content

Commit 6b6b769

Browse files
committed
Update docs
1 parent c3931e4 commit 6b6b769

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

docs/web3.eth.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -397,6 +397,7 @@ The following methods are available on the ``web3.eth`` namespace.
397397
398398
399399
.. py:method:: Eth.get_uncle_by_block(block_identifier, uncle_index)
400+
.. warning:: Deprecated. Will be removed in v8.
400401

401402
* Delegates to ``eth_getUncleByBlockHashAndIndex`` or
402403
``eth_getUncleByBlockNumberAndIndex`` RPC methods
@@ -443,6 +444,7 @@ The following methods are available on the ``web3.eth`` namespace.
443444
444445
445446
.. py:method:: Eth.get_uncle_count(block_identifier)
447+
.. warning:: Deprecated. Will be removed in v8.
446448

447449
* Delegates to ``eth_getUncleCountByBlockHash`` or
448450
``eth_getUncleCountByBlockNumber`` RPC methods

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)