Skip to content

add RPC call Metadata requesting sector IDs

Boris Nagaev requested to merge starius:metadata-rpc-3 into master

I addressed comments of @lukechampine in #2321. This pull request adds light version of Metadata RPC which returns just a first sector ID - it is cheap for host (so can be provided for free), but is sufficient to build a stateless client, recovering everything from seed only. (IDs of other sectors can be stored in the first sector.)

Merge request reports