Skip to content

Commit

Permalink
Replces api status with project link
Browse files Browse the repository at this point in the history
  • Loading branch information
ansermino committed Apr 15, 2024
1 parent 150903e commit be99a73
Showing 1 changed file with 4 additions and 38 deletions.
42 changes: 4 additions & 38 deletions documentation/src/jsonrpc.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,44 +23,10 @@ The RPC interface is the primary mechanism for interacting with Forest. The
implementation is still a WIP, with support for more methods being added
continuously.

As there is presently no cross-client specification, the
[Lotus V1 interface](https://github.com/filecoin-project/lotus/blob/master/documentation/en/api-v1-unstable-methods.md)
is the reference for Forest's implementation.
As there is presently no cross-client specification, the Lotus [V0](https://github.com/filecoin-project/lotus/blob/master/documentation/en/api-v0-methods.md) and
[V1](https://github.com/filecoin-project/lotus/blob/master/documentation/en/api-v1-unstable-methods.md)
APIs are the reference for Forest's implementation.

# Supported Methods

| Status | Definition |
| ----------------------------------------------- | --------------------------------------------- |
| <span class=notImp>Not Implemented</span> | No development planned or completed |
| <span class=partSupp>Partially Supported</span> | Some methods are supported |
| <span class=supp>Supported</span> | All methods supported |
| <span class=plan>Planned</span> | Work planned to implement some or all methods |

## V1 Status

| | Status | Notes |
| --------- | ----------------------------------------------- | ------------------------------- |
| Common | <span class=partSupp>Partially Supported</span> | |
| Auth | <span class=supp>Supported</span> | |
| Chain | <span class=partSupp>Partially Supported</span> | |
| Client | <span class=notImp>Not Implemented</span> | |
| Create | <span class=notImp>Not Implemented</span> | |
| Eth | <span class=partSupp>Partially Supported</span> | |
| Filecoin | <span class=notImp>Not Implemented</span> | |
| Gas | <span class=supp>Supported</span> | |
| Get | <span class=notImp>Not Implemented</span> | |
| I | <span class=notImp>Not Implemented</span> | |
| Log | <span class=notImp>Not Implemented</span> | |
| Market | <span class=notImp>Not Implemented</span> | |
| Miner | <span class=partSupp>Partially Supported</span> | |
| Mpool | <span class=partSupp>Partially Supported</span> | |
| Msig | <span class=notImp>Not Implemented</span> | |
| Net | <span class=partSupp>Partially Supported</span> | |
| Node | <span class=supp>Supported</span> | |
| Paych | <span class=notImp>Not Implemented</span> | |
| Start | <span class=notImp>Not Implemented</span> | |
| State | <span class=partSupp>Partially Supported</span> | |
| Subscribe | <span class=notImp>Not Implemented</span> | |
| Sync | <span class=partSupp>Partially Supported</span> | |
| Wallet | <span class=partSupp>Partially Supported</span> | Missing only `WalletSignMesage` |
| Web3 | <span class=notImp>Not Implemented</span> | |
We currently track all methods and their implementation state [here](https://github.com/orgs/ChainSafe/projects/29).

0 comments on commit be99a73

Please sign in to comment.