Skip to content
This repository has been archived by the owner on Jan 11, 2024. It is now read-only.

Commit

Permalink
DOCS: Fix a method name
Browse files Browse the repository at this point in the history
  • Loading branch information
aakoshh committed Oct 2, 2023
1 parent 021fcd4 commit 368652f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Binary file modified docs/diagrams/checkpointing.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 2 additions & 3 deletions docs/diagrams/checkpointing.puml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ child_cometbft ->] : broadcast proposal
child_cometbft <-] : receive proposal
child_cometbft -> child_fendermint ++: process_proposal(TopDownCheckpoint)
child_fendermint -> child_syncer ++: check finality of parent block height
return is final?
return is known and final or not
return accept or reject


Expand Down Expand Up @@ -92,7 +92,6 @@ return receipts

== End of Checkpoint Period ==

child_cometbft <-] : receive block
child_cometbft -> child_fendermint ++: end_block
alt block height % bottom-up checkpoint period == 0
child_fendermint -> child_cometbft ++: get current validator set
Expand All @@ -105,7 +104,7 @@ alt block height % bottom-up checkpoint period == 0
return new configurations
child_fendermint -> child_fendermint : set next configuration number in checkpoint

child_fendermint -> child_gateway ++: call GatewayGetterFacet::bottom_up_checkpoints
child_fendermint -> child_gateway ++: call GatewayGetterFacet::bottom_up_messages
return bottom-up CrossMsgs
child_fendermint -> child_fendermint : set CrossMsgs hash in checkpoint

Expand Down

0 comments on commit 368652f

Please sign in to comment.