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

Add subscription ID recognition to tungstenite and ws-rpc client #662

Merged
merged 21 commits into from
Nov 9, 2023

Commits on Nov 3, 2023

  1. fix error

    haerdib committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    154e49b View commit details
    Browse the repository at this point in the history
  2. fix clippy warning

    haerdib committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    f470b0a View commit details
    Browse the repository at this point in the history
  3. seems to wrok

    haerdib committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    da11078 View commit details
    Browse the repository at this point in the history
  4. check for subscirption id

    haerdib committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    fa54d27 View commit details
    Browse the repository at this point in the history
  5. fix clippy

    haerdib committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    66b36d3 View commit details
    Browse the repository at this point in the history
  6. fix typo

    haerdib committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    b110bef View commit details
    Browse the repository at this point in the history
  7. remove error logs

    haerdib committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    71ce17d View commit details
    Browse the repository at this point in the history
  8. add info log

    haerdib committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    524b196 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8770206 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2023

  1. add tests for rpc client

    haerdib committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    e3c5206 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b9f1c38 View commit details
    Browse the repository at this point in the history
  3. fix test

    haerdib committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    bb5ee28 View commit details
    Browse the repository at this point in the history
  4. fix test

    haerdib committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    e03ef62 View commit details
    Browse the repository at this point in the history
  5. fix clippy

    haerdib committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    6460173 View commit details
    Browse the repository at this point in the history
  6. fix tests

    haerdib committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    994e57a View commit details
    Browse the repository at this point in the history
  7. git commit

    haerdib committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    b8aea24 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. add missing comma

    haerdib committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    867845d View commit details
    Browse the repository at this point in the history
  2. extract helper functions

    haerdib committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    3ec0c30 View commit details
    Browse the repository at this point in the history
  3. add missing helper file

    haerdib committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    98df866 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4243aee View commit details
    Browse the repository at this point in the history
  5. fix compile errors

    haerdib committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    86dfc27 View commit details
    Browse the repository at this point in the history