lotus/api
2023-03-06 11:59:08 -07:00
..
client gateway: eth_subscribe support 2023-01-31 10:28:12 +01:00
docgen feat: vm: switch to the new exec trace format (#10372) 2023-03-01 16:02:18 -08:00
docgen-openrpc
mocks chain prune hot -- hotstore online gc 2023-03-03 11:14:52 -05:00
types feat: gateway: eth_ api support 2023-01-13 20:04:41 +01:00
v0api remove accidental add 2023-03-03 11:23:28 -05:00
v1api
api_common.go feat: Add node uptime rpc / output in info command 2022-10-11 10:11:09 +02:00
api_errors.go
api_full.go Add command to trigger moving GC of hotstore manually 2023-03-06 11:59:08 -07:00
api_gateway.go chore: all: bump go-libipfs to replace go-block-format 2023-02-17 18:46:11 +01:00
api_net.go
api_storage.go Merge branch 'feat/nv18-fevm' into feat/nv18-events 2022-12-07 22:16:56 -08:00
api_test.go
api_wallet.go
api_worker.go sealing: Split unsealed cleanup from Finalize 2022-11-23 18:57:16 +01:00
cbor_gen.go
checkstatuscode_string.go
eth_aliases.go Eth JSON-RPC: implement web3_clientVersion 2023-01-24 22:56:04 -05:00
miner_subsystems.go
permissioned.go
proxy_gen.go chain prune hot -- hotstore online gc 2023-03-03 11:14:52 -05:00
proxy_util_test.go
proxy_util.go
README.md
types.go Ranged-export: Remove CachingBlockstore 2023-02-14 21:08:10 +01:00
utils.go
version.go Unbump api version as its not necessary 2023-03-06 08:37:28 -07:00
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