Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • polkadot polkadot
  • Project information
    • Project information
    • Activity
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Analytics
    • Analytics
    • CI/CD
    • Insights
    • Repository
  • Activity
  • Graph
  • Jobs
  • Commits
Collapse sidebar
  • parityparity
  • Mirrored projectsMirrored projects
  • polkadotpolkadot
  • Repository
Switch branch/tag
  • polkadot
  • network
  • src
  • lib.rs
Find file BlameHistoryPermalink
  • Bastian Köcher's avatar
    Make `validation::NetworkService` strongly typed (#295) · 7545a340
    Bastian Köcher authored Jun 24, 2019
    By using a strongly typed network service, we make sure that we send and
    receive the correct messages. Before there was a bug, a `SignedStatement`
    was sent and a `GossipMessage` was decoded, but this could never work.
    7545a340