lotus/node/impl
Peter Rabbitson 0444435589 Expose basic text-based datamodel selector on retrieval
Syntaxt of selection is located at
https://pkg.go.dev/github.com/ipld/go-ipld-selector-text-lite#SelectorSpecFromPath

Example use, assuming that:
  - The root of the deal is a plain dag-pb unixfs directory
  - The directory is not sharded
  - The user wants to retrieve the first entry in that directory

  lotus client retrieve --miner f0XXXXX --datamodel-path-selector 'Links/0/Hash' bafyROOTCID ~/output

For a much more elaborate example see the top of ./itests/deals_partial_retrieval_test.go
2021-09-10 09:44:11 +02:00
..
client Expose basic text-based datamodel selector on retrieval 2021-09-10 09:44:11 +02:00
common api for getting alert states 2021-08-26 15:44:45 +02:00
full chain: Cleanup consensus logic 2021-09-02 18:09:37 +02:00
market feat: better CLI for wallet market withdraw and client info 2021-01-07 10:18:29 +01:00
net api: Separate the Net interface from Common 2021-07-15 11:41:30 +02:00
paych feat: lite-mode - market storage and retrieval clients 2020-10-23 15:02:26 +02:00
backup.go Full node metadata backup 2020-10-01 17:55:48 +02:00
full.go api: Separate the Net interface from Common 2021-07-15 11:41:30 +02:00
remoteworker.go Bump miner/worker api versions 2021-06-07 16:57:24 +02:00
storminer.go fix throttling bug 2021-08-25 16:19:02 +05:30