IntersectMBO / IntersectMBO/ouroboros-consensus

Run test-consensus with _all_ protocol versions

Open
#715 0 comments 0 reactions 0 assignees View on GitHub
better-tests
Dominant language
Haskell
Stars
67
Forks
43
Avg merge
5d 13h
Merged PRs (30d)
43

Description

Right now the consensus tests only run with the latest version, as `ThreadNet.Network` has:

```haskell
where
binaryProtocolCodecs = protocolCodecs cfg
(mostRecentNetworkProtocolVersion (Proxy @blk))
```

We should ideally test with _all_ versions.

Better yet, we'd simulate having servers and clients at _different_ versions, but that's significantly more ambitious.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.