Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Remove request multiplexer #3624

Merged
merged 23 commits into from
Aug 12, 2021
Merged

Remove request multiplexer #3624

merged 23 commits into from
Aug 12, 2021

Commits on Aug 4, 2021

  1. Configuration menu
    Copy the full SHA
    6971276 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c3ac5bb View commit details
    Browse the repository at this point in the history
  3. WIP

    eskimor committed Aug 4, 2021
    Configuration menu
    Copy the full SHA
    5605d22 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8e8ebd7 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2021

  1. Get rid of useless Fault abstraction.

    The things the type system let us do are not worth getting abstracted in
    its own type. Instead error handling is going to be merely a pattern.
    eskimor committed Aug 5, 2021
    Configuration menu
    Copy the full SHA
    7226a49 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2021

  1. Configuration menu
    Copy the full SHA
    d6008c6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fc15740 View commit details
    Browse the repository at this point in the history
  3. Formatting.

    eskimor committed Aug 9, 2021
    Configuration menu
    Copy the full SHA
    37d8514 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2021

  1. Configuration menu
    Copy the full SHA
    52416ea View commit details
    Browse the repository at this point in the history
  2. Fixup statement distribution.

    eskimor committed Aug 10, 2021
    Configuration menu
    Copy the full SHA
    c97dfa2 View commit details
    Browse the repository at this point in the history
  3. Handle request directly in collator protocol.

    + Only allow fatal errors at top level.
    eskimor committed Aug 10, 2021
    Configuration menu
    Copy the full SHA
    589cc71 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    34883a1 View commit details
    Browse the repository at this point in the history
  5. Finally get rid of request multiplexer

    Fixes #2842 and paves the way for more back pressure possibilities.
    eskimor committed Aug 10, 2021
    Configuration menu
    Copy the full SHA
    8fe6d84 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a7fe522 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2021

  1. Configuration menu
    Copy the full SHA
    8ca6312 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9ab088e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    893e272 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5e79e44 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    20d7723 View commit details
    Browse the repository at this point in the history
  6. Add missing dependency

    eskimor committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    e24031c View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2021

  1. Typos.

    eskimor committed Aug 12, 2021
    Configuration menu
    Copy the full SHA
    b58e61e View commit details
    Browse the repository at this point in the history
  2. Review remarks.

    eskimor committed Aug 12, 2021
    Configuration menu
    Copy the full SHA
    8981212 View commit details
    Browse the repository at this point in the history
  3. More remarks.

    eskimor committed Aug 12, 2021
    Configuration menu
    Copy the full SHA
    a014962 View commit details
    Browse the repository at this point in the history