Skip to main content

Polkadot Protocol Conformance Tests

caution

This Request for Proposals is currently considered under development, meaning one or more grants have been signed to address the topic. We might be interested in additional implementations, but itโ€™s better to double check this with the grants team.

Project Description ๐Ÿ“„โ€‹

The reliability and security of the Polkadot network crucially depends on bug-free implementation of Hosts/Nodes. Currently, Substrate and Smoldot (in Rust) are implementations in production, while Gossamer (in Go) and Kagome (in C++) are in advanced stages of development. This RFP invites teams to create and maintain a comprehensive test-suite to check conformance of Host implementations against the official Polkadot Protocol Specification.

The objectives are multifold. The test-suite can:

  • be used to objectively evaluate the conformance of a Host Implementation against the Spec.
  • help implementers in early stages and steer their development efforts.
  • complement the specifications to clarify corner cases and intricacies of the Spec. In several scenarios, precise tests are highly valuable in clarifying the inevitable ambiguities in the Spec.

Initially, the focus would be on unit tests with tests designed and generated at the right layer of abstraction to accommodate the existing implementations. The scope of the test-suite covers all the components/protocols described in the Specification but we would like to prioritise the following:

  • Mapping the consensus attack surface and producing fuzzing targets accordingly. An indicative, non-exhaustive list of potential targets:
    • Host API
      • Sequences of storage and child-storage operations
      • Cryptography primitives, particularly those exposed in the Host API
      • Trie root
    • BABE
      • Block import
      • Block validation
      • Next/current validators aka VRF/block lottery
      • Secondary slot verification
    • GRANDPA
      • Block import
      • Block validation
      • Justification import & validation/verification
  • Trie proof verification
  • Scale encoding and decoding, for specific message types, and randomly generated ones
  • Parachain candidate validation

The goal of the initial grant should be to develop a PoC. The long-term goal should be to develop a comprehensive test suite that is funded by the on-chain treasury.

Useful resources:

Deliverablesโ€‹

The structure of the grant and the milestones depends highly on the project itself and the goal of the initial PoC. Itโ€™s therefore up to the applying team to come up with a milestone and delivery structure.