Skip to content

js-quic integration and Agent migration #525

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

Merged
merged 40 commits into from
Aug 1, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
045be37
refactor: converting agent handlers
tegefaulkes May 23, 2023
4c119d5
refactor: converting `NodeConnection`
tegefaulkes May 25, 2023
c9774e2
refactor: converting `NodeConnectionManager`
tegefaulkes May 25, 2023
06a92cd
feat: multi-connection logic
tegefaulkes May 26, 2023
dbbc880
tests: coverting and fixing nodes domain tests
tegefaulkes May 31, 2023
0457aeb
tests: converting tests
tegefaulkes Jun 5, 2023
79ee35c
refactor: removing un-needed `network` and `GRPC` domain code
tegefaulkes Jun 6, 2023
9a08208
tests: fixing up tests
tegefaulkes Jun 6, 2023
fbf6004
dep: running npm install after re-base
tegefaulkes Jul 7, 2023
1d6c6e5
tests: fixing up nodes tests
tegefaulkes Jul 7, 2023
b06ee1d
tests: fixing up tests
tegefaulkes Jul 11, 2023
e3d05f0
fix: Fixed up `NodeConnectionMap` deadlock
tegefaulkes Jul 14, 2023
fc63ca9
fix: propagating connection configs and clean up
tegefaulkes Jul 19, 2023
37842ec
refactor: fixes and clean up
tegefaulkes Jul 19, 2023
b5914b4
refactor: removing Protobuf and GRPC tools
tegefaulkes Jul 20, 2023
4d6d95e
docs: updated documentation
tegefaulkes Jul 20, 2023
adb8a31
fix: fixed imports
tegefaulkes Jul 21, 2023
b312bb8
fix: fixing up import
tegefaulkes Jul 21, 2023
b74cadb
fix: removing placeholder agent handler
tegefaulkes Jul 26, 2023
bbc6647
fix: fixing up errors relating to missing connection certificates
tegefaulkes Jul 26, 2023
4aef5db
fix: removing echo handler
tegefaulkes Jul 26, 2023
b1b2db9
fix: reverted changes to `Sigchain.ts`
tegefaulkes Jul 26, 2023
d649dbe
dep: removed `utp-native`
tegefaulkes Jul 26, 2023
c56d1e7
build: fixed `pkg` command
tegefaulkes Jul 26, 2023
408afe8
fix: updated `Polykeyclient` client manifest to be hard coded
tegefaulkes Jul 26, 2023
f971650
fix: fixed index import for RPC handlers
tegefaulkes Jul 26, 2023
abfb115
fix: renamed `nodesChainDataGet` to `nodesClaimsGet`
tegefaulkes Jul 26, 2023
972ef96
fix: fixed handler inputs
tegefaulkes Jul 27, 2023
8f07a75
fix: parameterized process vertex timeout and other fixes
tegefaulkes Jul 27, 2023
4b16010
fix: fixed network error name
tegefaulkes Jul 27, 2023
43599f6
fix: added comment to RPC response and result message types
tegefaulkes Jul 27, 2023
1ca6ea5
fix: fixed some types
tegefaulkes Jul 27, 2023
d36a9ac
fix: replaced `NoData` type with `ObjectEmpty`
tegefaulkes Jul 28, 2023
4f545d2
fix: fixed mentions of `GRPC`
tegefaulkes Jul 28, 2023
c68c955
fix: fixing usage of `Host` and `Port` types to be internal
tegefaulkes Jul 31, 2023
c5da3d4
fix: fixed `keepAliveIntervalTime` usage
tegefaulkes Jul 31, 2023
3427f5b
docs: added doc-blocks describing RPC manifests
tegefaulkes Aug 1, 2023
d72393e
fix: moved `nodeIdFromMeta` to agent domain
tegefaulkes Aug 1, 2023
e3db77b
fix: updating config names
tegefaulkes Aug 1, 2023
703ec5d
fix: fixing up RPC handler imports
tegefaulkes Aug 1, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
1 change: 1 addition & 0 deletions docs/.nojekyll
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
TypeDoc added this file to prevent GitHub Pages from using Jekyll. You can turn off this behavior by setting the `githubPages` option to false.
Loading