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

js-quic integration and Agent migration #525

Merged
merged 40 commits into from
Aug 1, 2023
Merged

Commits on Jul 20, 2023

  1. refactor: converting agent handlers

    * Related #512
    * Related #495
    
    [ci skip]
    tegefaulkes committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    045be37 View commit details
    Browse the repository at this point in the history
  2. refactor: converting NodeConnection

    * Related #512
    * Related #495
    * Related #234
    
    [ci skip]
    tegefaulkes committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    4c119d5 View commit details
    Browse the repository at this point in the history
  3. refactor: converting NodeConnectionManager

    [ci skip]
    tegefaulkes committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    c9774e2 View commit details
    Browse the repository at this point in the history
  4. feat: multi-connection logic

    [ci skip]
    tegefaulkes committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    06a92cd View commit details
    Browse the repository at this point in the history
  5. tests: coverting and fixing nodes domain tests

    [ci skip]
    tegefaulkes committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    dbbc880 View commit details
    Browse the repository at this point in the history
  6. tests: converting tests

    - tests for `NodeConnectionManager` seed nodes
    - seed node tests
    - seed node tests
    - `NodeManager` tests
    - `NodeConnectionManager` timeout tests
    - nodes domain tests converted
    
    [ci skip]
    tegefaulkes committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    0457aeb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    79ee35c View commit details
    Browse the repository at this point in the history
  8. tests: fixing up tests

    - agent handler tests
    - client handler tests
    - fixing bin tests
    - adding test todos
    
    [ci skip]
    tegefaulkes committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    9a08208 View commit details
    Browse the repository at this point in the history
  9. dep: running npm install after re-base

    [ci skip]
    tegefaulkes committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    fbf6004 View commit details
    Browse the repository at this point in the history
  10. tests: fixing up nodes tests

    - Also updated `js-quic` version
    - applying new js-quic changes and testing
    - fixing up nodes tests
    - fixes and changes to `NodeConnection` connection info
    
    [ci skip]
    tegefaulkes committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    1d6c6e5 View commit details
    Browse the repository at this point in the history
  11. tests: fixing up tests

    [ci skip]
    tegefaulkes committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    b06ee1d View commit details
    Browse the repository at this point in the history
  12. fix: Fixed up NodeConnectionMap deadlock

    [ci skip]
    tegefaulkes committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    e3d05f0 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    fc63ca9 View commit details
    Browse the repository at this point in the history
  14. refactor: fixes and clean up

    - cleaning up proxy related stuff
    - fixed process hold open
    
    [ci skip]
    tegefaulkes committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    37842ec View commit details
    Browse the repository at this point in the history
  15. refactor: removing Protobuf and GRPC tools

    [ci skip]
    tegefaulkes committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    b5914b4 View commit details
    Browse the repository at this point in the history
  16. docs: updated documentation

    [ci skip]
    tegefaulkes committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    4d6d95e View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2023

  1. fix: fixed imports

    [ci skip]
    tegefaulkes committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    adb8a31 View commit details
    Browse the repository at this point in the history
  2. fix: fixing up import

    [ci skip]
    tegefaulkes committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    b312bb8 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2023

  1. fix: removing placeholder agent handler

    [ci skip]
    tegefaulkes committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    b74cadb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bbc6647 View commit details
    Browse the repository at this point in the history
  3. fix: removing echo handler

    [ci skip]
    tegefaulkes committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    4aef5db View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. fix: reverted changes to Sigchain.ts

    Turns out it wasn't needed. I ran all the tests and there were no errors relating to it.
    
    [ci skip]
    tegefaulkes committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    b1b2db9 View commit details
    Browse the repository at this point in the history
  2. dep: removed utp-native

    [ci skip]
    tegefaulkes committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    d649dbe View commit details
    Browse the repository at this point in the history
  3. build: fixed pkg command

    [ci skip]
    tegefaulkes committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    c56d1e7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    408afe8 View commit details
    Browse the repository at this point in the history
  5. fix: fixed index import for RPC handlers

    [ci skip]
    tegefaulkes committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    f971650 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    abfb115 View commit details
    Browse the repository at this point in the history
  7. fix: fixed handler inputs

    [ci skip]
    tegefaulkes committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    972ef96 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8f07a75 View commit details
    Browse the repository at this point in the history
  9. fix: fixed network error name

    [ci skip]
    tegefaulkes committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    4b16010 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    43599f6 View commit details
    Browse the repository at this point in the history
  11. fix: fixed some types

    [ci skip]
    tegefaulkes committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    1ca6ea5 View commit details
    Browse the repository at this point in the history
  12. fix: replaced NoData type with ObjectEmpty

    [ci skip]
    tegefaulkes committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    d36a9ac View commit details
    Browse the repository at this point in the history
  13. fix: fixed mentions of GRPC

    [ci skip]
    tegefaulkes committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    4f545d2 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    c68c955 View commit details
    Browse the repository at this point in the history
  15. fix: fixed keepAliveIntervalTime usage

    [ci skip]
    tegefaulkes committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    c5da3d4 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    3427f5b View commit details
    Browse the repository at this point in the history
  17. fix: moved nodeIdFromMeta to agent domain

    [ci skip]
    tegefaulkes committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    d72393e View commit details
    Browse the repository at this point in the history
  18. fix: updating config names

    [ci skip]
    tegefaulkes committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    e3db77b View commit details
    Browse the repository at this point in the history
  19. fix: fixing up RPC handler imports

    [ci skip]
    tegefaulkes committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    703ec5d View commit details
    Browse the repository at this point in the history