lotus/cmd/lotus-miner
Łukasz Magiera 6a0f16b084 feat: sealing: Support nv22 DDO features in the sealing pipeline (#11226)
* Initial work supporting DDO pieces in lotus-miner

* sealing: Update pipeline input to operate on UniversalPiece

* sealing: Update pipeline checks/sealing states to operate on UniversalPiece

* sealing: Make pipeline build with UniversalPiece

* move PieceDealInfo out of api

* make gen

* make sealing pipeline unit tests pass

* fix itest ensemble build

* don't panic in SectorsStatus with deals

* stop linter from complaining about checkPieces

* fix sector import tests

* mod tidy

* sealing: Add logic for (pre)committing DDO sectors

* sealing: state-types with method defs

* DDO non-snap pipeline works(?), DDO Itests

* DDO support in snapdeals pipeline

* make gen

* update actor bundles

* update the gst market fix

* fix: chain: use PreCommitSectorsBatch2 when setting up genesis

* some bug fixes

* integration working changes

* update actor bundles

* Make TestOnboardRawPieceSnap pass

* Appease the linter

* Make deadlines test pass with v12 actors

* Update go-state-types, abstract market DealState

* make gen

* mod tidy, lint fixes

* Fix some more tests

* Bump version in master

Bump version in master

* Make gen

Make gen

* fix sender

* fix: lotus-provider: Fix winning PoSt

* fix: sql Scan cannot write to an object

* Actually show miner-addrs in info-log

Actually show miner-addrs in lotus-provider info-log

* [WIP] feat: Add nv22 skeleton

Addition of Network Version 22 skeleton

* update FFI

* ddo is now nv22

* make gen

* temp actor bundle with ddo

* use working go-state-types

* gst with v13 market migration

* update bundle, builtin.MethodsMiner.ProveCommitSectors2 -> 3

* actually working v13 migration, v13 migration itest

* Address review

* sealing: Correct DDO snap pledge math

* itests: Mixed ddo itest

* pipeline: Fix sectorWeight

* sealing: convert market deals into PAMs in mixed sectors

* sealing: make market to ddo conversion work

* fix lint

* update gst

* Update actors and GST to lastest integ branch

* commit batcher: Update ProveCommitSectors3Params builder logic

* make gen

* use builtin-actors master

* ddo: address review

* itests: Add commd assertions to ddo tests

* make gen

* gst with fixed types

* config knobs for RequireActivationSuccess

* storage: Drop obsolete flaky tasts

---------

Co-authored-by: Jennifer Wang <jiayingw703@gmail.com>
Co-authored-by: Aayush <arajasek94@gmail.com>
Co-authored-by: Shrenuj Bansal <shrenuj.bansal@protocol.ai>
Co-authored-by: Phi <orjan.roren@gmail.com>
Co-authored-by: Andrew Jackson (Ajax) <snadrus@gmail.com>
Co-authored-by: TippyFlits <james.bluett@protocol.ai>
2024-03-22 07:00:28 +01:00
..
actor_test.go fix: tests: Make TestWorkerKeyChange not flaky 2023-02-20 17:38:18 +01:00
actor.go Revert move-partitions cmd 2023-11-10 10:25:34 +01:00
allinfo_test.go fix: tests: Fix TestMinerAllInfo test 2023-02-20 14:11:49 +01:00
backup.go rename cmd/lotus{-storage=>}-miner to match binary. 2021-07-27 11:54:46 +01:00
config.go feat:config:force existing users to opt into new defaults (#10488) 2023-03-20 12:19:14 -04:00
dagstore.go Remove unneeded individual color flags 2023-01-23 11:11:12 -05:00
index_provider.go Remove unneeded individual color flags 2023-01-23 11:11:12 -05:00
info_all.go deprecate MarketListRetrievalDeals, make gen 2023-03-08 17:15:16 +01:00
info.go Merge pull request #10323 from mtelka/info-noadmin 2023-03-23 12:39:28 +01:00
init_restore.go refactor: stop using deprecated io/ioutil 2023-03-29 15:40:49 -04:00
init_service.go make repo not depend on ffi 2022-11-08 09:37:43 +00:00
init.go feat: sealing: Support nv22 DDO features in the sealing pipeline (#11226) 2024-03-22 07:00:28 +01:00
main.go Hide lotus-miner legacy markets cmds 2023-05-08 13:13:18 +02:00
market.go feat(deps): update to go-data-transfer v2, still wip 2023-03-07 11:44:29 -08:00
pieces.go chore: fix imports 2022-06-14 17:00:51 +02:00
precommits-info.go chore: chain/actors: Use type proxies instead of versioned GST imports 2023-08-29 15:28:16 +02:00
proving.go lints and non parallel 2023-11-14 22:58:43 -06:00
retrieval-deals.go deprecate MarketListRetrievalDeals, make gen 2023-03-08 17:15:16 +01:00
run.go run make gen 2022-08-16 15:56:32 -04:00
sealing.go Remove unneeded individual color flags 2023-01-23 11:11:12 -05:00
sectors.go Merge branch 'feat/nv21' into asr/merge-feat-nv21 2023-10-16 11:13:33 -04:00
stop.go rename cmd/lotus{-storage=>}-miner to match binary. 2021-07-27 11:54:46 +01:00
storage.go Set drop-missing to true 2023-05-15 11:51:43 +02:00