Skip to content

Commit 4d22e9a

Browse files
committed
gen, remove old market sql
1 parent 32af214 commit 4d22e9a

File tree

11 files changed

+24
-406
lines changed

11 files changed

+24
-406
lines changed

cmd/curio/guidedsetup/shared_cbor_gen.go

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

deps/config/doc_gen.go

Lines changed: 1 addition & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

documentation/en/configuration/default-curio-configuration.md

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -521,12 +521,18 @@ description: The default curio configuration
521521
# type: []string
522522
#NoAnnounceAddresses = []
523523

524-
# SkipCommP can be used to skip doing a commP check before PublishDealMessage is sent on chain
525-
# Warning: If this check is skipped and there is a commP mismatch, all deals in the
526-
# sector will need to be sent again
527-
#
528-
# type: bool
529-
#SkipCommP = false
524+
[Market.HTTP]
525+
# ListenAddress is where HTTP server will be listening on. Default is "0.0.0.0:12400"
526+
#
527+
# type: string
528+
#ListenAddress = "0.0.0.0:12400"
529+
530+
# AnnounceAddresses is a list of addresses clients can use to reach to the HTTP market node.
531+
# Curio allows running more than one node for HTTP server and thus all addressed can be announced
532+
# simultaneously to the client. Example: ["https://mycurio.com", "http://myNewCurio:433/XYZ", "http://1.2.3.4:433"]
533+
#
534+
# type: []string
535+
#AnnounceAddresses = []
530536

531537

532538
[Ingest]

documentation/en/curio-cli/curio.md

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -639,15 +639,9 @@ USAGE:
639639
curio market command [command options] [arguments...]
640640
641641
COMMANDS:
642-
<<<<<<< HEAD
643642
seal start sealing a deal sector early
644643
add-url Add URL to fetch data for offline deals
645644
help, h Shows a list of commands or help for one command
646-
=======
647-
seal start sealing a deal sector early
648-
import-data Import data for offline deal
649-
help, h Shows a list of commands or help for one command
650-
>>>>>>> 48e953d (poller redesign)
651645
652646
OPTIONS:
653647
--help, -h show help
@@ -667,7 +661,6 @@ OPTIONS:
667661
--help, -h show help
668662
```
669663

670-
<<<<<<< HEAD
671664
### curio market add-url
672665
```
673666
NAME:
@@ -681,19 +674,6 @@ OPTIONS:
681674
--header HEADER, -H HEADER [ --header HEADER, -H HEADER ] Custom HEADER to include in the HTTP request
682675
--url URL, -u URL URL to send the request to
683676
--help, -h show help
684-
=======
685-
### curio market import-data
686-
```
687-
NAME:
688-
curio market import-data - Import data for offline deal
689-
690-
USAGE:
691-
curio market import-data [command options] <deal UUID> <file> <host:port>
692-
693-
OPTIONS:
694-
--actor value Specify actor address to start sealing sectors for
695-
--help, -h show help
696-
>>>>>>> 48e953d (poller redesign)
697677
```
698678

699679
## curio fetch-params

0 commit comments

Comments
 (0)