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

[Access] Add new websocket handler and skeleton for its deps #6630

Merged

Commits on Nov 8, 2024

  1. Add new websocket handler and skeleton for its deps

    * Added websocket controller
    * Added mock block provider
    * Added data provider factory
    * Added websocket handler
    * Added websocket config
    * Added a tiny POC test for websocket handler
    illia-malachyn committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    bf4cc9a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c0e50cd View commit details
    Browse the repository at this point in the history
  3. fix issue after merge

    illia-malachyn committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    b76c811 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f88cf9b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    29380d0 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2024

  1. Fixed comments

    * Use contexts as function arguments
    * Move models to folder for consistency
    * Change parse msg function
    * Simplify mock block provider to remove dedlock
    illia-malachyn committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    b08370d View commit details
    Browse the repository at this point in the history
  2. add additional space

    illia-malachyn committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    dbaa545 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8e21498 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b30d63d View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2024

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

Commits on Nov 19, 2024

  1. Fix comments

    * make handle_connection blocking
    * rename concurrent_map
    * use type switch instead of switch
    * add todos for error handling
    illia-malachyn committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    48aaa56 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b42d8a7 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2024

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

Commits on Nov 21, 2024

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