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(request-response): add modules for json and cbor messages #3952

Merged
merged 45 commits into from
May 24, 2023

Commits on May 16, 2023

  1. 3905 Serde support

    dgarus committed May 16, 2023
    Configuration menu
    Copy the full SHA
    dd98771 View commit details
    Browse the repository at this point in the history
  2. fix failures

    dgarus committed May 16, 2023
    Configuration menu
    Copy the full SHA
    55bc76a View commit details
    Browse the repository at this point in the history
  3. fix failures

    dgarus committed May 16, 2023
    Configuration menu
    Copy the full SHA
    a5f3ed9 View commit details
    Browse the repository at this point in the history
  4. fix failures

    dgarus committed May 16, 2023
    Configuration menu
    Copy the full SHA
    5304fb8 View commit details
    Browse the repository at this point in the history
  5. Fix format

    dgarus committed May 16, 2023
    Configuration menu
    Copy the full SHA
    e9628ee View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4f8150d View commit details
    Browse the repository at this point in the history
  7. Fix failure

    dgarus committed May 16, 2023
    Configuration menu
    Copy the full SHA
    23b7722 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2023

  1. Cbor behavior

    dgarus committed May 18, 2023
    Configuration menu
    Copy the full SHA
    11e0783 View commit details
    Browse the repository at this point in the history
  2. Cbor behavior

    dgarus committed May 18, 2023
    Configuration menu
    Copy the full SHA
    ade1842 View commit details
    Browse the repository at this point in the history
  3. Format

    dgarus committed May 18, 2023
    Configuration menu
    Copy the full SHA
    771560c View commit details
    Browse the repository at this point in the history
  4. Fix test

    dgarus committed May 18, 2023
    Configuration menu
    Copy the full SHA
    2a6693e View commit details
    Browse the repository at this point in the history

Commits on May 19, 2023

  1. Fix review comments

    dgarus committed May 19, 2023
    Configuration menu
    Copy the full SHA
    d4bff4c View commit details
    Browse the repository at this point in the history
  2. Fix tests running

    dgarus committed May 19, 2023
    Configuration menu
    Copy the full SHA
    92d9862 View commit details
    Browse the repository at this point in the history
  3. Fix tests running

    dgarus committed May 19, 2023
    Configuration menu
    Copy the full SHA
    a0b8ee5 View commit details
    Browse the repository at this point in the history
  4. Added features json and cbor

    dgarus committed May 19, 2023
    Configuration menu
    Copy the full SHA
    1129dee View commit details
    Browse the repository at this point in the history
  5. CHANGELOG

    dgarus committed May 19, 2023
    Configuration menu
    Copy the full SHA
    a8f9ee9 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2023

  1. Update protocols/request-response/CHANGELOG.md

    Co-authored-by: Thomas Eizinger <thomas@eizinger.io>
    dgarus and thomaseizinger authored May 20, 2023
    Configuration menu
    Copy the full SHA
    36eaf02 View commit details
    Browse the repository at this point in the history
  2. Update protocols/request-response/src/cbor.rs

    Co-authored-by: Thomas Eizinger <thomas@eizinger.io>
    dgarus and thomaseizinger authored May 20, 2023
    Configuration menu
    Copy the full SHA
    61f7d48 View commit details
    Browse the repository at this point in the history
  3. Update protocols/request-response/src/cbor.rs

    Co-authored-by: Thomas Eizinger <thomas@eizinger.io>
    dgarus and thomaseizinger authored May 20, 2023
    Configuration menu
    Copy the full SHA
    d78c17b View commit details
    Browse the repository at this point in the history
  4. Update protocols/request-response/src/cbor.rs

    Co-authored-by: Thomas Eizinger <thomas@eizinger.io>
    dgarus and thomaseizinger authored May 20, 2023
    Configuration menu
    Copy the full SHA
    0ee31bd View commit details
    Browse the repository at this point in the history
  5. Update protocols/request-response/src/cbor.rs

    Co-authored-by: Thomas Eizinger <thomas@eizinger.io>
    dgarus and thomaseizinger authored May 20, 2023
    Configuration menu
    Copy the full SHA
    d4044a5 View commit details
    Browse the repository at this point in the history
  6. fix review comments

    dgarus committed May 20, 2023
    Configuration menu
    Copy the full SHA
    416f271 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2023

  1. Configuration menu
    Copy the full SHA
    9d20aaa View commit details
    Browse the repository at this point in the history
  2. No default features

    dgarus committed May 22, 2023
    Configuration menu
    Copy the full SHA
    ed5da99 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2d70235 View commit details
    Browse the repository at this point in the history
  4. Codecs are pub(crate)

    dgarus committed May 22, 2023
    Configuration menu
    Copy the full SHA
    9c7d967 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3d4b12b View commit details
    Browse the repository at this point in the history
  6. revert

    dgarus committed May 22, 2023
    Configuration menu
    Copy the full SHA
    3839599 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4e95f78 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    15b0cb5 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2023

  1. Configuration menu
    Copy the full SHA
    30c9420 View commit details
    Browse the repository at this point in the history
  2. Hide json::Codec

    dgarus committed May 23, 2023
    Configuration menu
    Copy the full SHA
    c6a0327 View commit details
    Browse the repository at this point in the history
  3. Remove libp2p-swarm-derive dep

    dgarus committed May 23, 2023
    Configuration menu
    Copy the full SHA
    9d6d608 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5cdb636 View commit details
    Browse the repository at this point in the history
  5. fix format

    dgarus committed May 23, 2023
    Configuration menu
    Copy the full SHA
    c177570 View commit details
    Browse the repository at this point in the history
  6. fix format

    dgarus committed May 23, 2023
    Configuration menu
    Copy the full SHA
    60f029c View commit details
    Browse the repository at this point in the history
  7. fix bug

    dgarus committed May 23, 2023
    Configuration menu
    Copy the full SHA
    0fb3e78 View commit details
    Browse the repository at this point in the history
  8. Deref for behaviors

    dgarus committed May 23, 2023
    Configuration menu
    Copy the full SHA
    12a1322 View commit details
    Browse the repository at this point in the history
  9. fix format

    dgarus committed May 23, 2023
    Configuration menu
    Copy the full SHA
    4122c4e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    74669a3 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    2da4b43 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    20b2c07 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2023

  1. fix review comments

    dgarus committed May 24, 2023
    Configuration menu
    Copy the full SHA
    207f15a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9047c7a View commit details
    Browse the repository at this point in the history
  3. fix review comments

    dgarus committed May 24, 2023
    Configuration menu
    Copy the full SHA
    8197278 View commit details
    Browse the repository at this point in the history