lotus/cmd/lotus-miner
ZenGround0 327760acff
chore: build: Merge/v22 into 21 for 23 (#10702)
* chore: update ffi to increase execution parallelism

* Don't enforce walking receipt tree during compaction

* fix: build: drop drand incentinet servers

* chore: release lotus v1.20.4

* Apply suggestions from code review

Co-authored-by: Jiaying Wang <42981373+jennijuju@users.noreply.github.com>

* feat: Introduce nv19 skeleton

Update to go-state-types v0.11.0-alpha-1

Introduce dummy v11 actor bundles

Make new actors adapters

Add upgrade to Upgrade Schedules

make jen

Update to go-state-types v0.11.0-alpha-2

* feat: vm: switch to the new exec trace format (#10372)

This is now "FVM" native. Changes include:

1. Don't treat "trace" messages like off-chain messages. E.g., don't
include CIDs, versions, etc.
2. Include IPLD codecs where applicable.
3. Remove fields that aren't filled by the FVM (timing, some errors,
code locations, etc.).

* feat: implement FIP-0061

* Address review

* Add and test the FIP-0061 migration

* Update actors bundles to fip/20230406

* Update to go-state-types master

* Update to actors v11.0.0-rc1

* - Update go state types
- Keep current expiration defaults on creation, extension some tests
- Update ffi

* ffi experiment

* Integration nv19 migration

- Open splitstore in migration shed tool
- Update state root version

* Post rebase fixup

* Fix

* gen

* nv19 invariant checking

* Try fixig blockstore so bundle is loaded

* Debug

* Fix

* Make butterfly upgrades happen

* Another ffi experiment

* Fix copy paste error

* Actually schedule migration (#10656)

Co-authored-by: zenground0 <ZenGround0@users.noreply.github.com>

* Butterfly artifacts

* Set calibration net upgrade height

* Review Response

* Fix state tree version assert

* Quick butterfly upgrade to sanity check (#10660)

* Quick butterfly upgrade to sanity check

* Update butterfly artifacts

* Revert fake fix

* Give butterfly net correct genesis

* Butterfly artifacts

* Give time before upgrade

---------

Co-authored-by: zenground0 <ZenGround0@users.noreply.github.com>

* chore:releasepolish v1.22 release (#10666)

* Update butterfly artifacts

* register actors v11

* Update calibration upgrade time

* State inspection shed cmds

* Fix

* make gen

* Fix swallowed errors

* Lint fixup

---------

Co-authored-by: zenground0 <ZenGround0@users.noreply.github.com>

* v1.22.0-rc3

* bundle fix

* Feat/expedite nv19 (#10681)

* Update go-state-types

* Modify upgrade schedule and params

* Revert fip 0052

* Update gst

* docsgen

* fast butterfly migration to validate migration

* Correct epoch to match specified date

* Update actors v11

* Update changelog build version

* Update butterfly artifacts

* Fix lotus-miner init to work after upgrade

---------

Co-authored-by: zenground0 <ZenGround0@users.noreply.github.com>

* fix:deps:stable ffi for stable release  (#10698)

* Point to stable ffi for stable lotus release

* go mod tidy

---------

Co-authored-by: zenground0 <ZenGround0@users.noreply.github.com>

* Update CHANGELOG.md

Co-authored-by: Jiaying Wang <42981373+jennijuju@users.noreply.github.com>

---------

Co-authored-by: Aayush Rajasekaran <arajasek94@gmail.com>
Co-authored-by: zenground0 <ZenGround0@users.noreply.github.com>
Co-authored-by: Jiaying Wang <42981373+jennijuju@users.noreply.github.com>
Co-authored-by: Steven Allen <steven@stebalien.com>
Co-authored-by: jennijuju <jiayingw703@gmail.com>
2023-04-19 18:40:18 -04:00
..
actor_test.go fix: tests: Make TestWorkerKeyChange not flaky 2023-02-20 17:38:18 +01:00
actor.go fix: cli: add ArgsUsage 2023-01-31 11:56:55 +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 chore: Remove legacy market info from lotus-miner info 2023-02-28 09:55:47 +01:00
init_restore.go refactor: stop using deprecated io/ioutil 2023-03-29 15:38:46 -04:00
init_service.go make repo not depend on ffi 2022-11-08 09:37:43 +00:00
init.go chore: build: Merge/v22 into 21 for 23 (#10702) 2023-04-19 18:40:18 -04:00
main.go api, nodeApi to minerApi 2022-09-14 14:51:18 -04: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 introduce v9 actors and nv17 2022-09-09 21:40:15 -04:00
proving.go Initialize with same length as partition 2023-03-27 15:54:59 +02: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 fix: miner: call ExtendSectorExpiration2 2023-03-23 17:32:55 -04:00
stop.go rename cmd/lotus{-storage=>}-miner to match binary. 2021-07-27 11:54:46 +01:00
storage.go refactor: stop using deprecated io/ioutil 2023-03-29 15:38:46 -04:00