You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.
and implement necessary conditionals while implementing these functions(e.g. some portion of the code should work after bootstrap period or at the last block of round). Private functions must use reusable auxilary function that contains the actual logic of the topic.
Also update previousTimestampStore on successful forging and implement anything related to hook that is outside of reusable logic. And add unit tests.
Acceptance Criteria
Unit tests must pass
Additional Information
Code must use new module APIs and as much as the old DPoS module code
The text was updated successfully, but these errors were encountered:
Description
Bundle 3 topics from their respective private functions in the hook:
and implement necessary conditionals while implementing these functions(e.g. some portion of the code should work after bootstrap period or at the last block of round). Private functions must use reusable auxilary function that contains the actual logic of the topic.
Also update previousTimestampStore on successful forging and implement anything related to hook that is outside of reusable logic. And add unit tests.
Acceptance Criteria
Additional Information
The text was updated successfully, but these errors were encountered: