File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff 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
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