@midnight-ntwrk/wallet-sdk-capabilities 3.1.0 → 3.2.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.
|
@@ -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';
|
|
@@ -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';
|
|
@@ -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 {
|
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",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index.js",
|
|
@@ -40,12 +40,12 @@
|
|
|
40
40
|
}
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@midnight-ntwrk/ledger-
|
|
43
|
+
"@midnight-ntwrk/ledger-v8": "^8.0.2",
|
|
44
44
|
"@midnight-ntwrk/wallet-sdk-abstractions": "^2.0.0",
|
|
45
|
-
"@midnight-ntwrk/wallet-sdk-indexer-client": "^1.
|
|
46
|
-
"@midnight-ntwrk/wallet-sdk-node-client": "^1.0
|
|
47
|
-
"@midnight-ntwrk/wallet-sdk-prover-client": "^1.
|
|
48
|
-
"@midnight-ntwrk/wallet-sdk-utilities": "^1.0
|
|
45
|
+
"@midnight-ntwrk/wallet-sdk-indexer-client": "^1.2.0",
|
|
46
|
+
"@midnight-ntwrk/wallet-sdk-node-client": "^1.1.0",
|
|
47
|
+
"@midnight-ntwrk/wallet-sdk-prover-client": "^1.2.0",
|
|
48
|
+
"@midnight-ntwrk/wallet-sdk-utilities": "^1.1.0",
|
|
49
49
|
"@midnight-ntwrk/zkir-v2": "^2.1.0",
|
|
50
50
|
"effect": "^3.19.19",
|
|
51
51
|
"rxjs": "^7.8.2"
|