2d57bfe273
* Use local GST Use local GST * Import actors and define upgrade heights Creatin a mock actor-bundle and define upgrade heights * Generate adapters Updates gen/inlinegen-data.json, and runs make actors-gen * Add schedule and migration Add schedule and migration * Add upgrade and network version fields/params Add upgrade and network version fields/params * Run make gen / make docsgen-cli Run make gen / make docsgen-cli * Update filecoin-ffi Update filecoin-ffi to the v1.28.0-dev tag, which supports the nv23 skeleton. * Update GST to v0.14.0-dev Update GST to v0.14.0-dev, which includes the nv23 skeleton * Add support for actor version 14 in actor registry Add support for actor version 14 in actor registry |
||
---|---|---|
.. | ||
client | ||
docgen | ||
docgen-openrpc | ||
mocks | ||
types | ||
v0api | ||
v1api | ||
api_common.go | ||
api_curio.go | ||
api_errors.go | ||
api_full.go | ||
api_gateway.go | ||
api_net.go | ||
api_storage.go | ||
api_test.go | ||
api_wallet.go | ||
api_worker.go | ||
cbor_gen.go | ||
checkstatuscode_string.go | ||
eth_aliases.go | ||
miner_subsystems.go | ||
permissioned.go | ||
proxy_gen.go | ||
proxy_util_test.go | ||
proxy_util.go | ||
README.md | ||
types.go | ||
utils.go | ||
version.go | ||
wrap.go |
Lotus API
This package contains all lotus API definitions. Interfaces defined here are exposed as JsonRPC 2.0 endpoints by lotus programs.
Versions
File | Alias File | Interface | Exposed by | Version | HTTP Endpoint | Status | Docs |
---|---|---|---|---|---|---|---|
api_common.go |
v0api/latest.go |
Common |
lotus; lotus-miner | v0 | /rpc/v0 |
Latest, Stable | Methods |
api_full.go |
v1api/latest.go |
FullNode |
lotus | v1 | /rpc/v1 |
Latest, Work in progress | Methods |
api_storage.go |
v0api/latest.go |
StorageMiner |
lotus-miner | v0 | /rpc/v0 |
Latest, Stable | Methods |
api_worker.go |
v0api/latest.go |
Worker |
lotus-worker | v0 | /rpc/v0 |
Latest, Stable | Methods |
v0api/full.go |
FullNode |
lotus | v0 | /rpc/v0 |
Stable | Methods |