Skip to content

Commit

Permalink
Add braindumped psuedo code function for extracting block responses f…
Browse files Browse the repository at this point in the history
…rom signature

Signed-off-by: Jacinta Ferrant <[email protected]>
  • Loading branch information
jferrant committed Jan 12, 2024
1 parent c45bc09 commit bef5177
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion stacks-signer/src/runloop.rs
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,8 @@ impl<C: Coordinator> RunLoop<C> {
warn!("Received an unrecognized message type from .miners stacker-db slot id {}: {:?}", chunk.slot_id, ptr);
continue;
};

//TODO: trigger the signing round here instead. Then deserialize the block and call the validation as you validate its contents
// https://github.com/stacks-network/stacks-core/issues/3930
// Received a block proposal from the miner. Submit it for verification.
self.stacks_client
.submit_block_for_validation(block)
Expand Down

0 comments on commit bef5177

Please sign in to comment.