81ba6ab6f0
* feat: lp mig - first few steps * lp mig: default tasks * code comments * docs * lp-mig-progress * shared * comments and todos * fix: curio: rename lotus-provider to curio (#11645) * rename provider to curio * install gotext * fix lint errors, mod tidy * fix typo * fix API_INFO and add gotext to circleCI * add back gotext * add gotext after remerge * lp: channels doc * finish easy-migration TODOs * out generate * merging and more renames * avoid make-all * minor doc stuff * cu: make gen * make gen fix * make gen * tryfix * go mod tidy * minor ez migration fixes * ez setup - ui cleanups * better error message * guided setup colors * better path to saveconfigtolayer * loadconfigwithupgrades fix * readMiner oops * guided - homedir * err if miner is running * prompt error should exit * process already running, miner_id sectors in migration * dont prompt for language a second time * check miner stopped * unlock repo * render and sql oops * curio easyMig - some fixes * easyMigration runs successfully * lint * review fixes * fix backup path * fixes1 * fixes2 * fixes 3 --------- Co-authored-by: LexLuthr <88259624+LexLuthr@users.noreply.github.com> Co-authored-by: LexLuthr <lexluthr@protocol.ai>
61 lines
903 B
Plaintext
61 lines
903 B
Plaintext
/lotus
|
|
/lotus-miner
|
|
/lotus-worker
|
|
/lotus-seed
|
|
/lotus-health
|
|
/lotus-chainwatch
|
|
/lotus-shed
|
|
/lotus-sim
|
|
/curio
|
|
/lotus-townhall
|
|
/lotus-fountain
|
|
/lotus-stats
|
|
/lotus-bench
|
|
/lotus-gateway
|
|
/lotus-pcr
|
|
/lotus-wallet
|
|
/lotus-keygen
|
|
/docgen-md
|
|
/docgen-openrpc
|
|
/bench.json
|
|
/cmd/lotus-townhall/townhall/node_modules
|
|
/cmd/lotus-townhall/townhall/build
|
|
/cmd/lotus-townhall/townhall/package-lock.json
|
|
extern/filecoin-ffi/rust/target
|
|
**/*.a
|
|
**/*.pc
|
|
/**/*/.DS_STORE
|
|
.DS_STORE
|
|
build/.*
|
|
build/paramfetch.sh
|
|
/vendor
|
|
/blocks.dot
|
|
/blocks.svg
|
|
/chainwatch.db
|
|
/bundle
|
|
/darwin
|
|
/linux
|
|
*.snap
|
|
curio
|
|
devgen.car
|
|
localnet.json
|
|
|
|
*-fuzz.zip
|
|
/chain/types/work_msg/
|
|
bin/ipget
|
|
bin/tmp/*
|
|
.idea
|
|
.vscode
|
|
scratchpad
|
|
|
|
build/builtin-actors/v*
|
|
build/builtin-actors/*.car
|
|
|
|
dist/
|
|
|
|
|
|
# The following files are checked into git and result
|
|
# in dirty git state if removed from the docker context
|
|
!extern/filecoin-ffi/rust/filecoin.pc
|
|
!extern/test-vectors
|