File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 1+ Deprecate eth.get_uncle* methods. Will be removed in v8.
You can’t perform that action at this time.
0 commit comments