Skip to content
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

lotus-seed command to generate lotus block #5571

Merged
merged 2 commits into from
Feb 10, 2021
Merged

Conversation

coryschwartz
Copy link

Currently devnet deployment requires spinning up a full daemon.
This would move the daemon lotus-make-genesis logic to lotus-seed
so it can be more easily executed in scripts, etc.

Currently devnet deployment requires spinning up a full daemon.
This would move the daemon `lotus-make-genesis` logic to lotus-seed
so it can be more easily executed in scripts, etc.
"github.com/filecoin-project/lotus/extern/sector-storage/ffiwrapper"
"github.com/filecoin-project/lotus/journal"
"github.com/filecoin-project/lotus/lib/blockstore"
"github.com/filecoin-project/lotus/node/modules/testing"
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is the same module used in the lotus daemon CLI currently. Maybe this should be moved away from a "testing" module.

@magik6k magik6k merged commit 332dc21 into master Feb 10, 2021
@magik6k magik6k deleted the feat/lotus-seed-genesis branch February 10, 2021 16:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants