@hardkas/localnet 0.8.2-alpha → 0.8.3-alpha
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/index.d.ts +1 -1
- package/package.json +7 -7
package/dist/index.d.ts
CHANGED
|
@@ -372,7 +372,7 @@ declare function moveSink(dag: SimulatedDag, newSinkId: string, txProvider: (txI
|
|
|
372
372
|
inputs: string[];
|
|
373
373
|
} | undefined): SimulatedDag;
|
|
374
374
|
/**
|
|
375
|
-
* Deterministic Conflict Resolution (Approximation for 0.8.
|
|
375
|
+
* Deterministic Conflict Resolution (Approximation for 0.8.3-alpha)
|
|
376
376
|
* Priority:
|
|
377
377
|
* 1. sink ancestry priority (is part of selectedPathToSink?)
|
|
378
378
|
* 2. deterministic block order (daaScore then block ID)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hardkas/localnet",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.3-alpha",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -8,12 +8,12 @@
|
|
|
8
8
|
".": "./dist/index.js"
|
|
9
9
|
},
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"@hardkas/artifacts": "0.8.
|
|
12
|
-
"@hardkas/core": "0.8.
|
|
13
|
-
"@hardkas/kaspa-rpc": "0.8.
|
|
14
|
-
"@hardkas/
|
|
15
|
-
"@hardkas/
|
|
16
|
-
"@hardkas/tx-builder": "0.8.
|
|
11
|
+
"@hardkas/artifacts": "0.8.3-alpha",
|
|
12
|
+
"@hardkas/core": "0.8.3-alpha",
|
|
13
|
+
"@hardkas/kaspa-rpc": "0.8.3-alpha",
|
|
14
|
+
"@hardkas/simulator": "0.8.3-alpha",
|
|
15
|
+
"@hardkas/query": "0.8.3-alpha",
|
|
16
|
+
"@hardkas/tx-builder": "0.8.3-alpha"
|
|
17
17
|
},
|
|
18
18
|
"devDependencies": {
|
|
19
19
|
"fast-check": "^4.8.0",
|