Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implemented protobuf equivalent of network_protocol.rs #6672

Merged
merged 10 commits into from
May 4, 2022

Commits on May 4, 2022

  1. Implemented protobuf equivalent of network_protocol.rs

    Abstracted away the network protocol format for smooth borsh -> protobuf
    transition.
    Implemented tests of cross-version communication.
    pompon0 committed May 4, 2022
    Configuration menu
    Copy the full SHA
    afe03a4 View commit details
    Browse the repository at this point in the history
  2. Update chain/network/src/network_protocol/mod.rs

    Co-authored-by: Aleksey Kladov <aleksey.kladov@gmail.com>
    pompon0 and matklad committed May 4, 2022
    Configuration menu
    Copy the full SHA
    cd4302a View commit details
    Browse the repository at this point in the history
  3. applied comments

    hash-protected proto code generation
    pompon0 committed May 4, 2022
    Configuration menu
    Copy the full SHA
    1b7df41 View commit details
    Browse the repository at this point in the history
  4. migrated to thiserror

    pompon0 committed May 4, 2022
    Configuration menu
    Copy the full SHA
    aedff4b View commit details
    Browse the repository at this point in the history
  5. applied comments

    pompon0 committed May 4, 2022
    Configuration menu
    Copy the full SHA
    498d94a View commit details
    Browse the repository at this point in the history
  6. applied comments

    pompon0 committed May 4, 2022
    Configuration menu
    Copy the full SHA
    547d396 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cc6f63d View commit details
    Browse the repository at this point in the history
  8. made a bunch of conditionally compiled blocks visible to the compiler…

    … (hidden behind a simple if)
    pompon0 committed May 4, 2022
    Configuration menu
    Copy the full SHA
    9c7d27e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4ffff22 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    432c20c View commit details
    Browse the repository at this point in the history