Skip to content

Commit

Permalink
fix: markdown-errors-3
Browse files Browse the repository at this point in the history
  • Loading branch information
sangier authored and sangier committed Nov 10, 2023
1 parent 279c75f commit e6739c2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,6 @@ A starts B follows:

But we may have more. TBC if we want to.


## Invariant

// To be improved.
Expand All @@ -302,6 +301,7 @@ Note that in some cases this state may be a transient state. E.g. In case we are
Each state can be identified by its ChannelEnd(s),ProvableStore(s). We know all the inputs associated with each state. We know all admitted state transitions.

We could use these info to test the protocol in different ways:

1. Identify Invariant states and ensure they are always reached.
2. Reproduce ideal behavior and verify the protocol go trhough only expected states.
3. Fuzzing the input and ensure the protocol don't go out of the expected states.
Expand Down

0 comments on commit e6739c2

Please sign in to comment.