Replies: 1 comment
-
@KtorZ I have updated the issue to reflect today's discussion |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Goal
Implement model-based testing framework that's able to compare the result of testing "any" implementation of Cardano consensus that can be connected to through node-to-node protocols.
The main goal is to scaffold the whole machinery required to run a validating node, of course without the full validation
Definition of done
Demonstrate we can run same test model against Haskell consensus and Amaru consensus, and compare the results.
Basic scenario
ChainSync
protocol and have a downstream node connected usingChainSync
protocolFailure modes
The synchronising node should reject adversarial upstream and downstream peers:
Beta Was this translation helpful? Give feedback.
All reactions