-
Notifications
You must be signed in to change notification settings - Fork 145
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
Changed consensus to manual-seal #42
Changed consensus to manual-seal #42
Conversation
User @PierreOssun, please sign the CLA here. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice. Thanks for that. This makes development much more convenient.
It closes #36 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just one small question about the MinimumPeriod
.
Tried it locally and it works great! What resource did you end up using to implement this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Hello,
I've changed consensus from
aura
&grandpa
with 6 seconds block-time.To
manual-seal
where blocks are authored at every transaction.It makes transactions almost instant and is very practical for hacking & testing