lotus/cmd/lotus-shed
jennijuju 277d3e9ab4 Add terminate sectors based on 1475's #4433 implementation in lotus-shed:
-  Moving the cmd to lotus-shed so that miners can use this right away without waiting for fsm changes.- Note: this should only be used when the miner is 100% sure that they want to terminate the sector on chain and they will be lose the power and pay a big one-time termination penalty for the sectors.
- Only live sectors can be terminated.
- To use, run `./lotus-shed sectors terminate --really-do-it=true sectorNum1 sectorNum2`.
- A message will be sent and after the message is landed on chain, miner can run `lotus-miner sectors status --on-chain-info <terminated sector number>`, and check Expiration Info at the bottom. Both `OnTime` and `Early` are 0 indicates the sector is terminated.
2020-10-20 17:38:09 -04:00
..
balances.go Add an endpoint for precise circulating supply 2020-10-12 16:38:29 -04:00
base16.go Update cli 2020-06-04 01:01:41 +02:00
base32.go Update cli 2020-06-04 01:01:41 +02:00
bigint.go Update cli 2020-06-04 01:01:41 +02:00
bitfield.go wdpost: append is hard 2020-09-18 03:00:31 +02:00
commp.go Update cli 2020-06-04 01:01:41 +02:00
consensus.go Fix APIInfo import cycle in tests 2020-10-09 02:58:12 +02:00
datastore.go Add usage to repo-type in shed datastore 2020-10-06 01:33:51 +02:00
dealtracker.go Walk back 10 epochs for stat generation 2020-09-27 20:45:45 +02:00
export.go unshare the journal 2020-10-09 13:23:07 -07:00
genesis-verify.go unshare the journal 2020-10-09 13:23:07 -07:00
import-car.go add a command to import an ipld object into the chainstore 2020-08-31 14:24:23 -07:00
jwt.go lotus-shed: add jwt token command 2020-09-18 04:05:03 +00:00
keyinfo.go Refactor from crypto.SigType to types.KeyType 2020-10-12 00:07:53 +02:00
ledger.go Refactor from crypto.SigType to types.KeyType 2020-10-12 00:07:53 +02:00
main.go Add terminate sectors based on 1475's #4433 implementation in lotus-shed: 2020-10-20 17:38:09 -04:00
math.go lotus-shed: add math command 2020-09-05 00:50:56 +00:00
mempool-stats.go Centralize some params in builtin 2020-09-29 02:25:43 -04:00
misc.go add some useful tools 2020-07-22 10:14:45 -07:00
mpool.go Wire in Ticket Quality to MpoolSelect 2020-08-11 16:14:27 +02:00
nonce-fix.go allow manual setting of noncefix fee cap 2020-10-06 18:07:34 -07:00
params.go gofmt 2020-06-06 00:59:01 +02:00
proofs.go Fix tests 2020-09-07 15:48:42 -04:00
pruning.go unshare the journal 2020-10-09 13:23:07 -07:00
sectors.go Add terminate sectors based on 1475's #4433 implementation in lotus-shed: 2020-10-20 17:38:09 -04:00
stateroot-stats.go add some more big pictures stats to stateroot stat 2020-09-24 09:40:49 -07:00
sync.go Add lotus shed util to validate a tipset 2020-09-30 01:29:04 -04:00
verifreg.go Some helpers for verifreg work 2020-10-01 04:49:38 -04:00