Skip to content

Commit

Permalink
Fix RPC doc check ci
Browse files Browse the repository at this point in the history
  • Loading branch information
cffls committed Oct 7, 2024
1 parent 8110af0 commit 5e1cd28
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/doc-rpc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: '1.19'
go-version: '1.21'
- name: Check RPC endpoints doc
run: |
cd ./docs/endpoints
Expand Down
10 changes: 9 additions & 1 deletion docs/endpoints/endpoints.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ If the endpoint is not in the list below, it means this specific endpoint is not

## admin

- admin_addPeer
- admin_nodeInfo
- admin_peers

Expand All @@ -28,13 +29,17 @@ If the endpoint is not in the list below, it means this specific endpoint is not
- bor_getSignersAtHash
- bor_getSnapshot
- bor_getSnapshotAtHash
- bor_getSnapshotProposer
- bor_getSnapshotProposerSequence

## debug

- debug_accountAt
- debug_accountRange
- debug_getModifiedAccountsByHash
- debug_getModifiedAccountsByNumber
- debug_getRawBlock
- debug_getRawHeader
- debug_storageRangeAt
- debug_traceBlockByHash
- debug_traceBlockByNumber
Expand All @@ -47,17 +52,19 @@ If the endpoint is not in the list below, it means this specific endpoint is not
- engine_exchangeTransitionConfigurationV1
- engine_forkchoiceUpdatedV1
- engine_forkchoiceUpdatedV2
- engine_forkchoiceUpdatedV3
- engine_getPayloadBodiesByHashV1
- engine_getPayloadBodiesByRangeV1
- engine_getPayloadV1
- engine_getPayloadV2
- engine_getPayloadV3
- engine_newPayloadV1
- engine_newPayloadV2
- engine_newPayloadV3

## erigon

- erigon_blockNumber
- erigon_cumulativeChainTraffic
- erigon_forks
- erigon_getBalanceChangesInBlock
- erigon_getBlockByTimestamp
Expand Down Expand Up @@ -164,6 +171,7 @@ If the endpoint is not in the list below, it means this specific endpoint is not
## txpool

- txpool_content
- txpool_contentFrom
- txpool_limbo

## web3
Expand Down

0 comments on commit 5e1cd28

Please sign in to comment.