Commit 0a1e946
authored
refactor: remove connection protocol (openwallet-foundation#3184)
* refactor: drop argparse references to connections proto
Signed-off-by: Daniel Bluhm <[email protected]>
* refactor: allow overridding BaseConnectionManager
Signed-off-by: Daniel Bluhm <[email protected]>
* refactor: move routes for connection management
Signed-off-by: Daniel Bluhm <[email protected]>
* refactor: remove conn proto routes
Signed-off-by: Daniel Bluhm <[email protected]>
* refactor: base conn manager references to conn proto
Signed-off-by: Daniel Bluhm <[email protected]>
* refactor: conn record references to conn proto
Signed-off-by: Daniel Bluhm <[email protected]>
* refactor: conn record tests
Signed-off-by: Daniel Bluhm <[email protected]>
* refactor: test base manager
Signed-off-by: Daniel Bluhm <[email protected]>
* refactor: conductor references to conn proto
Signed-off-by: Daniel Bluhm <[email protected]>
* refactor: test conductor
Signed-off-by: Daniel Bluhm <[email protected]>
* refactor: test oob processor
Signed-off-by: Daniel Bluhm <[email protected]>
* refactor: update mediation route ref
Signed-off-by: Daniel Bluhm <[email protected]>
* refactor: forward invitation message and handler
Signed-off-by: Daniel Bluhm <[email protected]>
* refactor: forward invitation request
Signed-off-by: Daniel Bluhm <[email protected]>
* refactor: forward invite handler tests
Signed-off-by: Daniel Bluhm <[email protected]>
* refactor: introduction proto message tests
Signed-off-by: Daniel Bluhm <[email protected]>
* refactor: oob manager
Signed-off-by: Daniel Bluhm <[email protected]>
* refactor: oob invitation message
Signed-off-by: Daniel Bluhm <[email protected]>
* refactor: oob manager tests
Signed-off-by: Daniel Bluhm <[email protected]>
* refactor: routing proto conn proto refs
Signed-off-by: Daniel Bluhm <[email protected]>
* refactor: endorsement setup conn proto refs
Signed-off-by: Daniel Bluhm <[email protected]>
* refactor: drop conn proto from scenario tests
Signed-off-by: Daniel Bluhm <[email protected]>
* refactor: delete conn proto
Signed-off-by: Daniel Bluhm <[email protected]>
* fix: conductor test failure for static conn create
Signed-off-by: Daniel Bluhm <[email protected]>
---------
Signed-off-by: Daniel Bluhm <[email protected]>1 parent c849183 commit 0a1e946
File tree
57 files changed
+426
-6182
lines changed- acapy_agent
- config
- connections
- models
- tests
- tests
- core
- tests
- protocols
- connections
- v1_0
- handlers
- tests
- messages
- tests
- models
- tests
- coordinate_mediation/v1_0
- introduction/v0_1
- handlers
- tests
- messages
- tests
- out_of_band/v1_0
- messages
- tests
- tests
- routing/v1_0/handlers
- tests
- utils
- scenarios/examples
- mediation
- simple
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
57 files changed
+426
-6182
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
295 | 295 | | |
296 | 296 | | |
297 | 297 | | |
298 | | - | |
299 | | - | |
300 | | - | |
301 | | - | |
302 | | - | |
303 | | - | |
304 | | - | |
305 | | - | |
306 | | - | |
307 | 298 | | |
308 | 299 | | |
309 | 300 | | |
| |||
441 | 432 | | |
442 | 433 | | |
443 | 434 | | |
444 | | - | |
445 | | - | |
446 | 435 | | |
447 | 436 | | |
448 | 437 | | |
| |||
1463 | 1452 | | |
1464 | 1453 | | |
1465 | 1454 | | |
1466 | | - | |
1467 | | - | |
1468 | | - | |
1469 | | - | |
1470 | | - | |
1471 | | - | |
1472 | | - | |
1473 | | - | |
1474 | | - | |
1475 | | - | |
1476 | 1455 | | |
1477 | 1456 | | |
1478 | 1457 | | |
1479 | 1458 | | |
1480 | 1459 | | |
1481 | 1460 | | |
1482 | | - | |
1483 | | - | |
1484 | 1461 | | |
1485 | 1462 | | |
1486 | 1463 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
9 | | - | |
| 10 | + | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
| |||
117 | 118 | | |
118 | 119 | | |
119 | 120 | | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
120 | 127 | | |
121 | 128 | | |
122 | 129 | | |
| |||
135 | 142 | | |
136 | 143 | | |
137 | 144 | | |
| 145 | + | |
138 | 146 | | |
139 | 147 | | |
140 | 148 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| |||
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
| 32 | + | |
35 | 33 | | |
36 | 34 | | |
37 | 35 | | |
| |||
301 | 299 | | |
302 | 300 | | |
303 | 301 | | |
| 302 | + | |
| 303 | + | |
304 | 304 | | |
305 | 305 | | |
306 | 306 | | |
| |||
313 | 313 | | |
314 | 314 | | |
315 | 315 | | |
| 316 | + | |
316 | 317 | | |
317 | 318 | | |
318 | 319 | | |
| |||
615 | 616 | | |
616 | 617 | | |
617 | 618 | | |
618 | | - | |
| 619 | + | |
619 | 620 | | |
620 | 621 | | |
621 | 622 | | |
| |||
625 | 626 | | |
626 | 627 | | |
627 | 628 | | |
628 | | - | |
| 629 | + | |
629 | 630 | | |
630 | 631 | | |
631 | 632 | | |
632 | 633 | | |
633 | 634 | | |
634 | 635 | | |
635 | 636 | | |
636 | | - | |
637 | | - | |
638 | | - | |
639 | | - | |
640 | | - | |
641 | | - | |
642 | | - | |
643 | | - | |
644 | | - | |
| 637 | + | |
| 638 | + | |
| 639 | + | |
| 640 | + | |
| 641 | + | |
| 642 | + | |
| 643 | + | |
| 644 | + | |
645 | 645 | | |
646 | | - | |
647 | | - | |
648 | | - | |
649 | | - | |
650 | 646 | | |
651 | | - | |
652 | | - | |
653 | | - | |
654 | | - | |
655 | | - | |
656 | | - | |
657 | | - | |
658 | | - | |
659 | | - | |
660 | | - | |
661 | | - | |
662 | | - | |
663 | | - | |
664 | | - | |
665 | | - | |
666 | | - | |
667 | | - | |
668 | | - | |
669 | | - | |
| 647 | + | |
| 648 | + | |
| 649 | + | |
| 650 | + | |
| 651 | + | |
| 652 | + | |
| 653 | + | |
670 | 654 | | |
671 | 655 | | |
672 | 656 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | 18 | | |
29 | 19 | | |
30 | 20 | | |
| |||
44 | 34 | | |
45 | 35 | | |
46 | 36 | | |
47 | | - | |
| 37 | + | |
48 | 38 | | |
49 | 39 | | |
50 | 40 | | |
| |||
430 | 420 | | |
431 | 421 | | |
432 | 422 | | |
433 | | - | |
| 423 | + | |
434 | 424 | | |
435 | 425 | | |
436 | 426 | | |
| |||
447 | 437 | | |
448 | 438 | | |
449 | 439 | | |
450 | | - | |
451 | | - | |
452 | | - | |
| 440 | + | |
453 | 441 | | |
454 | 442 | | |
455 | 443 | | |
| |||
462 | 450 | | |
463 | 451 | | |
464 | 452 | | |
465 | | - | |
466 | | - | |
467 | | - | |
468 | | - | |
469 | | - | |
| 453 | + | |
470 | 454 | | |
471 | 455 | | |
472 | 456 | | |
473 | 457 | | |
474 | | - | |
| 458 | + | |
475 | 459 | | |
476 | 460 | | |
477 | 461 | | |
| |||
491 | 475 | | |
492 | 476 | | |
493 | 477 | | |
494 | | - | |
| 478 | + | |
495 | 479 | | |
496 | 480 | | |
497 | 481 | | |
| |||
503 | 487 | | |
504 | 488 | | |
505 | 489 | | |
506 | | - | |
507 | | - | |
508 | | - | |
509 | | - | |
510 | | - | |
| 490 | + | |
511 | 491 | | |
512 | 492 | | |
513 | 493 | | |
| |||
709 | 689 | | |
710 | 690 | | |
711 | 691 | | |
712 | | - | |
| 692 | + | |
713 | 693 | | |
714 | 694 | | |
715 | 695 | | |
| |||
0 commit comments