lotus/api
Rod Vagg d8fb28e36d AggregateProofType nil when doing batch updates
Use latest nv22 go-state-types version with matching update
2024-03-22 07:00:28 +01:00
..
client
docgen feat: fvm: update the FVM/FFI to v4.1 (#11608) (#11612) 2024-03-22 07:00:28 +01:00
docgen-openrpc
mocks feat: sealing: Support nv22 DDO features in the sealing pipeline (#11226) 2024-03-22 07:00:28 +01:00
types
v0api
v1api
api_common.go
api_errors.go
api_full.go feat: sealing: Support nv22 DDO features in the sealing pipeline (#11226) 2024-03-22 07:00:28 +01:00
api_gateway.go
api_lp.go
api_net.go
api_storage.go feat: sealing: Support nv22 DDO features in the sealing pipeline (#11226) 2024-03-22 07:00:28 +01:00
api_test.go
api_wallet.go
api_worker.go
cbor_gen.go AggregateProofType nil when doing batch updates 2024-03-22 07:00:28 +01:00
checkstatuscode_string.go
eth_aliases.go
miner_subsystems.go
permissioned.go lotus-provider: fix RPC construction for real real 2023-12-04 14:15:58 +01:00
proxy_gen.go feat: sealing: Support nv22 DDO features in the sealing pipeline (#11226) 2024-03-22 07:00:28 +01:00
proxy_util_test.go
proxy_util.go
README.md
types.go [WIP] feat: Add nv22 skeleton 2024-03-22 07:00:28 +01:00
utils.go
version.go
wrap.go api: Fix Wrap for nested proxy structs 2021-06-28 19:00:37 +02:00

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