We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Consensus
Resolve TODO in block_appender_base.cpp:
outcome::result<BlockAppenderBase::SlotInfo> BlockAppenderBase::getSlotInfo( const primitives::BlockHeader &header) const { OUTCOME_TRY( slot_number, babe::getSlot(header)); // TODO(xDimon): Make it consensus agnostic auto start_time = slots_util_.get()->slotStartTime(slot_number); auto slot_duration = timings_.slot_duration; return outcome::success(SlotInfo{start_time, slot_duration}); }
No response
The text was updated successfully, but these errors were encountered:
xDimon
Successfully merging a pull request may close this issue.
Component
Consensus
Feature Description
Resolve TODO in block_appender_base.cpp:
References and additional Information
No response
The text was updated successfully, but these errors were encountered: