File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -43,10 +43,9 @@ The replica contract is responsible for managing optimistic replication and disp
43
43
3 . Accept double-update proofs
44
44
4 . Validate message proofs
45
45
5 . Enforce the message format
46
- 6 . Ensure messages are processed in order
47
- 7 . Dispatch messages to their destination
48
- 8 . Expose a "disconnect" feature
49
- 9 . Future: recover from ` FAILED ` state
46
+ 6 . Dispatch messages to their destination
47
+ 7 . Expose a "disconnect" feature
48
+ 8 . Future: recover from ` FAILED ` state
50
49
51
50
### Off-chain (Agents)
52
51
@@ -88,4 +87,4 @@ The processor proves the validity of pending messages and sends them to end reci
88
87
3 . Maintain local merkle tree with all leaves
89
88
4 . Observe 1 or more replicas
90
89
5 . Maintain list of messages corresponding to each leaf
91
- 6 . Dispatch proven messages to end recipients
90
+ 6 . Dispatch proven messages to end recipients
Original file line number Diff line number Diff line change @@ -78,7 +78,6 @@ __It performs the following functions:__
78
78
- Accept double-update proofs
79
79
- Validate message inclusion proofs
80
80
- Enforce the message format
81
- - Ensure messages are processed in order
82
81
- Dispatch messages to their destination
83
82
84
83
## Off-chain (Agents)
You can’t perform that action at this time.
0 commit comments