Skip to content

Commit 8fe771c

Browse files
docs(specs): update OpenRPC specifications from Daikon [Bot] (#875)
* docs(specs): update OpenRPC specifications from Daikon * docs(nav): add 1 chain to navigation * docs(api-overview): update chain APIs overview from Daikon (batch 1/5) * docs(api-overview): update chain APIs overview from Daikon (batch 2/5) * docs(api-overview): update chain APIs overview from Daikon (batch 3/5) * docs(api-overview): update chain APIs overview from Daikon (batch 4/5) * docs(api-overview): update chain APIs overview from Daikon (batch 5/5) * chore: move tempo to chain API section --------- Co-authored-by: dslovinsky <[email protected]>
1 parent b69c22a commit 8fe771c

File tree

4 files changed

+116
-0
lines changed

4 files changed

+116
-0
lines changed

fern/api-reference/node-api/chain-apis-overview.mdx

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1530,6 +1530,37 @@ Dive into each API's detailed documentation by following the links below, organi
15301530
| [`net_version`](/docs/node/tea/tea-api-endpoints/net-version) | [`web3_clientVersion`](/docs/node/tea/tea-api-endpoints/web-3-client-version) |
15311531
| [`web3_sha3`](/docs/node/tea/tea-api-endpoints/web-3-sha-3) | |
15321532

1533+
## Tempo APIs
1534+
1535+
📙 Get started with our [Tempo API Quickstart Guide](/docs/reference/tempo-api-quickstart).
1536+
1537+
| | |
1538+
| ----------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------- |
1539+
| [`eth_accounts`](/docs/node/tempo/tempo-api-endpoints/eth-accounts) | [`eth_blobBaseFee`](/docs/node/tempo/tempo-api-endpoints/eth-blob-base-fee) |
1540+
| [`eth_blockNumber`](/docs/node/tempo/tempo-api-endpoints/eth-block-number) | [`eth_call`](/docs/node/tempo/tempo-api-endpoints/eth-call) |
1541+
| [`eth_callBundle`](/docs/node/tempo/tempo-api-endpoints/eth-call-bundle) | [`eth_callMany`](/docs/node/tempo/tempo-api-endpoints/eth-call-many) |
1542+
| [`eth_chainId`](/docs/node/tempo/tempo-api-endpoints/eth-chain-id) | [`eth_createAccessList`](/docs/node/tempo/tempo-api-endpoints/eth-create-access-list) |
1543+
| [`eth_estimateGas`](/docs/node/tempo/tempo-api-endpoints/eth-estimate-gas) | [`eth_feeHistory`](/docs/node/tempo/tempo-api-endpoints/eth-fee-history) |
1544+
| [`eth_gasPrice`](/docs/node/tempo/tempo-api-endpoints/eth-gas-price) | [`eth_getAccount`](/docs/node/tempo/tempo-api-endpoints/eth-get-account) |
1545+
| [`eth_getBalance`](/docs/node/tempo/tempo-api-endpoints/eth-get-balance) | [`eth_getBlockByHash`](/docs/node/tempo/tempo-api-endpoints/eth-get-block-by-hash) |
1546+
| [`eth_getBlockByNumber`](/docs/node/tempo/tempo-api-endpoints/eth-get-block-by-number) | [`eth_getBlockReceipts`](/docs/node/tempo/tempo-api-endpoints/eth-get-block-receipts) |
1547+
| [`eth_getBlockTransactionCountByHash`](/docs/node/tempo/tempo-api-endpoints/eth-get-block-transaction-count-by-hash) | [`eth_getBlockTransactionCountByNumber`](/docs/node/tempo/tempo-api-endpoints/eth-get-block-transaction-count-by-number) |
1548+
| [`eth_getCode`](/docs/node/tempo/tempo-api-endpoints/eth-get-code) | [`eth_getFilterChanges`](/docs/node/tempo/tempo-api-endpoints/eth-get-filter-changes) |
1549+
| [`eth_getFilterLogs`](/docs/node/tempo/tempo-api-endpoints/eth-get-filter-logs) | [`eth_getLogs`](/docs/node/tempo/tempo-api-endpoints/eth-get-logs) |
1550+
| [`eth_getProof`](/docs/node/tempo/tempo-api-endpoints/eth-get-proof) | [`eth_getStorageAt`](/docs/node/tempo/tempo-api-endpoints/eth-get-storage-at) |
1551+
| [`eth_getTransactionByBlockHashAndIndex`](/docs/node/tempo/tempo-api-endpoints/eth-get-transaction-by-block-hash-and-index) | [`eth_getTransactionByBlockNumberAndIndex`](/docs/node/tempo/tempo-api-endpoints/eth-get-transaction-by-block-number-and-index) |
1552+
| [`eth_getTransactionByHash`](/docs/node/tempo/tempo-api-endpoints/eth-get-transaction-by-hash) | [`eth_getTransactionCount`](/docs/node/tempo/tempo-api-endpoints/eth-get-transaction-count) |
1553+
| [`eth_getTransactionReceipt`](/docs/node/tempo/tempo-api-endpoints/eth-get-transaction-receipt) | [`eth_getUncleByBlockHashAndIndex`](/docs/node/tempo/tempo-api-endpoints/eth-get-uncle-by-block-hash-and-index) |
1554+
| [`eth_getUncleByBlockNumberAndIndex`](/docs/node/tempo/tempo-api-endpoints/eth-get-uncle-by-block-number-and-index) | [`eth_getUncleCountByBlockHash`](/docs/node/tempo/tempo-api-endpoints/eth-get-uncle-count-by-block-hash) |
1555+
| [`eth_getUncleCountByBlockNumber`](/docs/node/tempo/tempo-api-endpoints/eth-get-uncle-count-by-block-number) | [`eth_maxPriorityFeePerGas`](/docs/node/tempo/tempo-api-endpoints/eth-max-priority-fee-per-gas) |
1556+
| [`eth_newBlockFilter`](/docs/node/tempo/tempo-api-endpoints/eth-new-block-filter) | [`eth_newFilter`](/docs/node/tempo/tempo-api-endpoints/eth-new-filter) |
1557+
| [`eth_newPendingTransactionFilter`](/docs/node/tempo/tempo-api-endpoints/eth-new-pending-transaction-filter) | [`eth_protocolVersion`](/docs/node/tempo/tempo-api-endpoints/eth-protocol-version) |
1558+
| [`eth_sendRawTransaction`](/docs/node/tempo/tempo-api-endpoints/eth-send-raw-transaction) | [`eth_sendRawTransactionSync`](/docs/node/tempo/tempo-api-endpoints/eth-send-raw-transaction-sync) |
1559+
| [`eth_simulateV1`](/docs/node/tempo/tempo-api-endpoints/eth-simulate-v-1) | [`eth_submitWork`](/docs/node/tempo/tempo-api-endpoints/eth-submit-work) |
1560+
| [`eth_subscribe`](/docs/node/tempo/tempo-api-endpoints/eth-subscribe) | [`eth_uninstallFilter`](/docs/node/tempo/tempo-api-endpoints/eth-uninstall-filter) |
1561+
| [`eth_unsubscribe`](/docs/node/tempo/tempo-api-endpoints/eth-unsubscribe) | [`net_version`](/docs/node/tempo/tempo-api-endpoints/net-version) |
1562+
| [`web3_clientVersion`](/docs/node/tempo/tempo-api-endpoints/web-3-client-version) | [`web3_sha3`](/docs/node/tempo/tempo-api-endpoints/web-3-sha-3) |
1563+
15331564
## Tron APIs
15341565

15351566
📙 Get started with our [Tron API Quickstart Guide](/docs/reference/tron-api-quickstart).

fern/apis/tempo/generators.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
api:
2+
specs:
3+
- openrpc: ../../api-specs/chains/tempo.json

fern/docs.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1741,6 +1741,12 @@ navigation:
17411741
flattened: true
17421742
slug: tron
17431743

1744+
- section: Tempo
1745+
contents:
1746+
- api: Tempo API Endpoints
1747+
api-name: tempo
1748+
slug: tempo
1749+
17441750
- tab: changelog
17451751

17461752
analytics:
Lines changed: 76 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,76 @@
1+
# yaml-language-server: $schema=https://meta.open-rpc.org/
2+
3+
$schema: https://meta.open-rpc.org/
4+
openrpc: 1.2.4
5+
info:
6+
title: Alchemy Tempo JSON-RPC Specification
7+
description: A specification of the standard JSON-RPC methods for Tempo.
8+
version: 0.0.0
9+
servers:
10+
- url: https://tempo-testnet.g.alchemy.com/v2
11+
name: Tempo Testnet
12+
methods:
13+
- $ref: ../_components/custom/methods.yaml#/components/methods/eth_accounts
14+
- $ref: ../_components/custom/methods.yaml#/components/methods/eth_blobBaseFee
15+
- $ref: ../_components/custom/methods.yaml#/components/methods/eth_callBundle
16+
- $ref: ../_components/custom/methods.yaml#/components/methods/eth_callMany
17+
- $ref: >-
18+
../_components/custom/methods.yaml#/components/methods/eth_createAccessList
19+
- $ref: ../_components/custom/methods.yaml#/components/methods/eth_feeHistory
20+
- $ref: >-
21+
../_components/custom/methods.yaml#/components/methods/eth_getBlockReceipts
22+
- $ref: ../_components/custom/methods.yaml#/components/methods/eth_getProof
23+
- $ref: >-
24+
../_components/custom/methods.yaml#/components/methods/eth_getUncleByBlockHashAndIndex
25+
- $ref: >-
26+
../_components/custom/methods.yaml#/components/methods/eth_getUncleByBlockNumberAndIndex
27+
- $ref: >-
28+
../_components/custom/methods.yaml#/components/methods/eth_getUncleCountByBlockHash
29+
- $ref: >-
30+
../_components/custom/methods.yaml#/components/methods/eth_getUncleCountByBlockNumber
31+
- $ref: >-
32+
../_components/custom/methods.yaml#/components/methods/eth_maxPriorityFeePerGas
33+
- $ref: >-
34+
../_components/custom/methods.yaml#/components/methods/eth_newPendingTransactionFilter
35+
- $ref: ../_components/custom/methods.yaml#/components/methods/eth_protocolVersion
36+
- $ref: >-
37+
../_components/custom/methods.yaml#/components/methods/eth_sendRawTransactionSync
38+
- $ref: ../_components/custom/methods.yaml#/components/methods/eth_simulateV1
39+
- $ref: ../_components/evm/methods.yaml#/components/methods/eth_blockNumber
40+
- $ref: ../_components/evm/methods.yaml#/components/methods/eth_call
41+
- $ref: ../_components/evm/methods.yaml#/components/methods/eth_chainId
42+
- $ref: ../_components/evm/methods.yaml#/components/methods/eth_estimateGas
43+
- $ref: ../_components/evm/methods.yaml#/components/methods/eth_gasPrice
44+
- $ref: ../_components/evm/methods.yaml#/components/methods/eth_getAccount
45+
- $ref: ../_components/evm/methods.yaml#/components/methods/eth_getBalance
46+
- $ref: ../_components/evm/methods.yaml#/components/methods/eth_getBlockByHash
47+
- $ref: ../_components/evm/methods.yaml#/components/methods/eth_getBlockByNumber
48+
- $ref: >-
49+
../_components/evm/methods.yaml#/components/methods/eth_getBlockTransactionCountByHash
50+
- $ref: >-
51+
../_components/evm/methods.yaml#/components/methods/eth_getBlockTransactionCountByNumber
52+
- $ref: ../_components/evm/methods.yaml#/components/methods/eth_getCode
53+
- $ref: ../_components/evm/methods.yaml#/components/methods/eth_getFilterChanges
54+
- $ref: ../_components/evm/methods.yaml#/components/methods/eth_getFilterLogs
55+
- $ref: ../_components/evm/methods.yaml#/components/methods/eth_getLogs
56+
- $ref: ../_components/evm/methods.yaml#/components/methods/eth_getStorageAt
57+
- $ref: >-
58+
../_components/evm/methods.yaml#/components/methods/eth_getTransactionByBlockHashAndIndex
59+
- $ref: >-
60+
../_components/evm/methods.yaml#/components/methods/eth_getTransactionByBlockNumberAndIndex
61+
- $ref: >-
62+
../_components/evm/methods.yaml#/components/methods/eth_getTransactionByHash
63+
- $ref: >-
64+
../_components/evm/methods.yaml#/components/methods/eth_getTransactionCount
65+
- $ref: >-
66+
../_components/evm/methods.yaml#/components/methods/eth_getTransactionReceipt
67+
- $ref: ../_components/evm/methods.yaml#/components/methods/eth_newBlockFilter
68+
- $ref: ../_components/evm/methods.yaml#/components/methods/eth_newFilter
69+
- $ref: ../_components/evm/methods.yaml#/components/methods/eth_sendRawTransaction
70+
- $ref: ../_components/evm/methods.yaml#/components/methods/eth_submitWork
71+
- $ref: ../_components/evm/methods.yaml#/components/methods/eth_subscribe
72+
- $ref: ../_components/evm/methods.yaml#/components/methods/eth_uninstallFilter
73+
- $ref: ../_components/evm/methods.yaml#/components/methods/eth_unsubscribe
74+
- $ref: ../_components/evm/methods.yaml#/components/methods/net_version
75+
- $ref: ../_components/evm/methods.yaml#/components/methods/web3_clientVersion
76+
- $ref: ../_components/evm/methods.yaml#/components/methods/web3_sha3

0 commit comments

Comments
 (0)