@midnight-ntwrk/wallet-sdk-capabilities 3.1.0-rc.2 → 3.2.0-rc.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/dist/balancer/Balancer.js +1 -1
- package/dist/balancer/CounterOffer.js +1 -1
- package/dist/balancer/index.js +1 -1
- package/dist/index.js +1 -1
- package/dist/pendingTransactions/index.js +1 -1
- package/dist/pendingTransactions/pendingTransactions.js +1 -1
- package/dist/pendingTransactions/pendingTransactionsService.js +1 -1
- package/dist/proving/index.js +1 -1
- package/dist/proving/provingService.d.ts +1 -1
- package/dist/proving/provingService.js +2 -2
- package/dist/submission/index.js +1 -1
- package/dist/submission/submissionService.d.ts +1 -1
- package/dist/submission/submissionService.js +1 -1
- package/package.json +16 -16
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
// This file is part of MIDNIGHT-WALLET-SDK.
|
|
2
|
-
// Copyright (C)
|
|
2
|
+
// Copyright (C) Midnight Foundation
|
|
3
3
|
// SPDX-License-Identifier: Apache-2.0
|
|
4
4
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
5
|
// You may not use this file except in compliance with the License.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
// This file is part of MIDNIGHT-WALLET-SDK.
|
|
2
|
-
// Copyright (C)
|
|
2
|
+
// Copyright (C) Midnight Foundation
|
|
3
3
|
// SPDX-License-Identifier: Apache-2.0
|
|
4
4
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
5
|
// You may not use this file except in compliance with the License.
|
package/dist/balancer/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
// This file is part of MIDNIGHT-WALLET-SDK.
|
|
2
|
-
// Copyright (C)
|
|
2
|
+
// Copyright (C) Midnight Foundation
|
|
3
3
|
// SPDX-License-Identifier: Apache-2.0
|
|
4
4
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
5
|
// You may not use this file except in compliance with the License.
|
package/dist/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
// This file is part of MIDNIGHT-WALLET-SDK.
|
|
2
|
-
// Copyright (C)
|
|
2
|
+
// Copyright (C) Midnight Foundation
|
|
3
3
|
// SPDX-License-Identifier: Apache-2.0
|
|
4
4
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
5
|
// You may not use this file except in compliance with the License.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* This file is part of MIDNIGHT-WALLET-SDK.
|
|
3
|
-
* Copyright (C)
|
|
3
|
+
* Copyright (C) Midnight Foundation
|
|
4
4
|
* SPDX-License-Identifier: Apache-2.0
|
|
5
5
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
6
6
|
* You may not use this file except in compliance with the License.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* This file is part of MIDNIGHT-WALLET-SDK.
|
|
3
|
-
* Copyright (C)
|
|
3
|
+
* Copyright (C) Midnight Foundation
|
|
4
4
|
* SPDX-License-Identifier: Apache-2.0
|
|
5
5
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
6
6
|
* You may not use this file except in compliance with the License.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* This file is part of MIDNIGHT-WALLET-SDK.
|
|
3
|
-
* Copyright (C)
|
|
3
|
+
* Copyright (C) Midnight Foundation
|
|
4
4
|
* SPDX-License-Identifier: Apache-2.0
|
|
5
5
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
6
6
|
* You may not use this file except in compliance with the License.
|
package/dist/proving/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* This file is part of MIDNIGHT-WALLET-SDK.
|
|
3
|
-
* Copyright (C)
|
|
3
|
+
* Copyright (C) Midnight Foundation
|
|
4
4
|
* SPDX-License-Identifier: Apache-2.0
|
|
5
5
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
6
6
|
* You may not use this file except in compliance with the License.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as ledger from '@midnight-ntwrk/ledger-
|
|
1
|
+
import * as ledger from '@midnight-ntwrk/ledger-v8';
|
|
2
2
|
import type { KeyMaterialProvider } from '@midnight-ntwrk/zkir-v2';
|
|
3
3
|
import { InvalidProtocolSchemeError } from '@midnight-ntwrk/wallet-sdk-utilities/networking';
|
|
4
4
|
import { Effect } from 'effect';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
// This file is part of MIDNIGHT-WALLET-SDK.
|
|
2
|
-
// Copyright (C)
|
|
2
|
+
// Copyright (C) Midnight Foundation
|
|
3
3
|
// SPDX-License-Identifier: Apache-2.0
|
|
4
4
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
5
|
// You may not use this file except in compliance with the License.
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
11
11
|
// See the License for the specific language governing permissions and
|
|
12
12
|
// limitations under the License.
|
|
13
|
-
import * as ledger from '@midnight-ntwrk/ledger-
|
|
13
|
+
import * as ledger from '@midnight-ntwrk/ledger-v8';
|
|
14
14
|
import { HttpProverClient, WasmProver } from '@midnight-ntwrk/wallet-sdk-prover-client/effect';
|
|
15
15
|
import { ClientError, ServerError } from '@midnight-ntwrk/wallet-sdk-utilities/networking';
|
|
16
16
|
import { Data, Effect, pipe } from 'effect';
|
package/dist/submission/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* This file is part of MIDNIGHT-WALLET-SDK.
|
|
3
|
-
* Copyright (C)
|
|
3
|
+
* Copyright (C) Midnight Foundation
|
|
4
4
|
* SPDX-License-Identifier: Apache-2.0
|
|
5
5
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
6
6
|
* You may not use this file except in compliance with the License.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Effect } from 'effect';
|
|
2
2
|
import { SubmissionEvent as SubmissionEventImported } from '@midnight-ntwrk/wallet-sdk-node-client/effect';
|
|
3
|
-
import { type FinalizedTransaction } from '@midnight-ntwrk/ledger-
|
|
3
|
+
import { type FinalizedTransaction } from '@midnight-ntwrk/ledger-v8';
|
|
4
4
|
export declare const SubmissionEvent: typeof SubmissionEventImported;
|
|
5
5
|
export type SubmissionEvent = SubmissionEventImported.SubmissionEvent;
|
|
6
6
|
export declare namespace SubmissionEventCases {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
// This file is part of MIDNIGHT-WALLET-SDK.
|
|
2
|
-
// Copyright (C)
|
|
2
|
+
// Copyright (C) Midnight Foundation
|
|
3
3
|
// SPDX-License-Identifier: Apache-2.0
|
|
4
4
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
5
|
// You may not use this file except in compliance with the License.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@midnight-ntwrk/wallet-sdk-capabilities",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.2.0-rc.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index.js",
|
|
@@ -40,24 +40,24 @@
|
|
|
40
40
|
}
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@midnight-ntwrk/ledger-
|
|
44
|
-
"@midnight-ntwrk/wallet-sdk-
|
|
45
|
-
"@midnight-ntwrk/wallet-sdk-
|
|
46
|
-
"@midnight-ntwrk/wallet-sdk-
|
|
47
|
-
"@midnight-ntwrk/wallet-sdk-
|
|
48
|
-
"@midnight-ntwrk/wallet-sdk-
|
|
49
|
-
"@midnight-ntwrk/wallet-sdk-utilities": "^1.0.1-rc.0",
|
|
43
|
+
"@midnight-ntwrk/ledger-v8": "^8.0.2",
|
|
44
|
+
"@midnight-ntwrk/wallet-sdk-abstractions": "^2.0.0",
|
|
45
|
+
"@midnight-ntwrk/wallet-sdk-indexer-client": "^1.2.0-rc.0",
|
|
46
|
+
"@midnight-ntwrk/wallet-sdk-node-client": "^1.1.0-rc.0",
|
|
47
|
+
"@midnight-ntwrk/wallet-sdk-prover-client": "^1.2.0-rc.0",
|
|
48
|
+
"@midnight-ntwrk/wallet-sdk-utilities": "^1.1.0-rc.0",
|
|
50
49
|
"@midnight-ntwrk/zkir-v2": "^2.1.0",
|
|
51
|
-
"effect": "^3.19.
|
|
50
|
+
"effect": "^3.19.19",
|
|
51
|
+
"rxjs": "^7.8.2"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
|
-
"
|
|
55
|
-
"
|
|
56
|
-
"
|
|
57
|
-
"
|
|
58
|
-
"
|
|
59
|
-
"
|
|
60
|
-
"
|
|
54
|
+
"@effect/cluster": "^0.56.4",
|
|
55
|
+
"@effect/experimental": "^0.58.0",
|
|
56
|
+
"@effect/platform": "^0.94.5",
|
|
57
|
+
"@effect/platform-node": "^0.104.1",
|
|
58
|
+
"@effect/rpc": "^0.73.2",
|
|
59
|
+
"@effect/sql": "^0.49.0",
|
|
60
|
+
"@effect/workflow": "^0.16.0"
|
|
61
61
|
},
|
|
62
62
|
"scripts": {
|
|
63
63
|
"typecheck": "tsc -b ./tsconfig.json --noEmit --force",
|