-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: curio: add miner init #11775
feat: curio: add miner init #11775
Conversation
IMO miner initialization doesn't belong in the new-cluster command. I'd put the basic miner initialize command in |
55dab9f
to
e53a356
Compare
e53a356
to
8a5be52
Compare
8a5be52
to
ec9ba64
Compare
Please fix my poor doc from
to:
|
Done |
1e548df
to
effaae7
Compare
@snadrus I have refactored guided-setup to add the new miner to base layer. I have also updated the |
Please ensure this workflow makes it into at-least a "Curio local net" setup document. It could have the same lotus steps as the current one, then new miner (here) and curio picking it up. Finally sealing some sectors, ex: |
I have added AI in docs PR for Curio devnet documentation. |
* sptool: Initial structure * sptool: Port lotus-miner actor withdraw * sptool: Make cli docsgen happy * actors are done * info * proving * sptool the rest * fixed gitignore * lints * oops * 2 * terminate * fixes * curio new-miner setup * reword doc section * fix curio flags * fix gen * change repetitive prompt * add miner to base * add config test * fix config compare, add tests * go mod tidy * fix itest in GA * fix comparer function * fix compare value match --------- Co-authored-by: Łukasz Magiera <magik6k@gmail.com> Co-authored-by: Andrew Jackson (Ajax) <snadrus@gmail.com>
Related Issues
fixes #11758
Proposed Changes
This PR adds a miner creation option to Curio guided-setup.
Additional Info
Checklist
Before you mark the PR ready for review, please make sure that:
<PR type>: <area>: <change being made>
fix: mempool: Introduce a cache for valid signatures
PR type
: fix, feat, build, chore, ci, docs, perf, refactor, revert, style, testarea
, e.g. api, chain, state, market, mempool, multisig, networking, paych, proving, sealing, wallet, deps