Skip to content

Commit

Permalink
Comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
evoskuil committed Apr 28, 2024
1 parent 5fb4c73 commit 7d82d74
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/chasers/chaser_preconfirm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,8 @@ void chaser_preconfirm::do_bump(height_t) NOEXCEPT
// Commit validation metadata.
// ....................................................................

// TODO: set fees on preconfirmable because prevout.value() populated.
// TODO: in concurrent model sum fees from each validated_tx record.
// [set_txs_connected] FOR PERFORMANCE EVALUATION ONLY.
// Tx validation/states are independent of block validation.
if (!query.set_txs_connected(link) ||
Expand All @@ -198,6 +200,9 @@ void chaser_preconfirm::do_bump(height_t) NOEXCEPT
}
}

// TODO: compute neutrino filter with prevouts populated.
// TODO: neutrino filters are blob per block, must store fk somewhere.
// TODO: neutrino headers are hash per block, must create in order.
code chaser_preconfirm::validate(const header_link& link,
size_t height) const NOEXCEPT
{
Expand Down

0 comments on commit 7d82d74

Please sign in to comment.