feat: curio: allow multiple pieces per sector (#11935)

* multiple piece per sector, DDO deals

* in memory to DB

* sql parser

* add seal command

* multi piece TreeD

* redo filler pieces

* remove psql exception handling

* fix deal sectors porep

* fix tests

* ddo deals

* lower SDR cpu for test

* devnet cpu 0

* get params for itest

* fix itest sector size

* revert sdr devnet cpu

* improve SectorStatus API

* account for verified constraints
This commit is contained in:
LexLuthr
2024-05-22 10:08:32 +02:00
committed by GitHub
parent 967524aa83
commit 7e3846c669
42 changed files with 2671 additions and 1138 deletions
+5
View File
@@ -1268,6 +1268,11 @@ var ActorNewMinerCmd = &cli.Command{
Name: "sector-size",
Usage: "specify sector size to use for new miner initialisation",
},
&cli.IntFlag{
Name: "confidence",
Usage: "number of block confirmations to wait for",
Value: int(build.MessageConfidence),
},
},
Action: func(cctx *cli.Context) error {
ctx := cctx.Context