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

feat: migrate to quick-protobuf #3312

Merged
merged 79 commits into from
Mar 2, 2023
Merged

Commits on Jan 7, 2023

  1. Add generated directory

    kckeiks committed Jan 7, 2023
    Configuration menu
    Copy the full SHA
    c250f68 View commit details
    Browse the repository at this point in the history
  2. Add generated code

    kckeiks committed Jan 7, 2023
    Configuration menu
    Copy the full SHA
    cac57a0 View commit details
    Browse the repository at this point in the history
  3. Add ci

    kckeiks committed Jan 7, 2023
    Configuration menu
    Copy the full SHA
    44b3465 View commit details
    Browse the repository at this point in the history
  4. Try adding quotes

    kckeiks committed Jan 7, 2023
    Configuration menu
    Copy the full SHA
    4dca4d0 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2023

  1. Add input variable

    kckeiks committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    6b19385 View commit details
    Browse the repository at this point in the history
  2. Move inputs

    kckeiks committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    9d4b864 View commit details
    Browse the repository at this point in the history
  3. Move inputs 2

    kckeiks committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    c9853f7 View commit details
    Browse the repository at this point in the history
  4. Glob into variable

    kckeiks committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    9716fe5 View commit details
    Browse the repository at this point in the history
  5. Glob into variable 2

    kckeiks committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    1d1dff0 View commit details
    Browse the repository at this point in the history
  6. Use glob

    kckeiks committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    b2aabcd View commit details
    Browse the repository at this point in the history
  7. Remove quotes

    kckeiks committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    559a1d3 View commit details
    Browse the repository at this point in the history
  8. Remove refs

    kckeiks committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    d62b50d View commit details
    Browse the repository at this point in the history
  9. Test glob pattern

    kckeiks committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    b894ac7 View commit details
    Browse the repository at this point in the history
  10. Bad commit

    thomaseizinger committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    391a892 View commit details
    Browse the repository at this point in the history
  11. Remove explicit echo

    This is unnecessary as we can see the command being executed in the
    action log.
    
    See https://github.com/libp2p/rust-libp2p/actions/runs/3898847742/jobs/6657969252#step:5:4.
    thomaseizinger committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    2991994 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    8a25c84 View commit details
    Browse the repository at this point in the history
  13. Revert "Bad commit"

    This reverts commit 391a892.
    thomaseizinger committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    ccc4541 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    f464e3b View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    d2ed2c6 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    c6dd4e4 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2023

  1. Configuration menu
    Copy the full SHA
    367a1a4 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2023

  1. Resolve conflict

    kckeiks committed Jan 21, 2023
    Configuration menu
    Copy the full SHA
    8896f81 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2023

  1. Remove prost from core

    kckeiks committed Jan 22, 2023
    Configuration menu
    Copy the full SHA
    78a483f View commit details
    Browse the repository at this point in the history
  2. Fix core tests

    kckeiks committed Jan 22, 2023
    Configuration menu
    Copy the full SHA
    78be5d5 View commit details
    Browse the repository at this point in the history
  3. Fmt code

    kckeiks committed Jan 22, 2023
    Configuration menu
    Copy the full SHA
    430a9fb View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'origin/add-quickprotobuf-take2' into ad…

    …d-quickprotobuf-take2
    kckeiks committed Jan 22, 2023
    Configuration menu
    Copy the full SHA
    d7b6b27 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f1967b8 View commit details
    Browse the repository at this point in the history
  6. Remove prost from autonat

    kckeiks committed Jan 22, 2023
    Configuration menu
    Copy the full SHA
    76dd1d1 View commit details
    Browse the repository at this point in the history
  7. Update changelog

    kckeiks committed Jan 22, 2023
    Configuration menu
    Copy the full SHA
    840887a View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2023

  1. Configuration menu
    Copy the full SHA
    2a97315 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    448765a View commit details
    Browse the repository at this point in the history
  3. Remove prost-codec

    kckeiks committed Jan 28, 2023
    Configuration menu
    Copy the full SHA
    651b9c9 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2023

  1. Don't use Cow

    thomaseizinger committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    a6b63ac View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2023

  1. Fix core

    kckeiks committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    2e2bbe7 View commit details
    Browse the repository at this point in the history
  2. Run fmt

    kckeiks committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    59ff24d View commit details
    Browse the repository at this point in the history
  3. Remove prost from identify

    kckeiks committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    a8762f8 View commit details
    Browse the repository at this point in the history
  4. Fix autonat

    kckeiks committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    fc13432 View commit details
    Browse the repository at this point in the history
  5. Update changelogs

    kckeiks committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    4bd8ab0 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2023

  1. Update docs

    kckeiks committed Feb 4, 2023
    Configuration menu
    Copy the full SHA
    55d6f4d View commit details
    Browse the repository at this point in the history
  2. Remove prost from floodsub

    kckeiks committed Feb 4, 2023
    Configuration menu
    Copy the full SHA
    b5cfe29 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2023

  1. Remove prost from gossipsub

    kckeiks committed Feb 5, 2023
    Configuration menu
    Copy the full SHA
    c2eaefd View commit details
    Browse the repository at this point in the history
  2. Update changelog in identify

    kckeiks committed Feb 5, 2023
    Configuration menu
    Copy the full SHA
    fa5fa4d View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2023

  1. Remove prost from kad

    kckeiks committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    86579c3 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2023

  1. Clean up relay

    kckeiks committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    f6552da View commit details
    Browse the repository at this point in the history
  2. Remove prost from rendezvous

    kckeiks committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    326ddee View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2023

  1. Remove prost from noise

    kckeiks committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    9ea8ce4 View commit details
    Browse the repository at this point in the history
  2. Remove prost from plaintext

    kckeiks committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    a2f3cd4 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2023

  1. Remove prost from webrtc

    kckeiks committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    dad962a View commit details
    Browse the repository at this point in the history
  2. Clean up

    kckeiks committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    469699a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    02d642b View commit details
    Browse the repository at this point in the history
  4. Fix webrtc tests

    kckeiks committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    929d96c View commit details
    Browse the repository at this point in the history
  5. Fix clippy errors

    kckeiks committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    2a1ff8c View commit details
    Browse the repository at this point in the history
  6. Fix clippy errors take 2

    kckeiks committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    c38e9e3 View commit details
    Browse the repository at this point in the history
  7. Fix CI

    kckeiks committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    003de70 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8b3398d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    75c6715 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2023

  1. Configuration menu
    Copy the full SHA
    ee44340 View commit details
    Browse the repository at this point in the history
  2. Fix pb-rs version

    kckeiks committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    4f7605a View commit details
    Browse the repository at this point in the history
  3. Use long option name

    kckeiks committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    23526e6 View commit details
    Browse the repository at this point in the history
  4. Address changelog feedback

    kckeiks committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    c42a5a8 View commit details
    Browse the repository at this point in the history
  5. Remove line

    kckeiks committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    ece12c1 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'add-quickprotobuf-take2' of github.com:kckeiks/rust-lib…

    …p2p into add-quickprotobuf-take2
    kckeiks committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    67e657c View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2023

  1. Configuration menu
    Copy the full SHA
    3acc5f9 View commit details
    Browse the repository at this point in the history
  2. Zeroize Data

    kckeiks committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    90ebad6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    66a2af5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c014e1e View commit details
    Browse the repository at this point in the history
  5. Revert ci changes

    kckeiks committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    a4335ce View commit details
    Browse the repository at this point in the history
  6. Fmt relay

    kckeiks committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    8531ac4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6cf4fe5 View commit details
    Browse the repository at this point in the history
  8. Remove transparent

    kckeiks committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    5ca8747 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2023

  1. Add protoc installation to ci

    kckeiks committed Feb 25, 2023
    Configuration menu
    Copy the full SHA
    98e302b View commit details
    Browse the repository at this point in the history
  2. Remove display impl

    kckeiks committed Feb 25, 2023
    Configuration menu
    Copy the full SHA
    b0a41ec View commit details
    Browse the repository at this point in the history
  3. Box error

    kckeiks committed Feb 25, 2023
    Configuration menu
    Copy the full SHA
    da3e088 View commit details
    Browse the repository at this point in the history
  4. Change DecodeError

    kckeiks committed Feb 25, 2023
    Configuration menu
    Copy the full SHA
    2b1b274 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2023

  1. Configuration menu
    Copy the full SHA
    08ce33f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dfc55b8 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2023

  1. Configuration menu
    Copy the full SHA
    99cee6e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f939e06 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d2be0bf View commit details
    Browse the repository at this point in the history