@bitgo/sdk-core 8.5.0 → 8.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +33 -0
- package/dist/src/account-lib/mpc/curves/baseCurve.d.ts +2 -17
- package/dist/src/account-lib/mpc/curves/baseCurve.d.ts.map +1 -1
- package/dist/src/account-lib/mpc/curves/baseCurve.js +1 -4
- package/dist/src/account-lib/mpc/curves/secp256k1.d.ts +4 -16
- package/dist/src/account-lib/mpc/curves/secp256k1.d.ts.map +1 -1
- package/dist/src/account-lib/mpc/curves/secp256k1.js +6 -67
- package/dist/src/account-lib/mpc/hdTree.d.ts +2 -1
- package/dist/src/account-lib/mpc/hdTree.d.ts.map +1 -1
- package/dist/src/account-lib/mpc/hdTree.js +3 -2
- package/dist/src/account-lib/mpc/tss/ecdsa/ecdsa.d.ts +38 -12
- package/dist/src/account-lib/mpc/tss/ecdsa/ecdsa.d.ts.map +1 -1
- package/dist/src/account-lib/mpc/tss/ecdsa/ecdsa.js +571 -179
- package/dist/src/account-lib/mpc/tss/ecdsa/rangeproof.d.ts +6 -90
- package/dist/src/account-lib/mpc/tss/ecdsa/rangeproof.d.ts.map +1 -1
- package/dist/src/account-lib/mpc/tss/ecdsa/rangeproof.js +6 -417
- package/dist/src/account-lib/mpc/tss/ecdsa/types.d.ts +92 -155
- package/dist/src/account-lib/mpc/tss/ecdsa/types.d.ts.map +1 -1
- package/dist/src/account-lib/mpc/tss/ecdsa/types.js +1 -1
- package/dist/src/account-lib/mpc/tss/eddsa/eddsa.d.ts +1 -0
- package/dist/src/account-lib/mpc/tss/eddsa/eddsa.d.ts.map +1 -1
- package/dist/src/account-lib/mpc/tss/eddsa/eddsa.js +16 -1
- package/dist/src/account-lib/mpc/tss/eddsa/types.d.ts +4 -0
- package/dist/src/account-lib/mpc/tss/eddsa/types.d.ts.map +1 -1
- package/dist/src/account-lib/mpc/tss/eddsa/types.js +1 -1
- package/dist/src/account-lib/mpc/util.d.ts +3 -30
- package/dist/src/account-lib/mpc/util.d.ts.map +1 -1
- package/dist/src/account-lib/mpc/util.js +10 -68
- package/dist/src/account-lib/util/crypto.d.ts +5 -25
- package/dist/src/account-lib/util/crypto.d.ts.map +1 -1
- package/dist/src/account-lib/util/crypto.js +10 -55
- package/dist/src/bitgo/enterprise/enterprise.d.ts +3 -3
- package/dist/src/bitgo/enterprise/enterprise.d.ts.map +1 -1
- package/dist/src/bitgo/enterprise/enterprise.js +7 -6
- package/dist/src/bitgo/enterprise/iEnterprise.d.ts +3 -3
- package/dist/src/bitgo/enterprise/iEnterprise.d.ts.map +1 -1
- package/dist/src/bitgo/enterprise/iEnterprise.js +1 -1
- package/dist/src/bitgo/environments.d.ts +2 -0
- package/dist/src/bitgo/environments.d.ts.map +1 -1
- package/dist/src/bitgo/environments.js +7 -3
- package/dist/src/bitgo/pendingApproval/iPendingApproval.d.ts +1 -0
- package/dist/src/bitgo/pendingApproval/iPendingApproval.d.ts.map +1 -1
- package/dist/src/bitgo/pendingApproval/iPendingApproval.js +1 -1
- package/dist/src/bitgo/pendingApproval/pendingApproval.d.ts.map +1 -1
- package/dist/src/bitgo/pendingApproval/pendingApproval.js +9 -1
- package/dist/src/bitgo/tss/common.d.ts +5 -6
- package/dist/src/bitgo/tss/common.d.ts.map +1 -1
- package/dist/src/bitgo/tss/common.js +7 -11
- package/dist/src/bitgo/tss/ecdsa/ecdsa.d.ts +11 -8
- package/dist/src/bitgo/tss/ecdsa/ecdsa.d.ts.map +1 -1
- package/dist/src/bitgo/tss/ecdsa/ecdsa.js +46 -33
- package/dist/src/bitgo/tss/ecdsa/types.d.ts +2 -2
- package/dist/src/bitgo/tss/ecdsa/types.d.ts.map +1 -1
- package/dist/src/bitgo/tss/ecdsa/types.js +1 -1
- package/dist/src/bitgo/tss/types.d.ts +4 -0
- package/dist/src/bitgo/tss/types.d.ts.map +1 -1
- package/dist/src/bitgo/tss/types.js +1 -1
- package/dist/src/bitgo/utils/opengpgUtils.d.ts +13 -0
- package/dist/src/bitgo/utils/opengpgUtils.d.ts.map +1 -1
- package/dist/src/bitgo/utils/opengpgUtils.js +22 -5
- package/dist/src/bitgo/utils/tss/ecdsa/ecdsa.d.ts +12 -10
- package/dist/src/bitgo/utils/tss/ecdsa/ecdsa.d.ts.map +1 -1
- package/dist/src/bitgo/utils/tss/ecdsa/ecdsa.js +79 -53
- package/dist/src/bitgo/utils/tss/ecdsa/types.d.ts +4 -3
- package/dist/src/bitgo/utils/tss/ecdsa/types.d.ts.map +1 -1
- package/dist/src/bitgo/utils/tss/ecdsa/types.js +1 -1
- package/dist/src/bitgo/wallet/iWallet.d.ts +5 -0
- package/dist/src/bitgo/wallet/iWallet.d.ts.map +1 -1
- package/dist/src/bitgo/wallet/iWallet.js +1 -1
- package/dist/src/bitgo/wallet/wallet.d.ts.map +1 -1
- package/dist/src/bitgo/wallet/wallet.js +8 -3
- package/dist/tsconfig.tsbuildinfo +453 -338
- package/package.json +5 -5
|
@@ -632,8 +632,8 @@
|
|
|
632
632
|
"affectsGlobalScope": false
|
|
633
633
|
},
|
|
634
634
|
"../../utxo-lib/dist/src/bitgo/wallet/chains.d.ts": {
|
|
635
|
-
"version": "
|
|
636
|
-
"signature": "
|
|
635
|
+
"version": "df965bc92feaa12bd4e9bd31b3443fdfd155eefa4939bdbc26fed5098cfde41d",
|
|
636
|
+
"signature": "df965bc92feaa12bd4e9bd31b3443fdfd155eefa4939bdbc26fed5098cfde41d",
|
|
637
637
|
"affectsGlobalScope": false
|
|
638
638
|
},
|
|
639
639
|
"../../utxo-lib/dist/src/bitgo/outputscripts.d.ts": {
|
|
@@ -641,14 +641,9 @@
|
|
|
641
641
|
"signature": "2888551d6cce4a6cfe67546e46e74c07a52af03dd231adcaac720b155cb8e977",
|
|
642
642
|
"affectsGlobalScope": false
|
|
643
643
|
},
|
|
644
|
-
"../../../node_modules/
|
|
645
|
-
"version": "
|
|
646
|
-
"signature": "
|
|
647
|
-
"affectsGlobalScope": false
|
|
648
|
-
},
|
|
649
|
-
"../../../node_modules/bip32/types/index.d.ts": {
|
|
650
|
-
"version": "6bc78ca431af68b902781d24cbf7c6ae662e6b1610e56ed6173f3a9384c50304",
|
|
651
|
-
"signature": "6bc78ca431af68b902781d24cbf7c6ae662e6b1610e56ed6173f3a9384c50304",
|
|
644
|
+
"../../../node_modules/@brandonblack/musig/lib/index.d.ts": {
|
|
645
|
+
"version": "e46c000f93dafb4fc49a0ac11087aa2f5eef0901a86cd653ecae0b73352a3628",
|
|
646
|
+
"signature": "e46c000f93dafb4fc49a0ac11087aa2f5eef0901a86cd653ecae0b73352a3628",
|
|
652
647
|
"affectsGlobalScope": false
|
|
653
648
|
},
|
|
654
649
|
"../../../node_modules/bip174/src/lib/proprietarykeyval.d.ts": {
|
|
@@ -656,29 +651,39 @@
|
|
|
656
651
|
"signature": "e4c94bbc250fdc12eb67d2eeab41b50771be16ea342f2f9a13a85854e2c2f385",
|
|
657
652
|
"affectsGlobalScope": false
|
|
658
653
|
},
|
|
654
|
+
"../../utxo-lib/dist/src/bitgo/psbtutil.d.ts": {
|
|
655
|
+
"version": "a0107282db48398c6c2846f4a0a4ce5f1c43b2259ab1aad4c956e898bc44b00e",
|
|
656
|
+
"signature": "a0107282db48398c6c2846f4a0a4ce5f1c43b2259ab1aad4c956e898bc44b00e",
|
|
657
|
+
"affectsGlobalScope": false
|
|
658
|
+
},
|
|
659
|
+
"../../utxo-lib/dist/src/bitgo/musig2.d.ts": {
|
|
660
|
+
"version": "d36976b497242d0ce26b09d80cef24f18cf4e93db3221badac8f0c88eb4a6037",
|
|
661
|
+
"signature": "d36976b497242d0ce26b09d80cef24f18cf4e93db3221badac8f0c88eb4a6037",
|
|
662
|
+
"affectsGlobalScope": false
|
|
663
|
+
},
|
|
659
664
|
"../../utxo-lib/dist/src/bitgo/utxotransaction.d.ts": {
|
|
660
665
|
"version": "684e031ec8a911ebe107159504ed48b2a20367a0a1bc1e0500c35c1f85280669",
|
|
661
666
|
"signature": "684e031ec8a911ebe107159504ed48b2a20367a0a1bc1e0500c35c1f85280669",
|
|
662
667
|
"affectsGlobalScope": false
|
|
663
668
|
},
|
|
664
|
-
"../../utxo-lib/dist/src/bitgo/
|
|
665
|
-
"version": "
|
|
666
|
-
"signature": "
|
|
669
|
+
"../../utxo-lib/dist/src/bitgo/dash/dashtransaction.d.ts": {
|
|
670
|
+
"version": "7df2b9c4e93eeab03cc5eba9061a6468b682b605c55312ca09e4c9c201819c10",
|
|
671
|
+
"signature": "7df2b9c4e93eeab03cc5eba9061a6468b682b605c55312ca09e4c9c201819c10",
|
|
667
672
|
"affectsGlobalScope": false
|
|
668
673
|
},
|
|
669
|
-
"../../../node_modules
|
|
670
|
-
"version": "
|
|
671
|
-
"signature": "
|
|
674
|
+
"../../../node_modules/bip32/types/bip32.d.ts": {
|
|
675
|
+
"version": "bcba99e785dcaf8c662da39e88d4b19b7bd1ac6f2747326627af703aeee75076",
|
|
676
|
+
"signature": "bcba99e785dcaf8c662da39e88d4b19b7bd1ac6f2747326627af703aeee75076",
|
|
672
677
|
"affectsGlobalScope": false
|
|
673
678
|
},
|
|
674
|
-
"
|
|
675
|
-
"version": "
|
|
676
|
-
"signature": "
|
|
679
|
+
"../../../node_modules/bip32/types/index.d.ts": {
|
|
680
|
+
"version": "6bc78ca431af68b902781d24cbf7c6ae662e6b1610e56ed6173f3a9384c50304",
|
|
681
|
+
"signature": "6bc78ca431af68b902781d24cbf7c6ae662e6b1610e56ed6173f3a9384c50304",
|
|
677
682
|
"affectsGlobalScope": false
|
|
678
683
|
},
|
|
679
|
-
"../../utxo-lib/dist/src/bitgo/
|
|
680
|
-
"version": "
|
|
681
|
-
"signature": "
|
|
684
|
+
"../../utxo-lib/dist/src/bitgo/utxopsbt.d.ts": {
|
|
685
|
+
"version": "a8db149014f37dec9784d021efd063da2c964fb841ab5498cd37a4ff1b3fd3bf",
|
|
686
|
+
"signature": "a8db149014f37dec9784d021efd063da2c964fb841ab5498cd37a4ff1b3fd3bf",
|
|
682
687
|
"affectsGlobalScope": false
|
|
683
688
|
},
|
|
684
689
|
"../../utxo-lib/dist/src/bitgo/dash/dashpsbt.d.ts": {
|
|
@@ -742,8 +747,8 @@
|
|
|
742
747
|
"affectsGlobalScope": false
|
|
743
748
|
},
|
|
744
749
|
"../../utxo-lib/dist/src/bitgo/wallet/psbt.d.ts": {
|
|
745
|
-
"version": "
|
|
746
|
-
"signature": "
|
|
750
|
+
"version": "8651a3eeab1f7b4d59c3175b471b9b3cab0903d91ba7da64a13fe008ff894c56",
|
|
751
|
+
"signature": "8651a3eeab1f7b4d59c3175b471b9b3cab0903d91ba7da64a13fe008ff894c56",
|
|
747
752
|
"affectsGlobalScope": false
|
|
748
753
|
},
|
|
749
754
|
"../../utxo-lib/dist/src/bitgo/wallet/walletoutput.d.ts": {
|
|
@@ -807,8 +812,8 @@
|
|
|
807
812
|
"affectsGlobalScope": false
|
|
808
813
|
},
|
|
809
814
|
"../../utxo-lib/dist/src/bitgo/index.d.ts": {
|
|
810
|
-
"version": "
|
|
811
|
-
"signature": "
|
|
815
|
+
"version": "f9dd9c67823de7f36be167f3a7cae7921a0f2e191543a65d1530c279f880b80b",
|
|
816
|
+
"signature": "f9dd9c67823de7f36be167f3a7cae7921a0f2e191543a65d1530c279f880b80b",
|
|
812
817
|
"affectsGlobalScope": false
|
|
813
818
|
},
|
|
814
819
|
"../../utxo-lib/dist/src/address.d.ts": {
|
|
@@ -837,13 +842,18 @@
|
|
|
837
842
|
"affectsGlobalScope": false
|
|
838
843
|
},
|
|
839
844
|
"../../utxo-lib/dist/src/testutil/psbt.d.ts": {
|
|
840
|
-
"version": "
|
|
841
|
-
"signature": "
|
|
845
|
+
"version": "71d8e8a1b63e255b56a1a9ac448d2eec14a7edeb2709691391a267081f8c2bf1",
|
|
846
|
+
"signature": "71d8e8a1b63e255b56a1a9ac448d2eec14a7edeb2709691391a267081f8c2bf1",
|
|
847
|
+
"affectsGlobalScope": false
|
|
848
|
+
},
|
|
849
|
+
"../../utxo-lib/dist/src/testutil/transaction.d.ts": {
|
|
850
|
+
"version": "1581c3bb86d261b46ba0e87d643608d1d73f6b9cddb2f0399349dc464431797a",
|
|
851
|
+
"signature": "1581c3bb86d261b46ba0e87d643608d1d73f6b9cddb2f0399349dc464431797a",
|
|
842
852
|
"affectsGlobalScope": false
|
|
843
853
|
},
|
|
844
854
|
"../../utxo-lib/dist/src/testutil/index.d.ts": {
|
|
845
|
-
"version": "
|
|
846
|
-
"signature": "
|
|
855
|
+
"version": "cd20c95c5e1156fd6f1f6e01e789fc98ade117fd3dd1d8ec56827ab711347b14",
|
|
856
|
+
"signature": "cd20c95c5e1156fd6f1f6e01e789fc98ade117fd3dd1d8ec56827ab711347b14",
|
|
847
857
|
"affectsGlobalScope": false
|
|
848
858
|
},
|
|
849
859
|
"../../utxo-lib/dist/src/noble_ecc.d.ts": {
|
|
@@ -886,9 +896,24 @@
|
|
|
886
896
|
"signature": "b8cd6612a280bee6151f7580e48983533b4b055d51894928487570ed21557b9c",
|
|
887
897
|
"affectsGlobalScope": false
|
|
888
898
|
},
|
|
889
|
-
"
|
|
890
|
-
"version": "
|
|
891
|
-
"signature": "
|
|
899
|
+
"../../sdk-lib-mpc/dist/src/tss/ecdsa/types.d.ts": {
|
|
900
|
+
"version": "63c130c81a1eebaebfbc387d670db4a59fb706a7ef76be170a5835f1d8a8192d",
|
|
901
|
+
"signature": "63c130c81a1eebaebfbc387d670db4a59fb706a7ef76be170a5835f1d8a8192d",
|
|
902
|
+
"affectsGlobalScope": false
|
|
903
|
+
},
|
|
904
|
+
"../../sdk-lib-mpc/dist/src/curves/basecurve.d.ts": {
|
|
905
|
+
"version": "d368716cf32dc5ea7975f7b08943b107c57ec5b182ef881cdd20373eb212c0ae",
|
|
906
|
+
"signature": "d368716cf32dc5ea7975f7b08943b107c57ec5b182ef881cdd20373eb212c0ae",
|
|
907
|
+
"affectsGlobalScope": false
|
|
908
|
+
},
|
|
909
|
+
"../../sdk-lib-mpc/dist/src/curves/secp256k1.d.ts": {
|
|
910
|
+
"version": "355d4c9436c26539ce47bbc3b13b3dcbea9364f78b2a68c37360348e88eaeb04",
|
|
911
|
+
"signature": "355d4c9436c26539ce47bbc3b13b3dcbea9364f78b2a68c37360348e88eaeb04",
|
|
912
|
+
"affectsGlobalScope": false
|
|
913
|
+
},
|
|
914
|
+
"../../sdk-lib-mpc/dist/src/curves/index.d.ts": {
|
|
915
|
+
"version": "5c57cfc1e2eefc34d61c967318d06439fcb7d2c0a84b3fad179eca46aab43f58",
|
|
916
|
+
"signature": "5c57cfc1e2eefc34d61c967318d06439fcb7d2c0a84b3fad179eca46aab43f58",
|
|
892
917
|
"affectsGlobalScope": false
|
|
893
918
|
},
|
|
894
919
|
"../../../node_modules/paillier-bigint/types/publickey.d.ts": {
|
|
@@ -911,9 +936,54 @@
|
|
|
911
936
|
"signature": "5843659624bc89456b607b9a1cc7142c886f81d56daa4dc7c887df79d0360d9f",
|
|
912
937
|
"affectsGlobalScope": false
|
|
913
938
|
},
|
|
939
|
+
"../../sdk-lib-mpc/dist/src/tss/ecdsa/rangeproof.d.ts": {
|
|
940
|
+
"version": "8b22694f385be2f039e3676ea7d112b449729da6333e3e1af5f08aae3db99d2b",
|
|
941
|
+
"signature": "8b22694f385be2f039e3676ea7d112b449729da6333e3e1af5f08aae3db99d2b",
|
|
942
|
+
"affectsGlobalScope": false
|
|
943
|
+
},
|
|
944
|
+
"../../sdk-lib-mpc/dist/src/tss/ecdsa/paillierproof.d.ts": {
|
|
945
|
+
"version": "f7a684dc92f6027cd074080aa2f6105ece4a65c2c64bce2a7214ca4a2ce38d3c",
|
|
946
|
+
"signature": "f7a684dc92f6027cd074080aa2f6105ece4a65c2c64bce2a7214ca4a2ce38d3c",
|
|
947
|
+
"affectsGlobalScope": false
|
|
948
|
+
},
|
|
949
|
+
"../../sdk-lib-mpc/dist/src/tss/ecdsa/index.d.ts": {
|
|
950
|
+
"version": "b9707f86e0e401b657ed40193fcae1cff492e43c201624f9a72aef2f328d76b7",
|
|
951
|
+
"signature": "b9707f86e0e401b657ed40193fcae1cff492e43c201624f9a72aef2f328d76b7",
|
|
952
|
+
"affectsGlobalScope": false
|
|
953
|
+
},
|
|
954
|
+
"../../sdk-lib-mpc/dist/src/tss/index.d.ts": {
|
|
955
|
+
"version": "a92e95f58dd6504c0723e1edd377139e9861a7861f175d3ca62142eba1ae72c4",
|
|
956
|
+
"signature": "a92e95f58dd6504c0723e1edd377139e9861a7861f175d3ca62142eba1ae72c4",
|
|
957
|
+
"affectsGlobalScope": false
|
|
958
|
+
},
|
|
959
|
+
"../../sdk-lib-mpc/dist/src/util.d.ts": {
|
|
960
|
+
"version": "ba550feb8b9e414177b5401a7f23efc1c2d31a0dd9666c365b7c66e2016e7177",
|
|
961
|
+
"signature": "ba550feb8b9e414177b5401a7f23efc1c2d31a0dd9666c365b7c66e2016e7177",
|
|
962
|
+
"affectsGlobalScope": false
|
|
963
|
+
},
|
|
964
|
+
"../../sdk-lib-mpc/dist/src/openssl/openssl.d.ts": {
|
|
965
|
+
"version": "31e6062345138f878e1813f965d26f31a9a2e91b5daf3b1101e415dd424335a6",
|
|
966
|
+
"signature": "31e6062345138f878e1813f965d26f31a9a2e91b5daf3b1101e415dd424335a6",
|
|
967
|
+
"affectsGlobalScope": false
|
|
968
|
+
},
|
|
969
|
+
"../../sdk-lib-mpc/dist/src/openssl/index.d.ts": {
|
|
970
|
+
"version": "bc580e666ed9141b648308ef30cda43214b36620f0c9eaa3a1380d27124a6ecd",
|
|
971
|
+
"signature": "bc580e666ed9141b648308ef30cda43214b36620f0c9eaa3a1380d27124a6ecd",
|
|
972
|
+
"affectsGlobalScope": false
|
|
973
|
+
},
|
|
974
|
+
"../../sdk-lib-mpc/dist/src/index.d.ts": {
|
|
975
|
+
"version": "13a8e31ae2b0004e4fab84b790e9a8bc0faf140c53c20e7d55af61ba4eebb18f",
|
|
976
|
+
"signature": "13a8e31ae2b0004e4fab84b790e9a8bc0faf140c53c20e7d55af61ba4eebb18f",
|
|
977
|
+
"affectsGlobalScope": false
|
|
978
|
+
},
|
|
979
|
+
"../src/account-lib/mpc/curves/basecurve.ts": {
|
|
980
|
+
"version": "f79121fef63d4dcfc9216d1c93d4f7a51a4db7548dc1be29ed593dae06f02028",
|
|
981
|
+
"signature": "37e5ba5e5ec3b68286848a68661d9eafba1daaff9fe685cc50f04a36d6e38b98",
|
|
982
|
+
"affectsGlobalScope": false
|
|
983
|
+
},
|
|
914
984
|
"../src/account-lib/mpc/util.ts": {
|
|
915
|
-
"version": "
|
|
916
|
-
"signature": "
|
|
985
|
+
"version": "0dac6e1415c122e82e9e5c5b28c0347f482ee5ca3cb1681c9bcea40798016d25",
|
|
986
|
+
"signature": "227b2e826a9d1db9472ae9c9999b49506892be8cfd9872a41e4c5115fed5cf4a",
|
|
917
987
|
"affectsGlobalScope": false
|
|
918
988
|
},
|
|
919
989
|
"../src/account-lib/mpc/curves/ed25519.ts": {
|
|
@@ -921,14 +991,9 @@
|
|
|
921
991
|
"signature": "0d289a2474641cc9bda925b32ea30e40a24093c1f8a7eaa212df98614832b889",
|
|
922
992
|
"affectsGlobalScope": false
|
|
923
993
|
},
|
|
924
|
-
"../../../node_modules/@noble/secp256k1/lib/index.d.ts": {
|
|
925
|
-
"version": "5a3dcc9298412e6b92b1805ed396d3a208e1de1e6b0d3270d92305c15b1e03b7",
|
|
926
|
-
"signature": "5a3dcc9298412e6b92b1805ed396d3a208e1de1e6b0d3270d92305c15b1e03b7",
|
|
927
|
-
"affectsGlobalScope": false
|
|
928
|
-
},
|
|
929
994
|
"../src/account-lib/mpc/curves/secp256k1.ts": {
|
|
930
|
-
"version": "
|
|
931
|
-
"signature": "
|
|
995
|
+
"version": "33d33573ce9965491ec5f43ef35db0e22313742f18704e08b1d3fc9a5a2eb402",
|
|
996
|
+
"signature": "b807632a68b36987b8fcaf85129f4665ec231e6c331a4728aff26f6fcb8d58c3",
|
|
932
997
|
"affectsGlobalScope": false
|
|
933
998
|
},
|
|
934
999
|
"../src/account-lib/mpc/curves/index.ts": {
|
|
@@ -947,18 +1012,18 @@
|
|
|
947
1012
|
"affectsGlobalScope": false
|
|
948
1013
|
},
|
|
949
1014
|
"../src/account-lib/mpc/hdtree.ts": {
|
|
950
|
-
"version": "
|
|
951
|
-
"signature": "
|
|
1015
|
+
"version": "0c54ddc5a0b76f9153356e96037f8b3579d6dfc9f362c68d6b8a57e37674dce4",
|
|
1016
|
+
"signature": "0f0f5b2dc8378ec784bca0184acb9c91ed8e7bf71a9038616f29c30c8c18525c",
|
|
952
1017
|
"affectsGlobalScope": false
|
|
953
1018
|
},
|
|
954
1019
|
"../src/account-lib/mpc/tss/eddsa/types.ts": {
|
|
955
|
-
"version": "
|
|
956
|
-
"signature": "
|
|
1020
|
+
"version": "b0498dee987874eaf06ea3cce925fcec9dcac917497a5333a26ec9eb0a6e1e70",
|
|
1021
|
+
"signature": "24257c9a0959bd50b49d9430a99938fd7fa271e10dbbc8ee52b1edc3a3f59c56",
|
|
957
1022
|
"affectsGlobalScope": false
|
|
958
1023
|
},
|
|
959
1024
|
"../src/account-lib/mpc/tss/eddsa/eddsa.ts": {
|
|
960
|
-
"version": "
|
|
961
|
-
"signature": "
|
|
1025
|
+
"version": "00c8c78a89a4d4a554c2238318e225db398ec0c5e2812c764b7b94c01f260cb1",
|
|
1026
|
+
"signature": "88a450af8db44792145d5b634401d7c80875a52d4f830684e295a51ebcae8f76",
|
|
962
1027
|
"affectsGlobalScope": false
|
|
963
1028
|
},
|
|
964
1029
|
"../src/account-lib/mpc/tss/eddsa/index.ts": {
|
|
@@ -1001,24 +1066,64 @@
|
|
|
1001
1066
|
"signature": "f90997069b7e96fe5883f0427a4be525ea6dc72334a016459f8d9d8938d7067c",
|
|
1002
1067
|
"affectsGlobalScope": false
|
|
1003
1068
|
},
|
|
1004
|
-
"../../../node_modules/
|
|
1005
|
-
"version": "
|
|
1006
|
-
"signature": "
|
|
1069
|
+
"../../../node_modules/@noble/secp256k1/lib/index.d.ts": {
|
|
1070
|
+
"version": "5a3dcc9298412e6b92b1805ed396d3a208e1de1e6b0d3270d92305c15b1e03b7",
|
|
1071
|
+
"signature": "5a3dcc9298412e6b92b1805ed396d3a208e1de1e6b0d3270d92305c15b1e03b7",
|
|
1007
1072
|
"affectsGlobalScope": false
|
|
1008
1073
|
},
|
|
1009
|
-
"
|
|
1010
|
-
"version": "
|
|
1011
|
-
"signature": "
|
|
1074
|
+
"../src/account-lib/mpc/tss/ecdsa/types.ts": {
|
|
1075
|
+
"version": "d323c76f1d972a99869b6f60e317f320d39a5b5294b8217bf6dd8afc8bbc1a53",
|
|
1076
|
+
"signature": "bba50a3ac3db4a7b5bfbb8fccf0c5cd714ec2dd9c65a9e51035ec7475934b7d6",
|
|
1012
1077
|
"affectsGlobalScope": false
|
|
1013
1078
|
},
|
|
1014
|
-
"
|
|
1015
|
-
"version": "
|
|
1016
|
-
"signature": "
|
|
1079
|
+
"../src/account-lib/mpc/tss/ecdsa/ecdsa.ts": {
|
|
1080
|
+
"version": "92012c5f91ac2eb533352dff9b8259290b28a84bbda9c5e460db7403bc0686c1",
|
|
1081
|
+
"signature": "9f58e10cf85b29bc9d42edf03f70f3814c7c1179c7d817b3f6ff8518ba4c0d47",
|
|
1017
1082
|
"affectsGlobalScope": false
|
|
1018
1083
|
},
|
|
1019
|
-
"
|
|
1020
|
-
"version": "
|
|
1021
|
-
"signature": "
|
|
1084
|
+
"../src/account-lib/mpc/tss/ecdsa/rangeproof.ts": {
|
|
1085
|
+
"version": "359f545e23d1a1f8c337b2fbd76b2c1a97a0ac4433d109447eea4ce020ac1127",
|
|
1086
|
+
"signature": "cf5753024600fcaf3c564b80acf0772953c1aa3a92543064f5a3d8eaa4b9b28e",
|
|
1087
|
+
"affectsGlobalScope": false
|
|
1088
|
+
},
|
|
1089
|
+
"../src/account-lib/mpc/tss/ecdsa/index.ts": {
|
|
1090
|
+
"version": "446d0ed1a5467113b904aaee1d4177816e0b1769de26af992ce079843d9a5a76",
|
|
1091
|
+
"signature": "80205617af1e63a56e729d419bb012ae75e3198f4ab993ec66663a1f58e895d7",
|
|
1092
|
+
"affectsGlobalScope": false
|
|
1093
|
+
},
|
|
1094
|
+
"../src/account-lib/mpc/tss/index.ts": {
|
|
1095
|
+
"version": "cf12abf5ff49c9d1b8cbce54f6d8b830389049a913cf0b30f3308f93a9dac4cd",
|
|
1096
|
+
"signature": "05e653795ee709cfb56a3107cafa9df36ae899b969a2b0c3238a2b351c43b61c",
|
|
1097
|
+
"affectsGlobalScope": false
|
|
1098
|
+
},
|
|
1099
|
+
"../src/api/bip32path.ts": {
|
|
1100
|
+
"version": "35926cf456631166daab38a23a430fc3616b64052f68cceeb46c237c181eab2d",
|
|
1101
|
+
"signature": "6878b6fd40ced2ce0136a94b27ad7feffdb872aaa57eb7a1d49ca0472584be1d",
|
|
1102
|
+
"affectsGlobalScope": false
|
|
1103
|
+
},
|
|
1104
|
+
"../../../node_modules/@types/cookiejar/index.d.ts": {
|
|
1105
|
+
"version": "8d48b8f8a377ade8dd1f000625bc276eea067f2529cc9cafdf082d17142107d6",
|
|
1106
|
+
"signature": "8d48b8f8a377ade8dd1f000625bc276eea067f2529cc9cafdf082d17142107d6",
|
|
1107
|
+
"affectsGlobalScope": false
|
|
1108
|
+
},
|
|
1109
|
+
"../../../node_modules/buffer/index.d.ts": {
|
|
1110
|
+
"version": "4967529644e391115ca5592184d4b63980569adf60ee685f968fd59ab1557188",
|
|
1111
|
+
"signature": "4967529644e391115ca5592184d4b63980569adf60ee685f968fd59ab1557188",
|
|
1112
|
+
"affectsGlobalScope": false
|
|
1113
|
+
},
|
|
1114
|
+
"../../../node_modules/@types/superagent/index.d.ts": {
|
|
1115
|
+
"version": "31c502014e5ba046d5cb060136929b73fd53f0f989aa37b2b0424644cb0d93ef",
|
|
1116
|
+
"signature": "31c502014e5ba046d5cb060136929b73fd53f0f989aa37b2b0424644cb0d93ef",
|
|
1117
|
+
"affectsGlobalScope": false
|
|
1118
|
+
},
|
|
1119
|
+
"../src/api/types.ts": {
|
|
1120
|
+
"version": "df477450bfd081ff4ef8fdcbdbc3b01ce3e95a6f60675072fadfca2dbbdba23b",
|
|
1121
|
+
"signature": "b40a2689af05ee287166d5a886c7c22af6fb2cfe8e5dd88d8b5434f95599056f",
|
|
1122
|
+
"affectsGlobalScope": false
|
|
1123
|
+
},
|
|
1124
|
+
"../src/api/index.ts": {
|
|
1125
|
+
"version": "2acb6b79354aebbbfa708c281ba8f19e0d3029db9c6d679ddd493801e2b36090",
|
|
1126
|
+
"signature": "8451a535650c7ca1440c4c4b29550b05632f2f20ccfb0c6a8ea738029e8816b5",
|
|
1022
1127
|
"affectsGlobalScope": false
|
|
1023
1128
|
},
|
|
1024
1129
|
"../../../node_modules/bignumber.js/bignumber.d.ts": {
|
|
@@ -1026,14 +1131,39 @@
|
|
|
1026
1131
|
"signature": "a2d875a97eeee8872d7a6d30c65fc2c19aee4fca3b98edda1c2f5ce7323c16da",
|
|
1027
1132
|
"affectsGlobalScope": false
|
|
1028
1133
|
},
|
|
1134
|
+
"../src/bitgo/internal/internal.ts": {
|
|
1135
|
+
"version": "a3411f08ae3502388a551af3f54c27c316cc02b53884144e61581e5687546b48",
|
|
1136
|
+
"signature": "355cc7769a66a553d15198c0a9b8d64dd817c86b90ac2087ecd48816732e64b4",
|
|
1137
|
+
"affectsGlobalScope": false
|
|
1138
|
+
},
|
|
1139
|
+
"../src/bitgo/pendingapproval/ipendingapproval.ts": {
|
|
1140
|
+
"version": "83fe974ef5ea31e258d29d26e66cbf1af955b81eef762a45ee27c2da2dd7e230",
|
|
1141
|
+
"signature": "0616c927fb86078b2cd24f242854369187392ba94b91d0fcb0dcc06896b0c56a",
|
|
1142
|
+
"affectsGlobalScope": false
|
|
1143
|
+
},
|
|
1144
|
+
"../src/bitgo/pendingapproval/ipendingapprovals.ts": {
|
|
1145
|
+
"version": "683335d31f39b462175ed7d9a089700360614e857d01c1ae358ef50447ace90d",
|
|
1146
|
+
"signature": "01634b82758958adce48f8d88e03bd56fe20308fbf40a0a15dcd500971f5024c",
|
|
1147
|
+
"affectsGlobalScope": false
|
|
1148
|
+
},
|
|
1149
|
+
"../src/bitgo/utils/opengpgutils.ts": {
|
|
1150
|
+
"version": "5db1a3e6b17d3afdf22a40e96fb6bdcbd753e40ea2f883b179b9d7869e4b3f17",
|
|
1151
|
+
"signature": "b0c04e57cd3acdb811820638c8270ced924677ca8bcaef6c2fb1838d3aaca5d0",
|
|
1152
|
+
"affectsGlobalScope": false
|
|
1153
|
+
},
|
|
1154
|
+
"../src/bitgo/utils/abstractutxocoinutil.ts": {
|
|
1155
|
+
"version": "4fddc90e6e450ebb7d217a3500bb8bb0df07c57c0bcefa361cff9ff61444130b",
|
|
1156
|
+
"signature": "1ad5f66ed8d7ab15a70dde049400fb5476da576cd9bf33bceefbba754b3e7116",
|
|
1157
|
+
"affectsGlobalScope": false
|
|
1158
|
+
},
|
|
1029
1159
|
"../../statics/dist/src/networks.d.ts": {
|
|
1030
|
-
"version": "
|
|
1031
|
-
"signature": "
|
|
1160
|
+
"version": "36c5fc6ecad1bfc8aaaca8df305d607c611ad04db38f9ec8e2d56b8797257edc",
|
|
1161
|
+
"signature": "36c5fc6ecad1bfc8aaaca8df305d607c611ad04db38f9ec8e2d56b8797257edc",
|
|
1032
1162
|
"affectsGlobalScope": false
|
|
1033
1163
|
},
|
|
1034
1164
|
"../../statics/dist/src/base.d.ts": {
|
|
1035
|
-
"version": "
|
|
1036
|
-
"signature": "
|
|
1165
|
+
"version": "30973e41e2a67adb5bc3f32c3bb22bfca6d9dd929c40bec278a91aabed88c6fd",
|
|
1166
|
+
"signature": "30973e41e2a67adb5bc3f32c3bb22bfca6d9dd929c40bec278a91aabed88c6fd",
|
|
1037
1167
|
"affectsGlobalScope": false
|
|
1038
1168
|
},
|
|
1039
1169
|
"../../statics/dist/src/map.d.ts": {
|
|
@@ -1076,21 +1206,11 @@
|
|
|
1076
1206
|
"signature": "5896adafae00503bcfc62403ed7e03d89f95471ae563be2f67ed23dbc2e51d4f",
|
|
1077
1207
|
"affectsGlobalScope": false
|
|
1078
1208
|
},
|
|
1079
|
-
"../src/account-lib/basecoin/enum.ts": {
|
|
1080
|
-
"version": "5f67d00a131079e80bf46e4f807ec983c61472d6eaa03148a59b7f8acc20da69",
|
|
1081
|
-
"signature": "1bb6f29a67c2c2969ac93da09e85c337dcadeead061810d65d44c3cfe878096d",
|
|
1082
|
-
"affectsGlobalScope": false
|
|
1083
|
-
},
|
|
1084
1209
|
"../src/account-lib/basecoin/errors.ts": {
|
|
1085
1210
|
"version": "e35b7ebb66c54915f5f277a5203646e74c1967c1ca00d40a9755b2ce7f9cf57d",
|
|
1086
1211
|
"signature": "bdc3af1addfcfcadde24b5c473d5d1bd665a1f42cf4145c8f5a97b51ce999ac0",
|
|
1087
1212
|
"affectsGlobalScope": false
|
|
1088
1213
|
},
|
|
1089
|
-
"../src/account-lib/basecoin/basetransaction.ts": {
|
|
1090
|
-
"version": "ae5e15c4ee2a43cde794e05dcba0a62769a44c8b49a13220ccbd3f78a6064409",
|
|
1091
|
-
"signature": "8bdc9b1c40bfe6bae4a5d1d283dc40af77ffbd8f49fa0f02242b2ab9d7b5a3fd",
|
|
1092
|
-
"affectsGlobalScope": false
|
|
1093
|
-
},
|
|
1094
1214
|
"../src/account-lib/basecoin/basetransactionbuilder.ts": {
|
|
1095
1215
|
"version": "94b9c6c1769ffe2c2986d561329dbd3e7508af6b41081916c6eb6d4bb24726a3",
|
|
1096
1216
|
"signature": "57e56b7ba4aaa93ea71d2cc6edcd8d76327e8cf63cb248fe93afd4fdbd732ec1",
|
|
@@ -1106,189 +1226,59 @@
|
|
|
1106
1226
|
"signature": "d1593e12fe7ca4865c96530e3e9340635ec8917bc67d76bb38c8e1f8dd5b6894",
|
|
1107
1227
|
"affectsGlobalScope": false
|
|
1108
1228
|
},
|
|
1109
|
-
"
|
|
1110
|
-
"version": "
|
|
1111
|
-
"signature": "
|
|
1112
|
-
"affectsGlobalScope": false
|
|
1113
|
-
},
|
|
1114
|
-
"../../../node_modules/@types/bs58/index.d.ts": {
|
|
1115
|
-
"version": "5cbc27193321e6ba10f4e9f3c5519649d9e2716cf103efd7eaa7a89e0f8ed1d4",
|
|
1116
|
-
"signature": "5cbc27193321e6ba10f4e9f3c5519649d9e2716cf103efd7eaa7a89e0f8ed1d4",
|
|
1117
|
-
"affectsGlobalScope": false
|
|
1118
|
-
},
|
|
1119
|
-
"../src/account-lib/util/crypto.ts": {
|
|
1120
|
-
"version": "52739b8d52e31e8117aa30d3d89e4f9f66686c7b890363cc3f6e589c1dcec9af",
|
|
1121
|
-
"signature": "30b1104a1a7627b977f81d1def7655f149e8f878d9646b518f80c6d3cb3ba1d5",
|
|
1122
|
-
"affectsGlobalScope": false
|
|
1123
|
-
},
|
|
1124
|
-
"../../../node_modules/bigint-mod-arith/types/abs.d.ts": {
|
|
1125
|
-
"version": "1bdf371c6063a8aa22c7ae5825e79e1c1608477fe8e48c2c95f9734486806d90",
|
|
1126
|
-
"signature": "1bdf371c6063a8aa22c7ae5825e79e1c1608477fe8e48c2c95f9734486806d90",
|
|
1127
|
-
"affectsGlobalScope": false
|
|
1128
|
-
},
|
|
1129
|
-
"../../../node_modules/bigint-mod-arith/types/bitlength.d.ts": {
|
|
1130
|
-
"version": "3c16f1c8bc50868bedd8481261e7ad02b94a4486731d5d07b95dfd0aae70244e",
|
|
1131
|
-
"signature": "3c16f1c8bc50868bedd8481261e7ad02b94a4486731d5d07b95dfd0aae70244e",
|
|
1132
|
-
"affectsGlobalScope": false
|
|
1133
|
-
},
|
|
1134
|
-
"../../../node_modules/bigint-mod-arith/types/egcd.d.ts": {
|
|
1135
|
-
"version": "cf800d949d3edf3adb8a979f86f792087535cb9b5a5b180d51bb6233a55fd47f",
|
|
1136
|
-
"signature": "cf800d949d3edf3adb8a979f86f792087535cb9b5a5b180d51bb6233a55fd47f",
|
|
1137
|
-
"affectsGlobalScope": false
|
|
1138
|
-
},
|
|
1139
|
-
"../../../node_modules/bigint-mod-arith/types/gcd.d.ts": {
|
|
1140
|
-
"version": "01255b722bb90e72d6b81e670b794698721b448e9618450914e6f0bdbbb693b1",
|
|
1141
|
-
"signature": "01255b722bb90e72d6b81e670b794698721b448e9618450914e6f0bdbbb693b1",
|
|
1142
|
-
"affectsGlobalScope": false
|
|
1143
|
-
},
|
|
1144
|
-
"../../../node_modules/bigint-mod-arith/types/lcm.d.ts": {
|
|
1145
|
-
"version": "ba0d3b38fd0d5bbfb58176d44e29feb919e507940ba839fc996474160e857c9a",
|
|
1146
|
-
"signature": "ba0d3b38fd0d5bbfb58176d44e29feb919e507940ba839fc996474160e857c9a",
|
|
1147
|
-
"affectsGlobalScope": false
|
|
1148
|
-
},
|
|
1149
|
-
"../../../node_modules/bigint-mod-arith/types/max.d.ts": {
|
|
1150
|
-
"version": "ec266891d5a7b3a39be6b881c8e69a3497f5868245f642204d12b8bea307570d",
|
|
1151
|
-
"signature": "ec266891d5a7b3a39be6b881c8e69a3497f5868245f642204d12b8bea307570d",
|
|
1152
|
-
"affectsGlobalScope": false
|
|
1153
|
-
},
|
|
1154
|
-
"../../../node_modules/bigint-mod-arith/types/min.d.ts": {
|
|
1155
|
-
"version": "bcf8d1aee19d54c86148f4f66f8258f8215282fb1038a0699d79645f99308437",
|
|
1156
|
-
"signature": "bcf8d1aee19d54c86148f4f66f8258f8215282fb1038a0699d79645f99308437",
|
|
1157
|
-
"affectsGlobalScope": false
|
|
1158
|
-
},
|
|
1159
|
-
"../../../node_modules/bigint-mod-arith/types/modinv.d.ts": {
|
|
1160
|
-
"version": "880823d9b07b4584ea6143336430ae36600994003150ce3a1ef34216d1639699",
|
|
1161
|
-
"signature": "880823d9b07b4584ea6143336430ae36600994003150ce3a1ef34216d1639699",
|
|
1162
|
-
"affectsGlobalScope": false
|
|
1163
|
-
},
|
|
1164
|
-
"../../../node_modules/bigint-mod-arith/types/modpow.d.ts": {
|
|
1165
|
-
"version": "2db52dde5a368a7b078776c63ef6cea873bd49b976d387f8d6c301c866b62001",
|
|
1166
|
-
"signature": "2db52dde5a368a7b078776c63ef6cea873bd49b976d387f8d6c301c866b62001",
|
|
1167
|
-
"affectsGlobalScope": false
|
|
1168
|
-
},
|
|
1169
|
-
"../../../node_modules/bigint-mod-arith/types/tozn.d.ts": {
|
|
1170
|
-
"version": "c22424e805affc98528578afa5b42c0ff7ab736d29df9ec40003c3458fb4596a",
|
|
1171
|
-
"signature": "c22424e805affc98528578afa5b42c0ff7ab736d29df9ec40003c3458fb4596a",
|
|
1172
|
-
"affectsGlobalScope": false
|
|
1173
|
-
},
|
|
1174
|
-
"../../../node_modules/bigint-mod-arith/types/index.d.ts": {
|
|
1175
|
-
"version": "ad0d05caf63fb1b4d694771c683936163c1f92308dd20500fb2a4f6bb00d92f0",
|
|
1176
|
-
"signature": "ad0d05caf63fb1b4d694771c683936163c1f92308dd20500fb2a4f6bb00d92f0",
|
|
1177
|
-
"affectsGlobalScope": false
|
|
1178
|
-
},
|
|
1179
|
-
"../src/account-lib/mpc/tss/ecdsa/types.ts": {
|
|
1180
|
-
"version": "bd6186637920accaed9912119debe7ad3c769dbeecc4e8f0ca5c62d2204b6292",
|
|
1181
|
-
"signature": "e0f24faf168804aeba382189d9bba3c43ce32c875678d78af18fe7ad622308fd",
|
|
1182
|
-
"affectsGlobalScope": false
|
|
1183
|
-
},
|
|
1184
|
-
"../../../node_modules/@wasmer/wasi/dist/pkg/wasmer_wasi_js.d.ts": {
|
|
1185
|
-
"version": "eff02eeeda8fe5d964088a221b4ee96c6f85120dfe2eb0046094cefc96138480",
|
|
1186
|
-
"signature": "eff02eeeda8fe5d964088a221b4ee96c6f85120dfe2eb0046094cefc96138480",
|
|
1187
|
-
"affectsGlobalScope": false
|
|
1188
|
-
},
|
|
1189
|
-
"../../../node_modules/@wasmer/wasi/dist/lib.d.ts": {
|
|
1190
|
-
"version": "cf4eff2514597eed2d1e0bd9f75c736e03e5e586639cbd689654e967ed85e264",
|
|
1191
|
-
"signature": "cf4eff2514597eed2d1e0bd9f75c736e03e5e586639cbd689654e967ed85e264",
|
|
1192
|
-
"affectsGlobalScope": false
|
|
1193
|
-
},
|
|
1194
|
-
"../src/openssl/opensslbytes.ts": {
|
|
1195
|
-
"version": "c61a6c184822b2918f9a036b2957b42942fdce7d497f1edf7c4385bb9ac59d93",
|
|
1196
|
-
"signature": "c3d5fb970b4e4e0321e0456dd9d6fad235d09dfc1b64c575fe8750e242a2c79a",
|
|
1197
|
-
"affectsGlobalScope": false
|
|
1198
|
-
},
|
|
1199
|
-
"../src/openssl/openssl.ts": {
|
|
1200
|
-
"version": "2cd03f0f4d56e9d7dac3351e8562a153ad56c663379064193f409faa03d133e6",
|
|
1201
|
-
"signature": "f091d64d5784581032c87ac3730a3d750415ee6e34c77c2acf8333e5ac1e342a",
|
|
1202
|
-
"affectsGlobalScope": false
|
|
1203
|
-
},
|
|
1204
|
-
"../src/openssl/index.ts": {
|
|
1205
|
-
"version": "36b406442e4dacaa64c3e4ae32859f5b4f8e853ef81d607dbe67c9c9c302ce5a",
|
|
1206
|
-
"signature": "bc580e666ed9141b648308ef30cda43214b36620f0c9eaa3a1380d27124a6ecd",
|
|
1207
|
-
"affectsGlobalScope": false
|
|
1208
|
-
},
|
|
1209
|
-
"../src/account-lib/mpc/tss/ecdsa/rangeproof.ts": {
|
|
1210
|
-
"version": "938b781258db79c656be1b1822525c88f9c4e296121f31d06a9f0a0783aea3e5",
|
|
1211
|
-
"signature": "ed16f6220bec9d2690d44f6dcd8e9841d08a67f5878c9a9efea06b7dd914cd85",
|
|
1212
|
-
"affectsGlobalScope": false
|
|
1213
|
-
},
|
|
1214
|
-
"../src/account-lib/mpc/tss/ecdsa/ecdsa.ts": {
|
|
1215
|
-
"version": "b2961a8e3a8fadde496c3de728024f909ea666c7cc69d169289b9ccaf1f5213f",
|
|
1216
|
-
"signature": "a89622a7ce07ce0476fe7987c888ea72616435d01796e0ee0b86c37d068cb6d7",
|
|
1217
|
-
"affectsGlobalScope": false
|
|
1218
|
-
},
|
|
1219
|
-
"../src/account-lib/mpc/tss/ecdsa/index.ts": {
|
|
1220
|
-
"version": "446d0ed1a5467113b904aaee1d4177816e0b1769de26af992ce079843d9a5a76",
|
|
1221
|
-
"signature": "80205617af1e63a56e729d419bb012ae75e3198f4ab993ec66663a1f58e895d7",
|
|
1222
|
-
"affectsGlobalScope": false
|
|
1223
|
-
},
|
|
1224
|
-
"../src/account-lib/mpc/tss/index.ts": {
|
|
1225
|
-
"version": "cf12abf5ff49c9d1b8cbce54f6d8b830389049a913cf0b30f3308f93a9dac4cd",
|
|
1226
|
-
"signature": "05e653795ee709cfb56a3107cafa9df36ae899b969a2b0c3238a2b351c43b61c",
|
|
1227
|
-
"affectsGlobalScope": false
|
|
1228
|
-
},
|
|
1229
|
-
"../src/api/bip32path.ts": {
|
|
1230
|
-
"version": "35926cf456631166daab38a23a430fc3616b64052f68cceeb46c237c181eab2d",
|
|
1231
|
-
"signature": "6878b6fd40ced2ce0136a94b27ad7feffdb872aaa57eb7a1d49ca0472584be1d",
|
|
1232
|
-
"affectsGlobalScope": false
|
|
1233
|
-
},
|
|
1234
|
-
"../../../node_modules/@types/cookiejar/index.d.ts": {
|
|
1235
|
-
"version": "8d48b8f8a377ade8dd1f000625bc276eea067f2529cc9cafdf082d17142107d6",
|
|
1236
|
-
"signature": "8d48b8f8a377ade8dd1f000625bc276eea067f2529cc9cafdf082d17142107d6",
|
|
1237
|
-
"affectsGlobalScope": false
|
|
1238
|
-
},
|
|
1239
|
-
"../../../node_modules/buffer/index.d.ts": {
|
|
1240
|
-
"version": "4967529644e391115ca5592184d4b63980569adf60ee685f968fd59ab1557188",
|
|
1241
|
-
"signature": "4967529644e391115ca5592184d4b63980569adf60ee685f968fd59ab1557188",
|
|
1229
|
+
"../src/account-lib/basecoin/enum.ts": {
|
|
1230
|
+
"version": "5f67d00a131079e80bf46e4f807ec983c61472d6eaa03148a59b7f8acc20da69",
|
|
1231
|
+
"signature": "1bb6f29a67c2c2969ac93da09e85c337dcadeead061810d65d44c3cfe878096d",
|
|
1242
1232
|
"affectsGlobalScope": false
|
|
1243
1233
|
},
|
|
1244
|
-
"
|
|
1245
|
-
"version": "
|
|
1246
|
-
"signature": "
|
|
1234
|
+
"../src/account-lib/basecoin/basetransaction.ts": {
|
|
1235
|
+
"version": "ae5e15c4ee2a43cde794e05dcba0a62769a44c8b49a13220ccbd3f78a6064409",
|
|
1236
|
+
"signature": "8bdc9b1c40bfe6bae4a5d1d283dc40af77ffbd8f49fa0f02242b2ab9d7b5a3fd",
|
|
1247
1237
|
"affectsGlobalScope": false
|
|
1248
1238
|
},
|
|
1249
|
-
"../src/
|
|
1250
|
-
"version": "
|
|
1251
|
-
"signature": "
|
|
1239
|
+
"../src/account-lib/basecoin/baseutils.ts": {
|
|
1240
|
+
"version": "60f1976fa671c2bedd4bab63c6b5d6441153fa7cde081e711875683365ed9d86",
|
|
1241
|
+
"signature": "c8f09d1ceb9205104994673d40a4b3e3a7057e6ea6c2ff97b5b1e5b84ce34d53",
|
|
1252
1242
|
"affectsGlobalScope": false
|
|
1253
1243
|
},
|
|
1254
|
-
"../src/
|
|
1255
|
-
"version": "
|
|
1256
|
-
"signature": "
|
|
1244
|
+
"../src/account-lib/basecoin/basekeypair.ts": {
|
|
1245
|
+
"version": "29c889672a037cd997f86e8987cb1cf0a1f990da0ee2c3ef419e9eb9a898d5bd",
|
|
1246
|
+
"signature": "e97c8f3aa7ef7fecd709b62d111b1094479b284a44881bee32cb9c2c6738825c",
|
|
1257
1247
|
"affectsGlobalScope": false
|
|
1258
1248
|
},
|
|
1259
|
-
"
|
|
1260
|
-
"version": "
|
|
1261
|
-
"signature": "
|
|
1249
|
+
"../../../node_modules/tweetnacl/nacl.d.ts": {
|
|
1250
|
+
"version": "60592f5ae1b739c9607a99895d4a3ad5c865b16903e4180e50b256e360a4a104",
|
|
1251
|
+
"signature": "60592f5ae1b739c9607a99895d4a3ad5c865b16903e4180e50b256e360a4a104",
|
|
1262
1252
|
"affectsGlobalScope": false
|
|
1263
1253
|
},
|
|
1264
|
-
"
|
|
1265
|
-
"version": "
|
|
1266
|
-
"signature": "
|
|
1254
|
+
"../../../node_modules/@stablelib/hex/lib/hex.d.ts": {
|
|
1255
|
+
"version": "a79d5df3df6d6688b6b33cb5970757b89350ec8cca6696a9637fd8431e751766",
|
|
1256
|
+
"signature": "a79d5df3df6d6688b6b33cb5970757b89350ec8cca6696a9637fd8431e751766",
|
|
1267
1257
|
"affectsGlobalScope": false
|
|
1268
1258
|
},
|
|
1269
|
-
"
|
|
1270
|
-
"version": "
|
|
1271
|
-
"signature": "
|
|
1259
|
+
"../../../node_modules/noble-bls12-381/math.d.ts": {
|
|
1260
|
+
"version": "ec6bebedf1805dc3459fb9b92746a2e330c9f018d1561207662b8509ab0b0782",
|
|
1261
|
+
"signature": "ec6bebedf1805dc3459fb9b92746a2e330c9f018d1561207662b8509ab0b0782",
|
|
1272
1262
|
"affectsGlobalScope": false
|
|
1273
1263
|
},
|
|
1274
|
-
"
|
|
1275
|
-
"version": "
|
|
1276
|
-
"signature": "
|
|
1264
|
+
"../../../node_modules/noble-bls12-381/index.d.ts": {
|
|
1265
|
+
"version": "43e0ecc04c2dd89eafe3db81f3db486129fcacf9adba9fd4e10f90afca21656a",
|
|
1266
|
+
"signature": "43e0ecc04c2dd89eafe3db81f3db486129fcacf9adba9fd4e10f90afca21656a",
|
|
1277
1267
|
"affectsGlobalScope": false
|
|
1278
1268
|
},
|
|
1279
|
-
"
|
|
1280
|
-
"version": "
|
|
1281
|
-
"signature": "
|
|
1269
|
+
"../../../node_modules/base-x/src/index.d.ts": {
|
|
1270
|
+
"version": "e91751abb2372a36a90869d36f6ad5d5e69a84c5513ca99d236554e4dd8b9aa1",
|
|
1271
|
+
"signature": "e91751abb2372a36a90869d36f6ad5d5e69a84c5513ca99d236554e4dd8b9aa1",
|
|
1282
1272
|
"affectsGlobalScope": false
|
|
1283
1273
|
},
|
|
1284
|
-
"
|
|
1285
|
-
"version": "
|
|
1286
|
-
"signature": "
|
|
1274
|
+
"../../../node_modules/@types/bs58/index.d.ts": {
|
|
1275
|
+
"version": "5cbc27193321e6ba10f4e9f3c5519649d9e2716cf103efd7eaa7a89e0f8ed1d4",
|
|
1276
|
+
"signature": "5cbc27193321e6ba10f4e9f3c5519649d9e2716cf103efd7eaa7a89e0f8ed1d4",
|
|
1287
1277
|
"affectsGlobalScope": false
|
|
1288
1278
|
},
|
|
1289
|
-
"../src/account-lib/
|
|
1290
|
-
"version": "
|
|
1291
|
-
"signature": "
|
|
1279
|
+
"../src/account-lib/util/crypto.ts": {
|
|
1280
|
+
"version": "902aab7a0575dbe2321a685339e6b0ff0ee92aaf470831e84e133eb83b40e33c",
|
|
1281
|
+
"signature": "c9371455aa66c1957a143a876c14c5a3074efcd4bf2e7718e4ae0e2c33da67ed",
|
|
1292
1282
|
"affectsGlobalScope": false
|
|
1293
1283
|
},
|
|
1294
1284
|
"../../../node_modules/@types/create-hmac/index.d.ts": {
|
|
@@ -1327,18 +1317,18 @@
|
|
|
1327
1317
|
"affectsGlobalScope": false
|
|
1328
1318
|
},
|
|
1329
1319
|
"../src/bitgo/tss/ecdsa/types.ts": {
|
|
1330
|
-
"version": "
|
|
1331
|
-
"signature": "
|
|
1320
|
+
"version": "21bfd54f395a989da0b06787c244ac33df9551ece6275568838201460c6d4da8",
|
|
1321
|
+
"signature": "440652b9dee4474cae0c568b587ea8b7934f7a5d39af8522560df0d1bbda2355",
|
|
1332
1322
|
"affectsGlobalScope": false
|
|
1333
1323
|
},
|
|
1334
1324
|
"../src/bitgo/tss/types.ts": {
|
|
1335
|
-
"version": "
|
|
1336
|
-
"signature": "
|
|
1325
|
+
"version": "bf91e24d4e843ed99086322e3d90dc395f010d41cf13cb31b969d4f92620ebcc",
|
|
1326
|
+
"signature": "84c9ea98488d8ab6f84827b7c4b5d897f982de63cc08ba5276d75b6b06b2b260",
|
|
1337
1327
|
"affectsGlobalScope": false
|
|
1338
1328
|
},
|
|
1339
1329
|
"../src/bitgo/tss/common.ts": {
|
|
1340
|
-
"version": "
|
|
1341
|
-
"signature": "
|
|
1330
|
+
"version": "3c1a685ba0c35b092380602fc642da3bb9c6a8c923ebda2afee8fa8e82f83bab",
|
|
1331
|
+
"signature": "6918e6fa4fd62f19dfeacd4af4121a8aafd495672a992d2709c198bfdae8d0b0",
|
|
1342
1332
|
"affectsGlobalScope": false
|
|
1343
1333
|
},
|
|
1344
1334
|
"../../../node_modules/@types/keccak/index.d.ts": {
|
|
@@ -1347,8 +1337,8 @@
|
|
|
1347
1337
|
"affectsGlobalScope": false
|
|
1348
1338
|
},
|
|
1349
1339
|
"../src/bitgo/tss/ecdsa/ecdsa.ts": {
|
|
1350
|
-
"version": "
|
|
1351
|
-
"signature": "
|
|
1340
|
+
"version": "940294ce9c977473b6a06bd19e50c3c5c513160a831fa56707ad2f9c58b27ae6",
|
|
1341
|
+
"signature": "eea76e62102f9b6f962868ebfc2caea84ce670644d8a3b41f54cccb1e7fe77fa",
|
|
1352
1342
|
"affectsGlobalScope": false
|
|
1353
1343
|
},
|
|
1354
1344
|
"../src/bitgo/tss/ecdsa/index.ts": {
|
|
@@ -1362,8 +1352,8 @@
|
|
|
1362
1352
|
"affectsGlobalScope": false
|
|
1363
1353
|
},
|
|
1364
1354
|
"../src/bitgo/utils/tss/ecdsa/types.ts": {
|
|
1365
|
-
"version": "
|
|
1366
|
-
"signature": "
|
|
1355
|
+
"version": "cffda519104d873aeba870289e77d7a087563963677306c920a19df43c971c22",
|
|
1356
|
+
"signature": "841fad7bd4fc3505637a280591cf1d86ec45ab1df9ed5fb3fea3658396064ecb",
|
|
1367
1357
|
"affectsGlobalScope": false
|
|
1368
1358
|
},
|
|
1369
1359
|
"../../../node_modules/@types/secp256k1/index.d.ts": {
|
|
@@ -1377,8 +1367,8 @@
|
|
|
1377
1367
|
"affectsGlobalScope": false
|
|
1378
1368
|
},
|
|
1379
1369
|
"../src/bitgo/utils/tss/ecdsa/ecdsa.ts": {
|
|
1380
|
-
"version": "
|
|
1381
|
-
"signature": "
|
|
1370
|
+
"version": "ebeadb000bebb4be3b6be14a8947c64e569abcdc939a8b9d0f0beb910476caad",
|
|
1371
|
+
"signature": "9148d95329c8a2f416847479c16e11334d1334d58cf65c7f828445532d4907a6",
|
|
1382
1372
|
"affectsGlobalScope": false
|
|
1383
1373
|
},
|
|
1384
1374
|
"../src/bitgo/utils/tss/ecdsa/index.ts": {
|
|
@@ -1832,7 +1822,7 @@
|
|
|
1832
1822
|
"affectsGlobalScope": false
|
|
1833
1823
|
},
|
|
1834
1824
|
"../src/bitgo/pendingapproval/pendingapproval.ts": {
|
|
1835
|
-
"version": "
|
|
1825
|
+
"version": "504b34cf648272e5e6adf62ca5a4456e57bf0edaa145cc344f746aab9148ada3",
|
|
1836
1826
|
"signature": "7944af161d0ae5a951708171de9eb569dcf1d04aaf4dafb91b27438909a3d42e",
|
|
1837
1827
|
"affectsGlobalScope": false
|
|
1838
1828
|
},
|
|
@@ -1992,12 +1982,12 @@
|
|
|
1992
1982
|
"affectsGlobalScope": false
|
|
1993
1983
|
},
|
|
1994
1984
|
"../src/bitgo/wallet/iwallet.ts": {
|
|
1995
|
-
"version": "
|
|
1996
|
-
"signature": "
|
|
1985
|
+
"version": "385c883b168012cc822cf366c3ade05da68c64551307abcf53b72b3ec0b36b4a",
|
|
1986
|
+
"signature": "58bf70e0fe191ee137e9f3402ffca092a4ffda69e789a24ffb3bc7f048a240d6",
|
|
1997
1987
|
"affectsGlobalScope": false
|
|
1998
1988
|
},
|
|
1999
1989
|
"../src/bitgo/wallet/wallet.ts": {
|
|
2000
|
-
"version": "
|
|
1990
|
+
"version": "5d16dc4b1c4a5e20c52ed39da06308a4d81abf555a34d61e745dcbdf55866146",
|
|
2001
1991
|
"signature": "94bbff43f7908cd00be09a79632f350bff85a4a23d71dfc46afd98a510eedba0",
|
|
2002
1992
|
"affectsGlobalScope": false
|
|
2003
1993
|
},
|
|
@@ -2047,13 +2037,13 @@
|
|
|
2047
2037
|
"affectsGlobalScope": false
|
|
2048
2038
|
},
|
|
2049
2039
|
"../src/bitgo/enterprise/enterprise.ts": {
|
|
2050
|
-
"version": "
|
|
2051
|
-
"signature": "
|
|
2040
|
+
"version": "bda773e16e8bf5e7e43fe313773c82dd724a604529693132bd4272031378403a",
|
|
2041
|
+
"signature": "3428b2ca973efccc0acbe40e55d6d866f9bf9c8a6bb571f15943e734f704e163",
|
|
2052
2042
|
"affectsGlobalScope": false
|
|
2053
2043
|
},
|
|
2054
2044
|
"../src/bitgo/enterprise/ienterprise.ts": {
|
|
2055
|
-
"version": "
|
|
2056
|
-
"signature": "
|
|
2045
|
+
"version": "9b9520a75bff39e6642047a25b0a58ac2d7ab6f657363ff57dc86f700d8cfb7e",
|
|
2046
|
+
"signature": "e5ddab703a97c2597e0b8f81751c7c8685f1a2247b43ea74bed8aa39c288d46a",
|
|
2057
2047
|
"affectsGlobalScope": false
|
|
2058
2048
|
},
|
|
2059
2049
|
"../src/bitgo/enterprise/ienterprises.ts": {
|
|
@@ -2087,8 +2077,8 @@
|
|
|
2087
2077
|
"affectsGlobalScope": false
|
|
2088
2078
|
},
|
|
2089
2079
|
"../src/bitgo/environments.ts": {
|
|
2090
|
-
"version": "
|
|
2091
|
-
"signature": "
|
|
2080
|
+
"version": "746d076c7c9cb2ed23d7f0e7f6e9fd892bd2ccb0b97a3ec482e5ca411380c86e",
|
|
2081
|
+
"signature": "e2bef4a9d758846a92a906f81061f45a3bdbdef66260a341fd925183fa618dbe",
|
|
2092
2082
|
"affectsGlobalScope": false
|
|
2093
2083
|
},
|
|
2094
2084
|
"../src/bitgo/config.ts": {
|
|
@@ -2256,6 +2246,31 @@
|
|
|
2256
2246
|
"signature": "9d79351446d25e7740ed749c9aa36e609b8906a5cb4b70c0c544d56f5befedf1",
|
|
2257
2247
|
"affectsGlobalScope": false
|
|
2258
2248
|
},
|
|
2249
|
+
"../../../node_modules/@wasmer/wasi/dist/pkg/wasmer_wasi_js.d.ts": {
|
|
2250
|
+
"version": "eff02eeeda8fe5d964088a221b4ee96c6f85120dfe2eb0046094cefc96138480",
|
|
2251
|
+
"signature": "eff02eeeda8fe5d964088a221b4ee96c6f85120dfe2eb0046094cefc96138480",
|
|
2252
|
+
"affectsGlobalScope": false
|
|
2253
|
+
},
|
|
2254
|
+
"../../../node_modules/@wasmer/wasi/dist/lib.d.ts": {
|
|
2255
|
+
"version": "cf4eff2514597eed2d1e0bd9f75c736e03e5e586639cbd689654e967ed85e264",
|
|
2256
|
+
"signature": "cf4eff2514597eed2d1e0bd9f75c736e03e5e586639cbd689654e967ed85e264",
|
|
2257
|
+
"affectsGlobalScope": false
|
|
2258
|
+
},
|
|
2259
|
+
"../src/openssl/opensslbytes.ts": {
|
|
2260
|
+
"version": "c61a6c184822b2918f9a036b2957b42942fdce7d497f1edf7c4385bb9ac59d93",
|
|
2261
|
+
"signature": "c3d5fb970b4e4e0321e0456dd9d6fad235d09dfc1b64c575fe8750e242a2c79a",
|
|
2262
|
+
"affectsGlobalScope": false
|
|
2263
|
+
},
|
|
2264
|
+
"../src/openssl/openssl.ts": {
|
|
2265
|
+
"version": "2cd03f0f4d56e9d7dac3351e8562a153ad56c663379064193f409faa03d133e6",
|
|
2266
|
+
"signature": "f091d64d5784581032c87ac3730a3d750415ee6e34c77c2acf8333e5ac1e342a",
|
|
2267
|
+
"affectsGlobalScope": false
|
|
2268
|
+
},
|
|
2269
|
+
"../src/openssl/index.ts": {
|
|
2270
|
+
"version": "36b406442e4dacaa64c3e4ae32859f5b4f8e853ef81d607dbe67c9c9c302ce5a",
|
|
2271
|
+
"signature": "bc580e666ed9141b648308ef30cda43214b36620f0c9eaa3a1380d27124a6ecd",
|
|
2272
|
+
"affectsGlobalScope": false
|
|
2273
|
+
},
|
|
2259
2274
|
"../src/units.ts": {
|
|
2260
2275
|
"version": "414b27df289a9e7614b23d2c83a4200d85f85ac6fb07338796031ca10aac2596",
|
|
2261
2276
|
"signature": "0e51e1b4852d1e1d916a1eab6f3e20564b574a73fb95b88a273a250f8d837db5",
|
|
@@ -3519,6 +3534,9 @@
|
|
|
3519
3534
|
"../src/account-lib/util/crypto.ts",
|
|
3520
3535
|
"../src/account-lib/util/ed25519keyderiver.ts"
|
|
3521
3536
|
],
|
|
3537
|
+
"../src/account-lib/mpc/curves/basecurve.ts": [
|
|
3538
|
+
"../../sdk-lib-mpc/dist/src/index.d.ts"
|
|
3539
|
+
],
|
|
3522
3540
|
"../src/account-lib/mpc/curves/ed25519.ts": [
|
|
3523
3541
|
"../../../node_modules/@types/node/crypto.d.ts",
|
|
3524
3542
|
"../src/account-lib/mpc/curves/basecurve.ts",
|
|
@@ -3530,12 +3548,11 @@
|
|
|
3530
3548
|
"../src/account-lib/mpc/curves/secp256k1.ts"
|
|
3531
3549
|
],
|
|
3532
3550
|
"../src/account-lib/mpc/curves/secp256k1.ts": [
|
|
3533
|
-
"
|
|
3534
|
-
"../src/account-lib/mpc/curves/basecurve.ts",
|
|
3535
|
-
"../src/account-lib/mpc/util.ts"
|
|
3551
|
+
"../../sdk-lib-mpc/dist/src/index.d.ts"
|
|
3536
3552
|
],
|
|
3537
3553
|
"../src/account-lib/mpc/hdtree.ts": [
|
|
3538
3554
|
"../../../node_modules/@types/node/crypto.d.ts",
|
|
3555
|
+
"../../sdk-lib-mpc/dist/src/index.d.ts",
|
|
3539
3556
|
"../src/account-lib/mpc/curves/index.ts",
|
|
3540
3557
|
"../src/account-lib/mpc/util.ts"
|
|
3541
3558
|
],
|
|
@@ -3556,14 +3573,13 @@
|
|
|
3556
3573
|
"../../../node_modules/@types/node/crypto.d.ts",
|
|
3557
3574
|
"../../../node_modules/bigint-crypto-utils/types/index.d.ts",
|
|
3558
3575
|
"../../../node_modules/paillier-bigint/types/index.d.ts",
|
|
3576
|
+
"../../sdk-lib-mpc/dist/src/index.d.ts",
|
|
3559
3577
|
"../../utxo-lib/dist/src/index.d.ts",
|
|
3560
3578
|
"../src/account-lib/mpc/curves/index.ts",
|
|
3561
3579
|
"../src/account-lib/mpc/hdtree.ts",
|
|
3562
3580
|
"../src/account-lib/mpc/shamir.ts",
|
|
3563
|
-
"../src/account-lib/mpc/tss/ecdsa/rangeproof.ts",
|
|
3564
3581
|
"../src/account-lib/mpc/tss/ecdsa/types.ts",
|
|
3565
|
-
"../src/account-lib/mpc/util.ts"
|
|
3566
|
-
"../src/account-lib/util/crypto.ts"
|
|
3582
|
+
"../src/account-lib/mpc/util.ts"
|
|
3567
3583
|
],
|
|
3568
3584
|
"../src/account-lib/mpc/tss/ecdsa/index.ts": [
|
|
3569
3585
|
"../src/account-lib/mpc/tss/ecdsa/ecdsa.ts",
|
|
@@ -3571,16 +3587,13 @@
|
|
|
3571
3587
|
"../src/account-lib/mpc/tss/ecdsa/types.ts"
|
|
3572
3588
|
],
|
|
3573
3589
|
"../src/account-lib/mpc/tss/ecdsa/rangeproof.ts": [
|
|
3574
|
-
"
|
|
3575
|
-
|
|
3576
|
-
|
|
3577
|
-
"
|
|
3578
|
-
"../src/account-lib/mpc/curves/index.ts",
|
|
3579
|
-
"../src/account-lib/mpc/tss/ecdsa/types.ts",
|
|
3580
|
-
"../src/account-lib/mpc/util.ts",
|
|
3581
|
-
"../src/openssl/index.ts"
|
|
3590
|
+
"../../sdk-lib-mpc/dist/src/index.d.ts"
|
|
3591
|
+
],
|
|
3592
|
+
"../src/account-lib/mpc/tss/ecdsa/types.ts": [
|
|
3593
|
+
"../../sdk-lib-mpc/dist/src/index.d.ts"
|
|
3582
3594
|
],
|
|
3583
3595
|
"../src/account-lib/mpc/tss/eddsa/eddsa.ts": [
|
|
3596
|
+
"../../../node_modules/@types/node/assert.d.ts",
|
|
3584
3597
|
"../../../node_modules/@types/node/crypto.d.ts",
|
|
3585
3598
|
"../src/account-lib/mpc/curves/index.ts",
|
|
3586
3599
|
"../src/account-lib/mpc/hdtree.ts",
|
|
@@ -3598,7 +3611,7 @@
|
|
|
3598
3611
|
"../src/account-lib/mpc/tss/eddsa/types.ts"
|
|
3599
3612
|
],
|
|
3600
3613
|
"../src/account-lib/mpc/util.ts": [
|
|
3601
|
-
"
|
|
3614
|
+
"../../sdk-lib-mpc/dist/src/index.d.ts"
|
|
3602
3615
|
],
|
|
3603
3616
|
"../src/account-lib/staking/index.ts": [
|
|
3604
3617
|
"../src/account-lib/staking/utils.ts"
|
|
@@ -3612,8 +3625,9 @@
|
|
|
3612
3625
|
"../../../node_modules/@types/bs58/index.d.ts",
|
|
3613
3626
|
"../../../node_modules/noble-bls12-381/index.d.ts",
|
|
3614
3627
|
"../../../node_modules/tweetnacl/nacl.d.ts",
|
|
3628
|
+
"../../sdk-lib-mpc/dist/src/index.d.ts",
|
|
3615
3629
|
"../../utxo-lib/dist/src/index.d.ts",
|
|
3616
|
-
"../src/account-lib/basecoin/
|
|
3630
|
+
"../src/account-lib/basecoin/index.ts"
|
|
3617
3631
|
],
|
|
3618
3632
|
"../src/account-lib/util/ed25519keyderiver.ts": [
|
|
3619
3633
|
"../../../node_modules/@types/create-hmac/index.d.ts"
|
|
@@ -3698,8 +3712,7 @@
|
|
|
3698
3712
|
],
|
|
3699
3713
|
"../src/bitgo/enterprise/enterprise.ts": [
|
|
3700
3714
|
"../../../node_modules/@types/lodash/index.d.ts",
|
|
3701
|
-
"
|
|
3702
|
-
"../src/account-lib/mpc/tss/ecdsa/types.ts",
|
|
3715
|
+
"../../sdk-lib-mpc/dist/src/index.d.ts",
|
|
3703
3716
|
"../src/bitgo/basecoin/index.ts",
|
|
3704
3717
|
"../src/bitgo/bitgobase.ts",
|
|
3705
3718
|
"../src/bitgo/enterprise/index.ts",
|
|
@@ -3717,7 +3730,7 @@
|
|
|
3717
3730
|
],
|
|
3718
3731
|
"../src/bitgo/enterprise/ienterprise.ts": [
|
|
3719
3732
|
"../../../node_modules/@types/node/buffer.d.ts",
|
|
3720
|
-
"
|
|
3733
|
+
"../../sdk-lib-mpc/dist/src/index.d.ts",
|
|
3721
3734
|
"../src/bitgo/trading/index.ts",
|
|
3722
3735
|
"../src/bitgo/utils/tss/ecdsa/index.ts",
|
|
3723
3736
|
"../src/bitgo/wallet/index.ts"
|
|
@@ -3979,10 +3992,9 @@
|
|
|
3979
3992
|
"../src/bitgo/tss/common.ts": [
|
|
3980
3993
|
"../../../node_modules/@types/node/assert.d.ts",
|
|
3981
3994
|
"../../../node_modules/openpgp/openpgp.d.ts",
|
|
3982
|
-
"../src/account-lib/mpc/tss/ecdsa/types.ts",
|
|
3983
3995
|
"../src/bitgo/bitgobase.ts",
|
|
3984
|
-
"../src/bitgo/
|
|
3985
|
-
"../src/bitgo/utils/
|
|
3996
|
+
"../src/bitgo/tss/types.ts",
|
|
3997
|
+
"../src/bitgo/utils/index.ts"
|
|
3986
3998
|
],
|
|
3987
3999
|
"../src/bitgo/tss/ecdsa/ecdsa.ts": [
|
|
3988
4000
|
"../../../node_modules/@types/bs58/index.d.ts",
|
|
@@ -3990,6 +4002,7 @@
|
|
|
3990
4002
|
"../../../node_modules/@types/node/assert.d.ts",
|
|
3991
4003
|
"../../../node_modules/@types/node/crypto.d.ts",
|
|
3992
4004
|
"../../../node_modules/openpgp/openpgp.d.ts",
|
|
4005
|
+
"../../sdk-lib-mpc/dist/src/index.d.ts",
|
|
3993
4006
|
"../../utxo-lib/dist/src/index.d.ts",
|
|
3994
4007
|
"../src/account-lib/mpc/tss/ecdsa/types.ts",
|
|
3995
4008
|
"../src/account-lib/mpc/tss/index.ts",
|
|
@@ -4034,6 +4047,9 @@
|
|
|
4034
4047
|
"../src/bitgo/tss/eddsa/index.ts",
|
|
4035
4048
|
"../src/bitgo/tss/types.ts"
|
|
4036
4049
|
],
|
|
4050
|
+
"../src/bitgo/tss/types.ts": [
|
|
4051
|
+
"../../sdk-lib-mpc/dist/src/index.d.ts"
|
|
4052
|
+
],
|
|
4037
4053
|
"../src/bitgo/utils/abstractutxocoinutil.ts": [
|
|
4038
4054
|
"../../utxo-lib/dist/src/index.d.ts"
|
|
4039
4055
|
],
|
|
@@ -4117,9 +4133,8 @@
|
|
|
4117
4133
|
"../../../node_modules/@types/node/assert.d.ts",
|
|
4118
4134
|
"../../../node_modules/@types/node/buffer.d.ts",
|
|
4119
4135
|
"../../../node_modules/openpgp/openpgp.d.ts",
|
|
4136
|
+
"../../sdk-lib-mpc/dist/src/index.d.ts",
|
|
4120
4137
|
"../../utxo-lib/dist/src/index.d.ts",
|
|
4121
|
-
"../src/account-lib/mpc/tss/ecdsa/rangeproof.ts",
|
|
4122
|
-
"../src/account-lib/mpc/tss/ecdsa/types.ts",
|
|
4123
4138
|
"../src/account-lib/mpc/tss/index.ts",
|
|
4124
4139
|
"../src/bitgo/basecoin/index.ts",
|
|
4125
4140
|
"../src/bitgo/bitgobase.ts",
|
|
@@ -4131,6 +4146,7 @@
|
|
|
4131
4146
|
"../src/bitgo/tss/ecdsa/index.ts",
|
|
4132
4147
|
"../src/bitgo/tss/ecdsa/types.ts",
|
|
4133
4148
|
"../src/bitgo/tss/index.ts",
|
|
4149
|
+
"../src/bitgo/tss/types.ts",
|
|
4134
4150
|
"../src/bitgo/utils/opengpgutils.ts",
|
|
4135
4151
|
"../src/bitgo/utils/tss/basetssutils.ts",
|
|
4136
4152
|
"../src/bitgo/utils/tss/basetypes.ts",
|
|
@@ -4143,6 +4159,7 @@
|
|
|
4143
4159
|
],
|
|
4144
4160
|
"../src/bitgo/utils/tss/ecdsa/types.ts": [
|
|
4145
4161
|
"../../../node_modules/openpgp/openpgp.d.ts",
|
|
4162
|
+
"../../sdk-lib-mpc/dist/src/index.d.ts",
|
|
4146
4163
|
"../src/account-lib/mpc/tss/index.ts",
|
|
4147
4164
|
"../src/bitgo/tss/ecdsa/index.ts",
|
|
4148
4165
|
"../src/bitgo/utils/tss/basetypes.ts",
|
|
@@ -4341,6 +4358,43 @@
|
|
|
4341
4358
|
"../../../node_modules/bignumber.js/bignumber.d.ts",
|
|
4342
4359
|
"../../statics/dist/src/index.d.ts"
|
|
4343
4360
|
],
|
|
4361
|
+
"../../sdk-lib-mpc/dist/src/curves/basecurve.d.ts": [
|
|
4362
|
+
"../../../node_modules/@types/node/index.d.ts"
|
|
4363
|
+
],
|
|
4364
|
+
"../../sdk-lib-mpc/dist/src/curves/index.d.ts": [
|
|
4365
|
+
"../../sdk-lib-mpc/dist/src/curves/basecurve.d.ts",
|
|
4366
|
+
"../../sdk-lib-mpc/dist/src/curves/secp256k1.d.ts"
|
|
4367
|
+
],
|
|
4368
|
+
"../../sdk-lib-mpc/dist/src/curves/secp256k1.d.ts": [
|
|
4369
|
+
"../../../node_modules/@types/node/index.d.ts",
|
|
4370
|
+
"../../sdk-lib-mpc/dist/src/curves/basecurve.d.ts"
|
|
4371
|
+
],
|
|
4372
|
+
"../../sdk-lib-mpc/dist/src/index.d.ts": [
|
|
4373
|
+
"../../sdk-lib-mpc/dist/src/curves/index.d.ts",
|
|
4374
|
+
"../../sdk-lib-mpc/dist/src/openssl/index.d.ts",
|
|
4375
|
+
"../../sdk-lib-mpc/dist/src/tss/index.d.ts",
|
|
4376
|
+
"../../sdk-lib-mpc/dist/src/util.d.ts"
|
|
4377
|
+
],
|
|
4378
|
+
"../../sdk-lib-mpc/dist/src/openssl/index.d.ts": [
|
|
4379
|
+
"../../sdk-lib-mpc/dist/src/openssl/openssl.d.ts"
|
|
4380
|
+
],
|
|
4381
|
+
"../../sdk-lib-mpc/dist/src/tss/ecdsa/index.d.ts": [
|
|
4382
|
+
"../../sdk-lib-mpc/dist/src/tss/ecdsa/paillierproof.d.ts",
|
|
4383
|
+
"../../sdk-lib-mpc/dist/src/tss/ecdsa/rangeproof.d.ts",
|
|
4384
|
+
"../../sdk-lib-mpc/dist/src/tss/ecdsa/types.d.ts"
|
|
4385
|
+
],
|
|
4386
|
+
"../../sdk-lib-mpc/dist/src/tss/ecdsa/rangeproof.d.ts": [
|
|
4387
|
+
"../../../node_modules/paillier-bigint/types/index.d.ts",
|
|
4388
|
+
"../../sdk-lib-mpc/dist/src/curves/index.d.ts",
|
|
4389
|
+
"../../sdk-lib-mpc/dist/src/tss/ecdsa/types.d.ts"
|
|
4390
|
+
],
|
|
4391
|
+
"../../sdk-lib-mpc/dist/src/tss/index.d.ts": [
|
|
4392
|
+
"../../sdk-lib-mpc/dist/src/tss/ecdsa/index.d.ts"
|
|
4393
|
+
],
|
|
4394
|
+
"../../sdk-lib-mpc/dist/src/util.d.ts": [
|
|
4395
|
+
"../../../node_modules/@types/node/index.d.ts",
|
|
4396
|
+
"../../../node_modules/paillier-bigint/types/index.d.ts"
|
|
4397
|
+
],
|
|
4344
4398
|
"../../statics/dist/src/account.d.ts": [
|
|
4345
4399
|
"../../statics/dist/src/base.d.ts",
|
|
4346
4400
|
"../../statics/dist/src/networks.d.ts"
|
|
@@ -4432,6 +4486,7 @@
|
|
|
4432
4486
|
"../../utxo-lib/dist/src/bitgo/nonstandardhalfsigned.d.ts",
|
|
4433
4487
|
"../../utxo-lib/dist/src/bitgo/outputscripts.d.ts",
|
|
4434
4488
|
"../../utxo-lib/dist/src/bitgo/parseinput.d.ts",
|
|
4489
|
+
"../../utxo-lib/dist/src/bitgo/psbtutil.d.ts",
|
|
4435
4490
|
"../../utxo-lib/dist/src/bitgo/signature.d.ts",
|
|
4436
4491
|
"../../utxo-lib/dist/src/bitgo/tnumber.d.ts",
|
|
4437
4492
|
"../../utxo-lib/dist/src/bitgo/transaction.d.ts",
|
|
@@ -4474,8 +4529,9 @@
|
|
|
4474
4529
|
],
|
|
4475
4530
|
"../../utxo-lib/dist/src/bitgo/musig2.d.ts": [
|
|
4476
4531
|
"../../../node_modules/@brandonblack/musig/lib/index.d.ts",
|
|
4532
|
+
"../../../node_modules/bip174/src/lib/interfaces.d.ts",
|
|
4533
|
+
"../../utxo-lib/dist/src/bitgo/psbtutil.d.ts",
|
|
4477
4534
|
"../../utxo-lib/dist/src/bitgo/types.d.ts",
|
|
4478
|
-
"../../utxo-lib/dist/src/bitgo/utxopsbt.d.ts",
|
|
4479
4535
|
"../../utxo-lib/node_modules/@types/node/ts4.8/index.d.ts"
|
|
4480
4536
|
],
|
|
4481
4537
|
"../../utxo-lib/dist/src/bitgo/nonstandardhalfsigned.d.ts": [
|
|
@@ -4492,6 +4548,11 @@
|
|
|
4492
4548
|
"../../utxo-lib/node_modules/@types/node/ts4.8/index.d.ts",
|
|
4493
4549
|
"../../utxo-lib/node_modules/bitcoinjs-lib/src/index.d.ts"
|
|
4494
4550
|
],
|
|
4551
|
+
"../../utxo-lib/dist/src/bitgo/psbtutil.d.ts": [
|
|
4552
|
+
"../../../node_modules/bip174/src/lib/interfaces.d.ts",
|
|
4553
|
+
"../../../node_modules/bip174/src/lib/proprietarykeyval.d.ts",
|
|
4554
|
+
"../../utxo-lib/node_modules/@types/node/ts4.8/index.d.ts"
|
|
4555
|
+
],
|
|
4495
4556
|
"../../utxo-lib/dist/src/bitgo/signature.d.ts": [
|
|
4496
4557
|
"../../../node_modules/bip32/types/index.d.ts",
|
|
4497
4558
|
"../../utxo-lib/dist/src/bitgo/outputscripts.d.ts",
|
|
@@ -4522,9 +4583,10 @@
|
|
|
4522
4583
|
],
|
|
4523
4584
|
"../../utxo-lib/dist/src/bitgo/utxopsbt.d.ts": [
|
|
4524
4585
|
"../../../node_modules/bip174/src/lib/interfaces.d.ts",
|
|
4525
|
-
"../../../node_modules/bip174/src/lib/proprietarykeyval.d.ts",
|
|
4526
4586
|
"../../../node_modules/bip174/src/lib/psbt.d.ts",
|
|
4527
4587
|
"../../../node_modules/bip32/types/index.d.ts",
|
|
4588
|
+
"../../utxo-lib/dist/src/bitgo/psbtutil.d.ts",
|
|
4589
|
+
"../../utxo-lib/dist/src/bitgo/types.d.ts",
|
|
4528
4590
|
"../../utxo-lib/dist/src/bitgo/utxotransaction.d.ts",
|
|
4529
4591
|
"../../utxo-lib/dist/src/index.d.ts",
|
|
4530
4592
|
"../../utxo-lib/node_modules/@types/node/ts4.8/index.d.ts"
|
|
@@ -4554,8 +4616,11 @@
|
|
|
4554
4616
|
"../../utxo-lib/dist/src/bitgo/wallet/walletunspentsigner.d.ts"
|
|
4555
4617
|
],
|
|
4556
4618
|
"../../utxo-lib/dist/src/bitgo/wallet/psbt.d.ts": [
|
|
4619
|
+
"../../../node_modules/bip174/src/lib/interfaces.d.ts",
|
|
4557
4620
|
"../../../node_modules/bip32/types/index.d.ts",
|
|
4558
4621
|
"../../utxo-lib/dist/src/bitgo/parseinput.d.ts",
|
|
4622
|
+
"../../utxo-lib/dist/src/bitgo/psbtutil.d.ts",
|
|
4623
|
+
"../../utxo-lib/dist/src/bitgo/types.d.ts",
|
|
4559
4624
|
"../../utxo-lib/dist/src/bitgo/utxopsbt.d.ts",
|
|
4560
4625
|
"../../utxo-lib/dist/src/bitgo/utxotransaction.d.ts",
|
|
4561
4626
|
"../../utxo-lib/dist/src/bitgo/wallet/unspent.d.ts",
|
|
@@ -4660,7 +4725,8 @@
|
|
|
4660
4725
|
"../../utxo-lib/dist/src/testutil/index.d.ts": [
|
|
4661
4726
|
"../../utxo-lib/dist/src/testutil/keys.d.ts",
|
|
4662
4727
|
"../../utxo-lib/dist/src/testutil/mock.d.ts",
|
|
4663
|
-
"../../utxo-lib/dist/src/testutil/psbt.d.ts"
|
|
4728
|
+
"../../utxo-lib/dist/src/testutil/psbt.d.ts",
|
|
4729
|
+
"../../utxo-lib/dist/src/testutil/transaction.d.ts"
|
|
4664
4730
|
],
|
|
4665
4731
|
"../../utxo-lib/dist/src/testutil/keys.d.ts": [
|
|
4666
4732
|
"../../../node_modules/bip32/types/index.d.ts",
|
|
@@ -4677,6 +4743,11 @@
|
|
|
4677
4743
|
"../../utxo-lib/dist/src/bitgo/outputscripts.d.ts",
|
|
4678
4744
|
"../../utxo-lib/dist/src/networks.d.ts"
|
|
4679
4745
|
],
|
|
4746
|
+
"../../utxo-lib/dist/src/testutil/transaction.d.ts": [
|
|
4747
|
+
"../../utxo-lib/dist/src/bitgo/index.d.ts",
|
|
4748
|
+
"../../utxo-lib/dist/src/bitgo/outputscripts.d.ts",
|
|
4749
|
+
"../../utxo-lib/dist/src/networks.d.ts"
|
|
4750
|
+
],
|
|
4680
4751
|
"../../utxo-lib/dist/src/transaction_builder.d.ts": [
|
|
4681
4752
|
"../../utxo-lib/dist/src/index.d.ts",
|
|
4682
4753
|
"../../utxo-lib/node_modules/@types/node/ts4.8/index.d.ts"
|
|
@@ -5644,18 +5715,6 @@
|
|
|
5644
5715
|
"../../../node_modules/bigint-crypto-utils/types/randbytes.d.ts": [
|
|
5645
5716
|
"../../../node_modules/@types/node/index.d.ts"
|
|
5646
5717
|
],
|
|
5647
|
-
"../../../node_modules/bigint-mod-arith/types/index.d.ts": [
|
|
5648
|
-
"../../../node_modules/bigint-mod-arith/types/abs.d.ts",
|
|
5649
|
-
"../../../node_modules/bigint-mod-arith/types/bitlength.d.ts",
|
|
5650
|
-
"../../../node_modules/bigint-mod-arith/types/egcd.d.ts",
|
|
5651
|
-
"../../../node_modules/bigint-mod-arith/types/gcd.d.ts",
|
|
5652
|
-
"../../../node_modules/bigint-mod-arith/types/lcm.d.ts",
|
|
5653
|
-
"../../../node_modules/bigint-mod-arith/types/max.d.ts",
|
|
5654
|
-
"../../../node_modules/bigint-mod-arith/types/min.d.ts",
|
|
5655
|
-
"../../../node_modules/bigint-mod-arith/types/modinv.d.ts",
|
|
5656
|
-
"../../../node_modules/bigint-mod-arith/types/modpow.d.ts",
|
|
5657
|
-
"../../../node_modules/bigint-mod-arith/types/tozn.d.ts"
|
|
5658
|
-
],
|
|
5659
5718
|
"../../../node_modules/bip174/src/lib/interfaces.d.ts": [
|
|
5660
5719
|
"../../../node_modules/@types/node/index.d.ts"
|
|
5661
5720
|
],
|
|
@@ -6241,6 +6300,9 @@
|
|
|
6241
6300
|
"../src/account-lib/util/crypto.ts",
|
|
6242
6301
|
"../src/account-lib/util/ed25519keyderiver.ts"
|
|
6243
6302
|
],
|
|
6303
|
+
"../src/account-lib/mpc/curves/basecurve.ts": [
|
|
6304
|
+
"../../sdk-lib-mpc/dist/src/index.d.ts"
|
|
6305
|
+
],
|
|
6244
6306
|
"../src/account-lib/mpc/curves/ed25519.ts": [
|
|
6245
6307
|
"../src/account-lib/mpc/curves/basecurve.ts"
|
|
6246
6308
|
],
|
|
@@ -6250,9 +6312,10 @@
|
|
|
6250
6312
|
"../src/account-lib/mpc/curves/secp256k1.ts"
|
|
6251
6313
|
],
|
|
6252
6314
|
"../src/account-lib/mpc/curves/secp256k1.ts": [
|
|
6253
|
-
"
|
|
6315
|
+
"../../sdk-lib-mpc/dist/src/index.d.ts"
|
|
6254
6316
|
],
|
|
6255
6317
|
"../src/account-lib/mpc/hdtree.ts": [
|
|
6318
|
+
"../../sdk-lib-mpc/dist/src/index.d.ts",
|
|
6256
6319
|
"../src/account-lib/mpc/curves/index.ts"
|
|
6257
6320
|
],
|
|
6258
6321
|
"../src/account-lib/mpc/index.ts": [
|
|
@@ -6268,6 +6331,7 @@
|
|
|
6268
6331
|
],
|
|
6269
6332
|
"../src/account-lib/mpc/tss/ecdsa/ecdsa.ts": [
|
|
6270
6333
|
"../../../node_modules/@types/node/crypto.d.ts",
|
|
6334
|
+
"../../sdk-lib-mpc/dist/src/index.d.ts",
|
|
6271
6335
|
"../src/account-lib/mpc/curves/index.ts",
|
|
6272
6336
|
"../src/account-lib/mpc/hdtree.ts",
|
|
6273
6337
|
"../src/account-lib/mpc/shamir.ts",
|
|
@@ -6279,9 +6343,10 @@
|
|
|
6279
6343
|
"../src/account-lib/mpc/tss/ecdsa/types.ts"
|
|
6280
6344
|
],
|
|
6281
6345
|
"../src/account-lib/mpc/tss/ecdsa/rangeproof.ts": [
|
|
6282
|
-
"
|
|
6283
|
-
|
|
6284
|
-
|
|
6346
|
+
"../../sdk-lib-mpc/dist/src/index.d.ts"
|
|
6347
|
+
],
|
|
6348
|
+
"../src/account-lib/mpc/tss/ecdsa/types.ts": [
|
|
6349
|
+
"../../sdk-lib-mpc/dist/src/index.d.ts"
|
|
6285
6350
|
],
|
|
6286
6351
|
"../src/account-lib/mpc/tss/eddsa/eddsa.ts": [
|
|
6287
6352
|
"../src/account-lib/mpc/curves/index.ts",
|
|
@@ -6299,7 +6364,7 @@
|
|
|
6299
6364
|
"../src/account-lib/mpc/tss/eddsa/types.ts"
|
|
6300
6365
|
],
|
|
6301
6366
|
"../src/account-lib/mpc/util.ts": [
|
|
6302
|
-
"
|
|
6367
|
+
"../../sdk-lib-mpc/dist/src/index.d.ts"
|
|
6303
6368
|
],
|
|
6304
6369
|
"../src/account-lib/staking/index.ts": [
|
|
6305
6370
|
"../src/account-lib/staking/utils.ts"
|
|
@@ -6309,7 +6374,8 @@
|
|
|
6309
6374
|
"../src/account-lib/basecoin/index.ts"
|
|
6310
6375
|
],
|
|
6311
6376
|
"../src/account-lib/util/crypto.ts": [
|
|
6312
|
-
"
|
|
6377
|
+
"../../sdk-lib-mpc/dist/src/index.d.ts",
|
|
6378
|
+
"../src/account-lib/basecoin/index.ts"
|
|
6313
6379
|
],
|
|
6314
6380
|
"../src/api/index.ts": [
|
|
6315
6381
|
"../src/api/bip32path.ts",
|
|
@@ -6379,7 +6445,7 @@
|
|
|
6379
6445
|
"../../utxo-lib/dist/src/index.d.ts"
|
|
6380
6446
|
],
|
|
6381
6447
|
"../src/bitgo/enterprise/enterprise.ts": [
|
|
6382
|
-
"
|
|
6448
|
+
"../../sdk-lib-mpc/dist/src/index.d.ts",
|
|
6383
6449
|
"../src/bitgo/basecoin/index.ts",
|
|
6384
6450
|
"../src/bitgo/bitgobase.ts",
|
|
6385
6451
|
"../src/bitgo/enterprise/index.ts",
|
|
@@ -6394,7 +6460,7 @@
|
|
|
6394
6460
|
"../src/bitgo/enterprise/ienterprises.ts"
|
|
6395
6461
|
],
|
|
6396
6462
|
"../src/bitgo/enterprise/ienterprise.ts": [
|
|
6397
|
-
"
|
|
6463
|
+
"../../sdk-lib-mpc/dist/src/index.d.ts",
|
|
6398
6464
|
"../src/bitgo/trading/index.ts",
|
|
6399
6465
|
"../src/bitgo/utils/tss/ecdsa/index.ts",
|
|
6400
6466
|
"../src/bitgo/wallet/index.ts"
|
|
@@ -6627,10 +6693,9 @@
|
|
|
6627
6693
|
],
|
|
6628
6694
|
"../src/bitgo/tss/common.ts": [
|
|
6629
6695
|
"../../../node_modules/openpgp/openpgp.d.ts",
|
|
6630
|
-
"../src/account-lib/mpc/tss/ecdsa/types.ts",
|
|
6631
6696
|
"../src/bitgo/bitgobase.ts",
|
|
6632
|
-
"../src/bitgo/
|
|
6633
|
-
"../src/bitgo/utils/
|
|
6697
|
+
"../src/bitgo/tss/types.ts",
|
|
6698
|
+
"../src/bitgo/utils/index.ts"
|
|
6634
6699
|
],
|
|
6635
6700
|
"../src/bitgo/tss/ecdsa/ecdsa.ts": [
|
|
6636
6701
|
"../../../node_modules/@types/node/crypto.d.ts",
|
|
@@ -6672,6 +6737,9 @@
|
|
|
6672
6737
|
"../src/bitgo/tss/eddsa/index.ts",
|
|
6673
6738
|
"../src/bitgo/tss/types.ts"
|
|
6674
6739
|
],
|
|
6740
|
+
"../src/bitgo/tss/types.ts": [
|
|
6741
|
+
"../../sdk-lib-mpc/dist/src/index.d.ts"
|
|
6742
|
+
],
|
|
6675
6743
|
"../src/bitgo/utils/abstractutxocoinutil.ts": [
|
|
6676
6744
|
"../../utxo-lib/dist/src/index.d.ts"
|
|
6677
6745
|
],
|
|
@@ -6739,11 +6807,12 @@
|
|
|
6739
6807
|
],
|
|
6740
6808
|
"../src/bitgo/utils/tss/ecdsa/ecdsa.ts": [
|
|
6741
6809
|
"../../../node_modules/openpgp/openpgp.d.ts",
|
|
6742
|
-
"
|
|
6810
|
+
"../../sdk-lib-mpc/dist/src/index.d.ts",
|
|
6743
6811
|
"../src/bitgo/basecoin/index.ts",
|
|
6744
6812
|
"../src/bitgo/bitgobase.ts",
|
|
6745
6813
|
"../src/bitgo/keychain/index.ts",
|
|
6746
6814
|
"../src/bitgo/tss/ecdsa/types.ts",
|
|
6815
|
+
"../src/bitgo/tss/types.ts",
|
|
6747
6816
|
"../src/bitgo/utils/tss/basetssutils.ts",
|
|
6748
6817
|
"../src/bitgo/utils/tss/basetypes.ts",
|
|
6749
6818
|
"../src/bitgo/utils/tss/ecdsa/types.ts",
|
|
@@ -6755,6 +6824,7 @@
|
|
|
6755
6824
|
],
|
|
6756
6825
|
"../src/bitgo/utils/tss/ecdsa/types.ts": [
|
|
6757
6826
|
"../../../node_modules/openpgp/openpgp.d.ts",
|
|
6827
|
+
"../../sdk-lib-mpc/dist/src/index.d.ts",
|
|
6758
6828
|
"../src/account-lib/mpc/tss/index.ts",
|
|
6759
6829
|
"../src/bitgo/tss/ecdsa/index.ts",
|
|
6760
6830
|
"../src/bitgo/utils/tss/basetypes.ts",
|
|
@@ -6906,6 +6976,43 @@
|
|
|
6906
6976
|
"../src/units.ts": [
|
|
6907
6977
|
"../../../node_modules/bignumber.js/bignumber.d.ts"
|
|
6908
6978
|
],
|
|
6979
|
+
"../../sdk-lib-mpc/dist/src/curves/basecurve.d.ts": [
|
|
6980
|
+
"../../../node_modules/@types/node/index.d.ts"
|
|
6981
|
+
],
|
|
6982
|
+
"../../sdk-lib-mpc/dist/src/curves/index.d.ts": [
|
|
6983
|
+
"../../sdk-lib-mpc/dist/src/curves/basecurve.d.ts",
|
|
6984
|
+
"../../sdk-lib-mpc/dist/src/curves/secp256k1.d.ts"
|
|
6985
|
+
],
|
|
6986
|
+
"../../sdk-lib-mpc/dist/src/curves/secp256k1.d.ts": [
|
|
6987
|
+
"../../../node_modules/@types/node/index.d.ts",
|
|
6988
|
+
"../../sdk-lib-mpc/dist/src/curves/basecurve.d.ts"
|
|
6989
|
+
],
|
|
6990
|
+
"../../sdk-lib-mpc/dist/src/index.d.ts": [
|
|
6991
|
+
"../../sdk-lib-mpc/dist/src/curves/index.d.ts",
|
|
6992
|
+
"../../sdk-lib-mpc/dist/src/openssl/index.d.ts",
|
|
6993
|
+
"../../sdk-lib-mpc/dist/src/tss/index.d.ts",
|
|
6994
|
+
"../../sdk-lib-mpc/dist/src/util.d.ts"
|
|
6995
|
+
],
|
|
6996
|
+
"../../sdk-lib-mpc/dist/src/openssl/index.d.ts": [
|
|
6997
|
+
"../../sdk-lib-mpc/dist/src/openssl/openssl.d.ts"
|
|
6998
|
+
],
|
|
6999
|
+
"../../sdk-lib-mpc/dist/src/tss/ecdsa/index.d.ts": [
|
|
7000
|
+
"../../sdk-lib-mpc/dist/src/tss/ecdsa/paillierproof.d.ts",
|
|
7001
|
+
"../../sdk-lib-mpc/dist/src/tss/ecdsa/rangeproof.d.ts",
|
|
7002
|
+
"../../sdk-lib-mpc/dist/src/tss/ecdsa/types.d.ts"
|
|
7003
|
+
],
|
|
7004
|
+
"../../sdk-lib-mpc/dist/src/tss/ecdsa/rangeproof.d.ts": [
|
|
7005
|
+
"../../../node_modules/paillier-bigint/types/index.d.ts",
|
|
7006
|
+
"../../sdk-lib-mpc/dist/src/curves/index.d.ts",
|
|
7007
|
+
"../../sdk-lib-mpc/dist/src/tss/ecdsa/types.d.ts"
|
|
7008
|
+
],
|
|
7009
|
+
"../../sdk-lib-mpc/dist/src/tss/index.d.ts": [
|
|
7010
|
+
"../../sdk-lib-mpc/dist/src/tss/ecdsa/index.d.ts"
|
|
7011
|
+
],
|
|
7012
|
+
"../../sdk-lib-mpc/dist/src/util.d.ts": [
|
|
7013
|
+
"../../../node_modules/@types/node/index.d.ts",
|
|
7014
|
+
"../../../node_modules/paillier-bigint/types/index.d.ts"
|
|
7015
|
+
],
|
|
6909
7016
|
"../../statics/dist/src/account.d.ts": [
|
|
6910
7017
|
"../../statics/dist/src/base.d.ts",
|
|
6911
7018
|
"../../statics/dist/src/networks.d.ts"
|
|
@@ -6997,6 +7104,7 @@
|
|
|
6997
7104
|
"../../utxo-lib/dist/src/bitgo/nonstandardhalfsigned.d.ts",
|
|
6998
7105
|
"../../utxo-lib/dist/src/bitgo/outputscripts.d.ts",
|
|
6999
7106
|
"../../utxo-lib/dist/src/bitgo/parseinput.d.ts",
|
|
7107
|
+
"../../utxo-lib/dist/src/bitgo/psbtutil.d.ts",
|
|
7000
7108
|
"../../utxo-lib/dist/src/bitgo/signature.d.ts",
|
|
7001
7109
|
"../../utxo-lib/dist/src/bitgo/tnumber.d.ts",
|
|
7002
7110
|
"../../utxo-lib/dist/src/bitgo/transaction.d.ts",
|
|
@@ -7039,8 +7147,9 @@
|
|
|
7039
7147
|
],
|
|
7040
7148
|
"../../utxo-lib/dist/src/bitgo/musig2.d.ts": [
|
|
7041
7149
|
"../../../node_modules/@brandonblack/musig/lib/index.d.ts",
|
|
7150
|
+
"../../../node_modules/bip174/src/lib/interfaces.d.ts",
|
|
7151
|
+
"../../utxo-lib/dist/src/bitgo/psbtutil.d.ts",
|
|
7042
7152
|
"../../utxo-lib/dist/src/bitgo/types.d.ts",
|
|
7043
|
-
"../../utxo-lib/dist/src/bitgo/utxopsbt.d.ts",
|
|
7044
7153
|
"../../utxo-lib/node_modules/@types/node/ts4.8/index.d.ts"
|
|
7045
7154
|
],
|
|
7046
7155
|
"../../utxo-lib/dist/src/bitgo/nonstandardhalfsigned.d.ts": [
|
|
@@ -7057,6 +7166,11 @@
|
|
|
7057
7166
|
"../../utxo-lib/node_modules/@types/node/ts4.8/index.d.ts",
|
|
7058
7167
|
"../../utxo-lib/node_modules/bitcoinjs-lib/src/index.d.ts"
|
|
7059
7168
|
],
|
|
7169
|
+
"../../utxo-lib/dist/src/bitgo/psbtutil.d.ts": [
|
|
7170
|
+
"../../../node_modules/bip174/src/lib/interfaces.d.ts",
|
|
7171
|
+
"../../../node_modules/bip174/src/lib/proprietarykeyval.d.ts",
|
|
7172
|
+
"../../utxo-lib/node_modules/@types/node/ts4.8/index.d.ts"
|
|
7173
|
+
],
|
|
7060
7174
|
"../../utxo-lib/dist/src/bitgo/signature.d.ts": [
|
|
7061
7175
|
"../../../node_modules/bip32/types/index.d.ts",
|
|
7062
7176
|
"../../utxo-lib/dist/src/bitgo/outputscripts.d.ts",
|
|
@@ -7087,9 +7201,10 @@
|
|
|
7087
7201
|
],
|
|
7088
7202
|
"../../utxo-lib/dist/src/bitgo/utxopsbt.d.ts": [
|
|
7089
7203
|
"../../../node_modules/bip174/src/lib/interfaces.d.ts",
|
|
7090
|
-
"../../../node_modules/bip174/src/lib/proprietarykeyval.d.ts",
|
|
7091
7204
|
"../../../node_modules/bip174/src/lib/psbt.d.ts",
|
|
7092
7205
|
"../../../node_modules/bip32/types/index.d.ts",
|
|
7206
|
+
"../../utxo-lib/dist/src/bitgo/psbtutil.d.ts",
|
|
7207
|
+
"../../utxo-lib/dist/src/bitgo/types.d.ts",
|
|
7093
7208
|
"../../utxo-lib/dist/src/bitgo/utxotransaction.d.ts",
|
|
7094
7209
|
"../../utxo-lib/dist/src/index.d.ts",
|
|
7095
7210
|
"../../utxo-lib/node_modules/@types/node/ts4.8/index.d.ts"
|
|
@@ -7119,8 +7234,11 @@
|
|
|
7119
7234
|
"../../utxo-lib/dist/src/bitgo/wallet/walletunspentsigner.d.ts"
|
|
7120
7235
|
],
|
|
7121
7236
|
"../../utxo-lib/dist/src/bitgo/wallet/psbt.d.ts": [
|
|
7237
|
+
"../../../node_modules/bip174/src/lib/interfaces.d.ts",
|
|
7122
7238
|
"../../../node_modules/bip32/types/index.d.ts",
|
|
7123
7239
|
"../../utxo-lib/dist/src/bitgo/parseinput.d.ts",
|
|
7240
|
+
"../../utxo-lib/dist/src/bitgo/psbtutil.d.ts",
|
|
7241
|
+
"../../utxo-lib/dist/src/bitgo/types.d.ts",
|
|
7124
7242
|
"../../utxo-lib/dist/src/bitgo/utxopsbt.d.ts",
|
|
7125
7243
|
"../../utxo-lib/dist/src/bitgo/utxotransaction.d.ts",
|
|
7126
7244
|
"../../utxo-lib/dist/src/bitgo/wallet/unspent.d.ts",
|
|
@@ -7225,7 +7343,8 @@
|
|
|
7225
7343
|
"../../utxo-lib/dist/src/testutil/index.d.ts": [
|
|
7226
7344
|
"../../utxo-lib/dist/src/testutil/keys.d.ts",
|
|
7227
7345
|
"../../utxo-lib/dist/src/testutil/mock.d.ts",
|
|
7228
|
-
"../../utxo-lib/dist/src/testutil/psbt.d.ts"
|
|
7346
|
+
"../../utxo-lib/dist/src/testutil/psbt.d.ts",
|
|
7347
|
+
"../../utxo-lib/dist/src/testutil/transaction.d.ts"
|
|
7229
7348
|
],
|
|
7230
7349
|
"../../utxo-lib/dist/src/testutil/keys.d.ts": [
|
|
7231
7350
|
"../../../node_modules/bip32/types/index.d.ts",
|
|
@@ -7242,6 +7361,11 @@
|
|
|
7242
7361
|
"../../utxo-lib/dist/src/bitgo/outputscripts.d.ts",
|
|
7243
7362
|
"../../utxo-lib/dist/src/networks.d.ts"
|
|
7244
7363
|
],
|
|
7364
|
+
"../../utxo-lib/dist/src/testutil/transaction.d.ts": [
|
|
7365
|
+
"../../utxo-lib/dist/src/bitgo/index.d.ts",
|
|
7366
|
+
"../../utxo-lib/dist/src/bitgo/outputscripts.d.ts",
|
|
7367
|
+
"../../utxo-lib/dist/src/networks.d.ts"
|
|
7368
|
+
],
|
|
7245
7369
|
"../../utxo-lib/dist/src/transaction_builder.d.ts": [
|
|
7246
7370
|
"../../utxo-lib/dist/src/index.d.ts",
|
|
7247
7371
|
"../../utxo-lib/node_modules/@types/node/ts4.8/index.d.ts"
|
|
@@ -8196,12 +8320,12 @@
|
|
|
8196
8320
|
"../../../node_modules/@types/node/index.d.ts"
|
|
8197
8321
|
],
|
|
8198
8322
|
"../../../node_modules/bigint-crypto-utils/types/index.d.ts": [
|
|
8323
|
+
"../../../node_modules/bigint-crypto-utils/node_modules/bigint-mod-arith/dist/index.d.ts",
|
|
8199
8324
|
"../../../node_modules/bigint-crypto-utils/types/isprobablyprime.d.ts",
|
|
8200
8325
|
"../../../node_modules/bigint-crypto-utils/types/prime.d.ts",
|
|
8201
8326
|
"../../../node_modules/bigint-crypto-utils/types/randbetween.d.ts",
|
|
8202
8327
|
"../../../node_modules/bigint-crypto-utils/types/randbits.d.ts",
|
|
8203
|
-
"../../../node_modules/bigint-crypto-utils/types/randbytes.d.ts"
|
|
8204
|
-
"../../../node_modules/bigint-mod-arith/types/index.d.ts"
|
|
8328
|
+
"../../../node_modules/bigint-crypto-utils/types/randbytes.d.ts"
|
|
8205
8329
|
],
|
|
8206
8330
|
"../../../node_modules/bigint-crypto-utils/types/randbits.d.ts": [
|
|
8207
8331
|
"../../../node_modules/@types/node/index.d.ts"
|
|
@@ -8209,18 +8333,6 @@
|
|
|
8209
8333
|
"../../../node_modules/bigint-crypto-utils/types/randbytes.d.ts": [
|
|
8210
8334
|
"../../../node_modules/@types/node/index.d.ts"
|
|
8211
8335
|
],
|
|
8212
|
-
"../../../node_modules/bigint-mod-arith/types/index.d.ts": [
|
|
8213
|
-
"../../../node_modules/bigint-mod-arith/types/abs.d.ts",
|
|
8214
|
-
"../../../node_modules/bigint-mod-arith/types/bitlength.d.ts",
|
|
8215
|
-
"../../../node_modules/bigint-mod-arith/types/egcd.d.ts",
|
|
8216
|
-
"../../../node_modules/bigint-mod-arith/types/gcd.d.ts",
|
|
8217
|
-
"../../../node_modules/bigint-mod-arith/types/lcm.d.ts",
|
|
8218
|
-
"../../../node_modules/bigint-mod-arith/types/max.d.ts",
|
|
8219
|
-
"../../../node_modules/bigint-mod-arith/types/min.d.ts",
|
|
8220
|
-
"../../../node_modules/bigint-mod-arith/types/modinv.d.ts",
|
|
8221
|
-
"../../../node_modules/bigint-mod-arith/types/modpow.d.ts",
|
|
8222
|
-
"../../../node_modules/bigint-mod-arith/types/tozn.d.ts"
|
|
8223
|
-
],
|
|
8224
8336
|
"../../../node_modules/bip174/src/lib/interfaces.d.ts": [
|
|
8225
8337
|
"../../../node_modules/@types/node/index.d.ts"
|
|
8226
8338
|
],
|
|
@@ -8551,6 +8663,18 @@
|
|
|
8551
8663
|
"../src/openssl/openssl.ts",
|
|
8552
8664
|
"../src/openssl/opensslbytes.ts",
|
|
8553
8665
|
"../src/units.ts",
|
|
8666
|
+
"../../sdk-lib-mpc/dist/src/curves/basecurve.d.ts",
|
|
8667
|
+
"../../sdk-lib-mpc/dist/src/curves/index.d.ts",
|
|
8668
|
+
"../../sdk-lib-mpc/dist/src/curves/secp256k1.d.ts",
|
|
8669
|
+
"../../sdk-lib-mpc/dist/src/index.d.ts",
|
|
8670
|
+
"../../sdk-lib-mpc/dist/src/openssl/index.d.ts",
|
|
8671
|
+
"../../sdk-lib-mpc/dist/src/openssl/openssl.d.ts",
|
|
8672
|
+
"../../sdk-lib-mpc/dist/src/tss/ecdsa/index.d.ts",
|
|
8673
|
+
"../../sdk-lib-mpc/dist/src/tss/ecdsa/paillierproof.d.ts",
|
|
8674
|
+
"../../sdk-lib-mpc/dist/src/tss/ecdsa/rangeproof.d.ts",
|
|
8675
|
+
"../../sdk-lib-mpc/dist/src/tss/ecdsa/types.d.ts",
|
|
8676
|
+
"../../sdk-lib-mpc/dist/src/tss/index.d.ts",
|
|
8677
|
+
"../../sdk-lib-mpc/dist/src/util.d.ts",
|
|
8554
8678
|
"../../statics/dist/src/account.d.ts",
|
|
8555
8679
|
"../../statics/dist/src/base.d.ts",
|
|
8556
8680
|
"../../statics/dist/src/coins.d.ts",
|
|
@@ -8579,6 +8703,7 @@
|
|
|
8579
8703
|
"../../utxo-lib/dist/src/bitgo/nonstandardhalfsigned.d.ts",
|
|
8580
8704
|
"../../utxo-lib/dist/src/bitgo/outputscripts.d.ts",
|
|
8581
8705
|
"../../utxo-lib/dist/src/bitgo/parseinput.d.ts",
|
|
8706
|
+
"../../utxo-lib/dist/src/bitgo/psbtutil.d.ts",
|
|
8582
8707
|
"../../utxo-lib/dist/src/bitgo/signature.d.ts",
|
|
8583
8708
|
"../../utxo-lib/dist/src/bitgo/tnumber.d.ts",
|
|
8584
8709
|
"../../utxo-lib/dist/src/bitgo/transaction.d.ts",
|
|
@@ -8611,6 +8736,7 @@
|
|
|
8611
8736
|
"../../utxo-lib/dist/src/testutil/keys.d.ts",
|
|
8612
8737
|
"../../utxo-lib/dist/src/testutil/mock.d.ts",
|
|
8613
8738
|
"../../utxo-lib/dist/src/testutil/psbt.d.ts",
|
|
8739
|
+
"../../utxo-lib/dist/src/testutil/transaction.d.ts",
|
|
8614
8740
|
"../../utxo-lib/dist/src/transaction_builder.d.ts",
|
|
8615
8741
|
"../../utxo-lib/node_modules/bitcoinjs-lib/src/address.d.ts",
|
|
8616
8742
|
"../../utxo-lib/node_modules/bitcoinjs-lib/src/block.d.ts",
|
|
@@ -8853,17 +8979,6 @@
|
|
|
8853
8979
|
"../../../node_modules/bigint-crypto-utils/types/randbetween.d.ts",
|
|
8854
8980
|
"../../../node_modules/bigint-crypto-utils/types/randbits.d.ts",
|
|
8855
8981
|
"../../../node_modules/bigint-crypto-utils/types/randbytes.d.ts",
|
|
8856
|
-
"../../../node_modules/bigint-mod-arith/types/abs.d.ts",
|
|
8857
|
-
"../../../node_modules/bigint-mod-arith/types/bitlength.d.ts",
|
|
8858
|
-
"../../../node_modules/bigint-mod-arith/types/egcd.d.ts",
|
|
8859
|
-
"../../../node_modules/bigint-mod-arith/types/gcd.d.ts",
|
|
8860
|
-
"../../../node_modules/bigint-mod-arith/types/index.d.ts",
|
|
8861
|
-
"../../../node_modules/bigint-mod-arith/types/lcm.d.ts",
|
|
8862
|
-
"../../../node_modules/bigint-mod-arith/types/max.d.ts",
|
|
8863
|
-
"../../../node_modules/bigint-mod-arith/types/min.d.ts",
|
|
8864
|
-
"../../../node_modules/bigint-mod-arith/types/modinv.d.ts",
|
|
8865
|
-
"../../../node_modules/bigint-mod-arith/types/modpow.d.ts",
|
|
8866
|
-
"../../../node_modules/bigint-mod-arith/types/tozn.d.ts",
|
|
8867
8982
|
"../../../node_modules/bignumber.js/bignumber.d.ts",
|
|
8868
8983
|
"../../../node_modules/bip174/src/lib/interfaces.d.ts",
|
|
8869
8984
|
"../../../node_modules/bip174/src/lib/proprietarykeyval.d.ts",
|