diff --git a/.github/workflows/doc-rpc.yml b/.github/workflows/doc-rpc.yml index 5418dc825e6..2d33a17ff55 100644 --- a/.github/workflows/doc-rpc.yml +++ b/.github/workflows/doc-rpc.yml @@ -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 diff --git a/docs/endpoints/endpoints.md b/docs/endpoints/endpoints.md index b6733ffa0d1..20f27be1a59 100644 --- a/docs/endpoints/endpoints.md +++ b/docs/endpoints/endpoints.md @@ -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 @@ -28,6 +29,8 @@ 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 @@ -35,6 +38,8 @@ If the endpoint is not in the list below, it means this specific endpoint is not - debug_accountRange - debug_getModifiedAccountsByHash - debug_getModifiedAccountsByNumber +- debug_getRawBlock +- debug_getRawHeader - debug_storageRangeAt - debug_traceBlockByHash - debug_traceBlockByNumber @@ -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 @@ -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