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

Add support of empty steps in AuRa consensus protocol #2347

Closed
vbaranov opened this issue Jul 11, 2019 · 0 comments · Fixed by #2596
Closed

Add support of empty steps in AuRa consensus protocol #2347

vbaranov opened this issue Jul 11, 2019 · 0 comments · Fixed by #2596
Assignees
Labels
enhancement New feature or request

Comments

@vbaranov
Copy link
Member

If chain with AuRa consensus configured to broadcast an EmptyStep(step, parent_hash) message instead of producing an empty block we should support it. Enabling of this feature will generate a new reward type emptyStep in trace_block Parity client JSON RPC method.
We should process it here https://github.com/poanetwork/blockscout/blob/master/apps/ethereum_jsonrpc/lib/ethereum_jsonrpc/parity/fetched_beneficiaries.ex.

Empty steps enabling: https://github.com/paritytech/wiki/blob/master/Aura.md#empty-steps
Parity BlockReward contract: https://wiki.parity.io/Block-Reward-Contract

@vbaranov vbaranov added the enhancement New feature or request label Jul 11, 2019
@ayrat555 ayrat555 self-assigned this Aug 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants