Skip to content

Commit 2d0a67a

Browse files
magik6krvagg
andcommitted
fix: Make kubo retrievals work (#724)
* fix(retrieval): handle pathed IPFS retrieval style, add basic retrieval tests (#720) * ipni: Announce addresses with port * update lotus * make gen --------- Co-authored-by: Rod Vagg <rod@vagg.org>
1 parent 8d632ee commit 2d0a67a

File tree

8 files changed

+1115
-386
lines changed

8 files changed

+1115
-386
lines changed

documentation/en/curio-cli/curio.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ NAME:
4646
curio cli - Execute cli commands
4747
4848
USAGE:
49-
curio cli command [command options]
49+
curio cli [command options]
5050
5151
COMMANDS:
5252
info Get Curio node info
@@ -82,7 +82,7 @@ NAME:
8282
curio cli storage - manage sector storage
8383
8484
USAGE:
85-
curio cli storage command [command options]
85+
curio cli storage [command options]
8686
8787
DESCRIPTION:
8888
Sectors can be stored across many filesystem paths. These
@@ -220,7 +220,7 @@ NAME:
220220
curio cli log - Manage logging
221221
222222
USAGE:
223-
curio cli log command [command options]
223+
curio cli log [command options]
224224
225225
COMMANDS:
226226
list List log systems
@@ -361,7 +361,7 @@ NAME:
361361
curio config - Manage node config by layers. The layer 'base' will always be applied at Curio start-up.
362362
363363
USAGE:
364-
curio config command [command options]
364+
curio config [command options]
365365
366366
COMMANDS:
367367
default, defaults Print default node config
@@ -488,7 +488,7 @@ NAME:
488488
curio test - Utility functions for testing
489489
490490
USAGE:
491-
curio test command [command options]
491+
curio test [command options]
492492
493493
COMMANDS:
494494
window-post, wd, windowpost, wdpost Compute a proof-of-spacetime for a sector (requires the sector to be pre-sealed). These will not send to the chain.
@@ -506,7 +506,7 @@ NAME:
506506
curio test window-post - Compute a proof-of-spacetime for a sector (requires the sector to be pre-sealed). These will not send to the chain.
507507
508508
USAGE:
509-
curio test window-post command [command options]
509+
curio test window-post [command options]
510510
511511
COMMANDS:
512512
here, cli Compute WindowPoSt for performance and configuration testing.
@@ -575,7 +575,7 @@ NAME:
575575
curio test debug - Collection of debugging utilities
576576
577577
USAGE:
578-
curio test debug command [command options]
578+
curio test debug [command options]
579579
580580
COMMANDS:
581581
ipni-piece-chunks generate ipni chunks from a file
@@ -605,7 +605,7 @@ NAME:
605605
curio test debug debug-snsvc
606606
607607
USAGE:
608-
curio test debug debug-snsvc command [command options]
608+
curio test debug debug-snsvc [command options]
609609
610610
COMMANDS:
611611
deposit Deposit FIL into the Router contract (client)
@@ -908,7 +908,7 @@ NAME:
908908
curio test debug proofsvc-client - Interact with the remote proof service
909909
910910
USAGE:
911-
curio test debug proofsvc-client command [command options]
911+
curio test debug proofsvc-client [command options]
912912
913913
COMMANDS:
914914
create-voucher Create a client voucher
@@ -1054,7 +1054,7 @@ NAME:
10541054
curio seal - Manage the sealing pipeline
10551055
10561056
USAGE:
1057-
curio seal command [command options]
1057+
curio seal [command options]
10581058
10591059
COMMANDS:
10601060
start Start new sealing operations manually
@@ -1105,7 +1105,7 @@ NAME:
11051105
curio unseal - Manage unsealed data
11061106
11071107
USAGE:
1108-
curio unseal command [command options]
1108+
curio unseal [command options]
11091109
11101110
COMMANDS:
11111111
info Get information about unsealed data
@@ -1196,7 +1196,7 @@ NAME:
11961196
curio market
11971197
11981198
USAGE:
1199-
curio market command [command options]
1199+
curio market [command options]
12001200
12011201
COMMANDS:
12021202
seal start sealing a deal sector early
@@ -1287,7 +1287,7 @@ NAME:
12871287
curio calc - Math Utils
12881288
12891289
USAGE:
1290-
curio calc command [command options]
1290+
curio calc [command options]
12911291
12921292
COMMANDS:
12931293
batch-cpu Analyze and display the layout of batch sealer threads
@@ -1344,7 +1344,7 @@ NAME:
13441344
curio toolbox - Tool Box for Curio
13451345
13461346
USAGE:
1347-
curio toolbox command [command options]
1347+
curio toolbox [command options]
13481348
13491349
COMMANDS:
13501350
fix-msg Updated DB with message data missing from chain node

documentation/en/curio-cli/sptool.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ NAME:
3131
sptool actor - Manage Filecoin Miner Actor Metadata
3232
3333
USAGE:
34-
sptool actor command [command options]
34+
sptool actor [command options]
3535
3636
COMMANDS:
3737
set-addresses, set-addrs set addresses that your miner can be publicly dialed on
@@ -126,7 +126,7 @@ NAME:
126126
sptool actor control - Manage control addresses
127127
128128
USAGE:
129-
sptool actor control command [command options]
129+
sptool actor control [command options]
130130
131131
COMMANDS:
132132
list Get currently set control addresses. Note: This excludes most roles as they are not known to the immediate chain state.
@@ -269,7 +269,7 @@ NAME:
269269
sptool sectors - interact with sector store
270270
271271
USAGE:
272-
sptool sectors command [command options]
272+
sptool sectors [command options]
273273
274274
COMMANDS:
275275
status Get the seal status of a sector by its number
@@ -428,7 +428,7 @@ NAME:
428428
sptool proving - View proving information
429429
430430
USAGE:
431-
sptool proving command [command options]
431+
sptool proving [command options]
432432
433433
COMMANDS:
434434
info View current state information
@@ -498,7 +498,7 @@ NAME:
498498
sptool toolbox - some tools to fix some problems
499499
500500
USAGE:
501-
sptool toolbox command [command options]
501+
sptool toolbox [command options]
502502
503503
COMMANDS:
504504
spark Manage Smart Contract PeerID used by Spark
@@ -515,7 +515,7 @@ NAME:
515515
sptool toolbox spark - Manage Smart Contract PeerID used by Spark
516516
517517
USAGE:
518-
sptool toolbox spark command [command options]
518+
sptool toolbox spark [command options]
519519
520520
COMMANDS:
521521
delete-peer Delete PeerID from Spark Smart Contract
@@ -544,7 +544,7 @@ NAME:
544544
sptool toolbox mk12-client - mk12 client for Curio
545545
546546
USAGE:
547-
sptool toolbox mk12-client command [command options]
547+
sptool toolbox mk12-client [command options]
548548
549549
COMMANDS:
550550
init Initialise curio mk12 client repo
@@ -759,7 +759,7 @@ NAME:
759759
sptool toolbox mk12-client wallet - Manage mk12 client wallets
760760
761761
USAGE:
762-
sptool toolbox mk12-client wallet command [command options]
762+
sptool toolbox mk12-client wallet [command options]
763763
764764
COMMANDS:
765765
new Generate a new key of the given type

0 commit comments

Comments
 (0)