Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

eth: remove methods to retrieve uncle counts #445

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 0 additions & 20 deletions src/eth/block.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,23 +50,3 @@
name: Transaction count
schema:
$ref: '#/components/schemas/uint'
- name: eth_getUncleCountByBlockHash
summary: Returns the number of uncles in a block from a block matching the given block hash.
params:
- name: Block hash
schema:
$ref: '#/components/schemas/hash32'
result:
name: Uncle count
schema:
$ref: '#/components/schemas/uint'
- name: eth_getUncleCountByBlockNumber
summary: Returns the number of transactions in a block matching the given block number.
params:
- name: Block
schema:
$ref: '#/components/schemas/BlockNumberOrTag'
result:
name: Uncle count
schema:
$ref: '#/components/schemas/uint'