Skip to content

Commit

Permalink
Squashed commit of the following:
Browse files Browse the repository at this point in the history
commit ca67dca
Author: Chinmay Kousik <chinmaykousik1@gmail.com>
Date:   Fri Dec 23 12:59:08 2022 +0530

    fix tests

commit a511eb2
Author: Chinmay Kousik <chinmaykousik1@gmail.com>
Date:   Thu Dec 22 21:03:27 2022 +0530

    fix lint

commit 1de896e
Author: Chinmay Kousik <chinmaykousik1@gmail.com>
Date:   Thu Dec 22 21:02:21 2022 +0530

    fix components

commit 9bf516a
Author: Chinmay Kousik <chinmaykousik1@gmail.com>
Date:   Mon Nov 7 14:59:10 2022 +0530

    Update circuitv2

commit cd6ac9c
Author: achingbrain <alex@achingbrain.net>
Date:   Thu Oct 6 16:30:51 2022 +0100

    fix: update code from master

commit 574f30e
Author: Marin Petrunic <marin.petrunic@gmail.com>
Date:   Sun Jul 31 10:54:47 2022 +0200

    fix: type errors

commit a03a6b1
Author: Marin Petrunic <marin.petrunic@gmail.com>
Date:   Sun Jul 31 10:30:33 2022 +0200

    fix: bugs, circuitv1 code

commit f4bbed0
Author: Marin Petrunic <marin.petrunic@gmail.com>
Date:   Sat Jul 30 19:31:14 2022 +0200

    fix: failling tests

commit 4a0bb08
Author: Marin <marin.petrunic@gmail.com>
Date:   Mon Jul 18 17:43:27 2022 +0200

    tmp

commit a3fab87
Author: Marin <marin.petrunic@gmail.com>
Date:   Thu Jun 23 13:29:25 2022 +0200

    feat: add cirvuitv2 client

commit b80ec0a
Author: Marin <marin.petrunic@gmail.com>
Date:   Fri Jun 10 15:45:45 2022 +0200

    chore: fix chai imports

commit e6c653d
Author: Marin <marin.petrunic@gmail.com>
Date:   Fri Jun 10 15:39:46 2022 +0200

    remove proto index.js

commit 5fc1cc6
Author: Marin <marin.petrunic@gmail.com>
Date:   Fri Jun 10 15:34:44 2022 +0200

    fix: tests and linting

commit 2a791f5
Author: Marin <marin.petrunic@gmail.com>
Date:   Fri Apr 8 16:35:11 2022 +0200

    chore: post merge fixes

commit 9c3499f
Author: Marin <marin.petrunic@gmail.com>
Date:   Wed Mar 23 14:46:43 2022 +0100

    chore: fix type issues

commit a07a9c2
Author: Marin <marin.petrunic@gmail.com>
Date:   Wed Mar 23 14:41:13 2022 +0100

    feat: add auto reservation

commit a20855c
Author: Marin <marin.petrunic@gmail.com>
Date:   Mon Mar 21 19:07:19 2022 +0100

    feat: add reservation store

commit a85d3c5
Author: Marin <marin.petrunic@gmail.com>
Date:   Tue Mar 8 14:55:15 2022 +0100

    chore: fix circuitv2 bug preventing e2e test from passing

commit e8b3618
Author: Marin <marin.petrunic@gmail.com>
Date:   Fri Feb 25 14:01:11 2022 +0100

    chore: fix hop/stop unit tests

commit acccbbe
Author: Marin <marin.petrunic@gmail.com>
Date:   Fri Feb 25 13:52:17 2022 +0100

    chore: integrate circuit v2 in transport

commit 69f35c5
Author: Marin <marin.petrunic@gmail.com>
Date:   Mon Feb 21 16:28:04 2022 +0100

    feat: add circuit v2 subprotocols
  • Loading branch information
ckousik committed Jan 5, 2023
1 parent 43d0bc6 commit 2fe7457
Show file tree
Hide file tree
Showing 41 changed files with 3,003 additions and 455 deletions.
67 changes: 67 additions & 0 deletions .coverage/coverage-final.json

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"typescript.tsdk": "node_modules/typescript/lib"
}
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,13 @@
"build": "aegir build",
"docs": "aegir docs",
"generate": "run-s generate:proto:*",
"generate:proto:circuit": "protons ./src/circuit/pb/index.proto",
"generate:proto:circuitv1": "protons ./src/circuit/v1/pb/index.proto",
"generate:proto:circuitv2": "protons ./src/circuit/v2/pb/index.proto",
"generate:proto:fetch": "protons ./src/fetch/pb/proto.proto",
"generate:proto:identify": "protons ./src/identify/pb/message.proto",
"generate:proto:plaintext": "protons ./src/insecure/pb/proto.proto",
"test": "aegir test",
"test:relay": "aegir test -t node -f \"./dist/test/relay/*.{node,spec}.js\" --cov",
"test:node": "aegir test -t node -f \"./dist/test/**/*.{node,spec}.js\" --cov",
"test:chrome": "aegir test -t browser -f \"./dist/test/**/*.spec.js\" --cov",
"test:chrome-webworker": "aegir test -t webworker -f \"./dist/test/**/*.spec.js\"",
Expand Down
220 changes: 0 additions & 220 deletions src/circuit/circuit/hop.ts

This file was deleted.

Loading

0 comments on commit 2fe7457

Please sign in to comment.