Commit a95ffdb
fix(sdk-core): fix lint errors and await DKG restoreSession in tests
Fix prettier formatting in createOfflineKeyGenRound2Share (multi-line
decrypt call) and in test helper (function signature and initDkg args).
Remove unused variables from buildCounterPartyAndBitgoMsgs test helper.
Update sdk-lib-mpc DKG session management test to await restoreSession,
which is now async after the fix to load WASM before restoring state.
Ticket: WCI-890
Session-Id: 2b6d8843-9bec-4a05-8725-18d450b7f097
Task-Id: dcea3d67-b592-483a-967b-968cc01f5b761 parent bf10059 commit a95ffdb
3 files changed
Lines changed: 10 additions & 22 deletions
File tree
- modules
- sdk-core
- src/bitgo/utils/tss/eddsa
- test/unit/bitgo/utils/tss/eddsa
- sdk-lib-mpc/test/unit/tss/eddsa
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
735 | 735 | | |
736 | 736 | | |
737 | 737 | | |
738 | | - | |
| 738 | + | |
| 739 | + | |
| 740 | + | |
| 741 | + | |
739 | 742 | | |
740 | 743 | | |
741 | 744 | | |
| |||
Lines changed: 3 additions & 18 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
818 | 818 | | |
819 | 819 | | |
820 | 820 | | |
821 | | - | |
822 | | - | |
823 | | - | |
| 821 | + | |
824 | 822 | | |
825 | 823 | | |
826 | 824 | | |
| |||
839 | 837 | | |
840 | 838 | | |
841 | 839 | | |
842 | | - | |
| 840 | + | |
843 | 841 | | |
844 | 842 | | |
845 | 843 | | |
846 | 844 | | |
847 | | - | |
848 | | - | |
849 | | - | |
850 | | - | |
851 | | - | |
852 | | - | |
853 | | - | |
854 | | - | |
855 | | - | |
856 | | - | |
857 | 845 | | |
858 | 846 | | |
859 | 847 | | |
860 | 848 | | |
861 | 849 | | |
862 | 850 | | |
863 | 851 | | |
864 | | - | |
865 | | - | |
866 | | - | |
867 | | - | |
| 852 | + | |
868 | 853 | | |
869 | 854 | | |
870 | 855 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
286 | 286 | | |
287 | 287 | | |
288 | 288 | | |
289 | | - | |
290 | | - | |
291 | | - | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
292 | 292 | | |
293 | 293 | | |
294 | 294 | | |
| |||
0 commit comments