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

First draft of transport interfaces #337

Merged
merged 18 commits into from
Apr 5, 2024

Commits on Apr 3, 2024

  1. first attempt to restore CI build

    Sergei Shirokov authored and Sergei Shirokov committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    c15b262 View commit details
    Browse the repository at this point in the history
  2. run CI on push (on issue/*)

    Sergei Shirokov authored and Sergei Shirokov committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    e421c0d View commit details
    Browse the repository at this point in the history
  3. attempt to fix "Node.js 16 actions are deprecated. Please update the …

    …following actions to use Node.js 20:" warnings
    Sergei Shirokov authored and Sergei Shirokov committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    3a68367 View commit details
    Browse the repository at this point in the history
  4. try fail unit test - to make sure CI will fail

    Sergei Shirokov authored and Sergei Shirokov committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    3395a9f View commit details
    Browse the repository at this point in the history
  5. revert intentional unit test failure

    Sergei Shirokov authored and Sergei Shirokov committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    7e66023 View commit details
    Browse the repository at this point in the history
  6. added placeholder versions of runnable and transport interfaces

    Sergei Shirokov authored and Sergei Shirokov committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    4853747 View commit details
    Browse the repository at this point in the history
  7. added ITransport::getProtocolParams

    Sergei Shirokov authored and Sergei Shirokov committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    54d080e View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. Configuration menu
    Copy the full SHA
    d9e2461 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a198da2 View commit details
    Browse the repository at this point in the history
  3. run clang-format at docker

    serges147 committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    7f0ee88 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ec57aab View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    82e4f17 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2a76c4f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d45347f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9730ec7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b669d8d View commit details
    Browse the repository at this point in the history
  10. pr fixes

    serges147 committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    51a8f1b View commit details
    Browse the repository at this point in the history
  11. minor fix

    serges147 committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    e164d47 View commit details
    Browse the repository at this point in the history