lotus/cmd/lotus-shed
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
..
shedgen make jen 2022-05-23 15:11:46 -04:00
actor.go Beneficiary cmd in lotus-shed 2023-01-17 12:39:55 +01:00
address.go encode address into byte 2023-01-24 20:18:04 +13:00
balancer.go shed: simple wallet balancer util 2021-11-22 14:29:23 +01:00
balances.go feat: stmgr: cache migrated stateroots 2023-03-01 16:17:34 +00:00
base16.go refactor: stop using deprecated io/ioutil 2023-03-29 15:38:46 -04:00
base32.go refactor: stop using deprecated io/ioutil 2023-03-29 15:38:46 -04:00
base64.go refactor: stop using deprecated io/ioutil 2023-03-29 15:38:46 -04:00
bigint.go chore: fix imports 2022-06-14 17:00:51 +02:00
bitfield.go refactor: stop using deprecated io/ioutil 2023-03-29 15:38:46 -04:00
blockmsgid.go chore: remove redundant import prefixes 2022-06-15 12:06:22 +02:00
chain.go Add helper function to print usage when wrong number of arguments are supplied 2022-09-14 15:38:15 -04:00
cid.go cid -> bytes command 2023-01-17 12:19:04 -07:00
commp.go chore: fix imports 2022-06-14 17:00:51 +02:00
consensus.go cctx.Args().Len() to cctx.NArg() 2022-09-14 14:33:29 -04:00
cron-count.go chore: fix imports 2022-06-14 17:00:51 +02:00
datastore-vlog.go chore: all: bump go-libipfs to replace go-block-format 2023-02-17 18:46:11 +01:00
datastore.go Revert "Standardize path variable" 2023-02-15 11:09:24 -05:00
deal-label.go Revert "Standardize path variable" 2023-02-15 11:09:24 -05:00
diff.go Revert "Standardize path variable" 2023-02-15 11:09:24 -05:00
election.go chore: fix imports 2022-06-14 17:00:51 +02:00
eth.go fix lint. 2023-01-19 14:14:37 +00:00
export-car.go Revert "Standardize path variable" 2023-02-15 11:09:24 -05:00
export.go chore: all: bump go-libipfs to replace go-block-format 2023-02-17 18:46:11 +01:00
fip-0036.go refactor: stop using deprecated io/ioutil 2023-03-29 15:38:46 -04:00
fr32.go storage: Move extern/sector-storage to storage/sealer 2022-06-14 20:03:38 +02:00
frozen-miners.go chore: fix imports 2022-06-14 17:00:51 +02:00
gas-estimation.go perf: eth: gas estimate set applyTsMessages false (#10546) 2023-03-29 14:25:40 -04:00
genesis-verify.go fix: chain: Fix flaky TestChainExportImport 2022-12-02 22:13:12 +01:00
hello.go Don't use go-libp2p-core 2022-08-25 14:20:41 -04:00
import-car.go chore: all: bump go-libipfs to replace go-block-format 2023-02-17 18:46:11 +01:00
invariants.go feat: stmgr: cache migrated stateroots 2023-03-01 16:17:34 +00:00
itestd.go Bump http-server-timeout default to 30s 2022-11-29 14:38:44 +00:00
jwt.go refactor: stop using deprecated io/ioutil 2023-03-29 15:38:46 -04:00
keyinfo.go refactor: stop using deprecated io/ioutil 2023-03-29 15:38:46 -04:00
ledger.go Add helper function to print usage when wrong number of arguments are supplied 2022-09-14 15:38:15 -04:00
main.go Merge branch 'release/v1.20.0' into asr/merge-release-into-master 2023-02-17 16:08:22 -05:00
market.go chore: build: Merge/v22 into 21 for 23 (#10702) 2023-04-19 18:40:18 -04:00
math.go chore: fix imports 2022-06-14 17:00:51 +02:00
mempool-stats.go Bump http-server-timeout default to 30s 2022-11-29 14:38:44 +00:00
migrations.go chore: build: Merge/v22 into 21 for 23 (#10702) 2023-04-19 18:40:18 -04:00
miner-multisig.go Update go-state-types 2022-12-14 19:33:47 -05:00
miner-peerid.go Revert "Standardize path variable" 2023-02-15 11:09:24 -05:00
miner-types.go Revert "Standardize path variable" 2023-02-15 11:09:24 -05:00
miner.go chore: build: Merge/v22 into 21 for 23 (#10702) 2023-04-19 18:40:18 -04:00
misc.go chore: fix imports 2022-06-14 17:00:51 +02:00
mpool.go chore: fix imports 2022-06-14 17:00:51 +02:00
msg.go Merge branch 'master' into adlrocha/cns-iface-master 2022-11-22 10:28:18 +01:00
msig.go Revert "Standardize path variable" 2023-02-15 11:09:24 -05:00
nonce-fix.go Revert "Standardize path variable" 2023-02-15 11:09:24 -05:00
params.go chore: remove redundant import prefixes 2022-06-15 12:06:22 +02:00
postfind.go chore: fix imports 2022-06-14 17:00:51 +02:00
proofs.go Add helper function to print usage when wrong number of arguments are supplied 2022-09-14 15:38:15 -04:00
pruning.go Revert "Standardize path variable" 2023-02-15 11:09:24 -05:00
rpc.go refactor: stop using deprecated io/ioutil 2023-03-29 15:38:46 -04:00
sectors.go feat: shed: Add a tool for removing sector data 2023-02-16 16:47:13 +01:00
send-csv.go Add helper function to print usage when wrong number of arguments are supplied 2022-09-14 15:38:15 -04:00
signatures.go Add helper function to print usage when wrong number of arguments are supplied 2022-09-14 15:38:15 -04:00
splitstore.go Revert "Standardize path variable" 2023-02-15 11:09:24 -05:00
state-stats.go refactor: update cache to the new generic version (#10463) 2023-03-13 15:29:09 -07:00
stateroot-stats.go cctx.Args().Len() to cctx.NArg() 2022-09-14 14:33:29 -04:00
sync.go Add helper function to print usage when wrong number of arguments are supplied 2022-09-14 15:38:15 -04:00
terminations.go Revert "Standardize path variable" 2023-02-15 11:09:24 -05:00
verifreg.go Update datacap actor to query datacap instead of verifreg 2022-10-06 11:06:21 -04:00