@xyo-network/xl1-cli-lib 1.16.1 → 1.16.3
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/node/index.mjs +2 -2
- package/dist/node/index.mjs.map +1 -1
- package/dist/node/orchestration/actor/implementation/ProducerActor.d.ts +1 -5
- package/dist/node/orchestration/actor/implementation/ProducerActor.d.ts.map +1 -1
- package/dist/node/orchestration/actor/implementation/ValidatorActor.d.ts +1 -5
- package/dist/node/orchestration/actor/implementation/ValidatorActor.d.ts.map +1 -1
- package/dist/node/orchestration/repository/lib/repositoryFromArchivist.d.ts +2 -5
- package/dist/node/orchestration/repository/lib/repositoryFromArchivist.d.ts.map +1 -1
- package/dist/node/orchestration/services/implementation/head/createForkedHead/config/getBridgeDestinationDetails.d.ts +5 -15
- package/dist/node/orchestration/services/implementation/head/createForkedHead/config/getBridgeDestinationDetails.d.ts.map +1 -1
- package/dist/node/orchestration/services/implementation/head/createForkedHead/config/getBridgeSourceDetails.d.ts +2 -6
- package/dist/node/orchestration/services/implementation/head/createForkedHead/config/getBridgeSourceDetails.d.ts.map +1 -1
- package/dist/node/orchestration/services/implementation/time.d.ts +2 -2
- package/dist/node/orchestration/services/implementation/time.d.ts.map +1 -1
- package/dist/node/xl1.mjs +2 -2
- package/dist/node/xl1.mjs.map +1 -1
- package/package.json +21 -21
- package/src/commands/mempool/runMempool.ts +1 -1
- package/src/orchestration/actor/implementation/ProducerActor.ts +0 -1
- package/src/orchestration/services/implementation/time.ts +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/xl1-cli-lib",
|
|
3
|
-
"version": "1.16.
|
|
3
|
+
"version": "1.16.3",
|
|
4
4
|
"description": "XYO Layer One CLI Library",
|
|
5
5
|
"homepage": "https://xylabs.com",
|
|
6
6
|
"bugs": {
|
|
@@ -41,32 +41,32 @@
|
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
43
|
"@opentelemetry/api": "~1.9.0",
|
|
44
|
-
"@xylabs/array": "~5.0.
|
|
45
|
-
"@xylabs/assert": "~5.0.
|
|
46
|
-
"@xylabs/base": "~5.0.
|
|
47
|
-
"@xylabs/creatable": "~5.0.
|
|
48
|
-
"@xylabs/delay": "~5.0.
|
|
49
|
-
"@xylabs/hex": "~5.0.
|
|
50
|
-
"@xylabs/logger": "~5.0.
|
|
51
|
-
"@xylabs/object": "~5.0.
|
|
52
|
-
"@xylabs/promise": "~5.0.
|
|
53
|
-
"@xylabs/telemetry": "~5.0.
|
|
54
|
-
"@xylabs/typeof": "~5.0.
|
|
44
|
+
"@xylabs/array": "~5.0.22",
|
|
45
|
+
"@xylabs/assert": "~5.0.22",
|
|
46
|
+
"@xylabs/base": "~5.0.22",
|
|
47
|
+
"@xylabs/creatable": "~5.0.22",
|
|
48
|
+
"@xylabs/delay": "~5.0.22",
|
|
49
|
+
"@xylabs/hex": "~5.0.22",
|
|
50
|
+
"@xylabs/logger": "~5.0.22",
|
|
51
|
+
"@xylabs/object": "~5.0.22",
|
|
52
|
+
"@xylabs/promise": "~5.0.22",
|
|
53
|
+
"@xylabs/telemetry": "~5.0.22",
|
|
54
|
+
"@xylabs/typeof": "~5.0.22",
|
|
55
55
|
"@xyo-network/archivist-lmdb": "~5.1.18",
|
|
56
56
|
"@xyo-network/archivist-memory": "~5.1.18",
|
|
57
57
|
"@xyo-network/archivist-model": "~5.1.18",
|
|
58
|
-
"@xyo-network/chain-api": "~1.16.
|
|
59
|
-
"@xyo-network/chain-bridge": "~1.16.
|
|
60
|
-
"@xyo-network/chain-
|
|
61
|
-
"@xyo-network/chain-reward-redemption": "~1.16.
|
|
62
|
-
"@xyo-network/chain-sdk": "~1.16.
|
|
58
|
+
"@xyo-network/chain-api": "~1.16.3",
|
|
59
|
+
"@xyo-network/chain-bridge": "~1.16.3",
|
|
60
|
+
"@xyo-network/chain-mempool": "~1.16.3",
|
|
61
|
+
"@xyo-network/chain-reward-redemption": "~1.16.3",
|
|
62
|
+
"@xyo-network/chain-sdk": "~1.16.3",
|
|
63
63
|
"@xyo-network/payload-builder": "~5.1.18",
|
|
64
64
|
"@xyo-network/payload-model": "~5.1.18",
|
|
65
65
|
"@xyo-network/wallet": "~5.1.18",
|
|
66
66
|
"@xyo-network/wallet-model": "~5.1.18",
|
|
67
|
-
"@xyo-network/xl1-protocol": "~1.13.
|
|
68
|
-
"@xyo-network/xl1-protocol-sdk": "~1.16.
|
|
69
|
-
"@xyo-network/xl1-validation": "~1.16.
|
|
67
|
+
"@xyo-network/xl1-protocol": "~1.13.1",
|
|
68
|
+
"@xyo-network/xl1-protocol-sdk": "~1.16.3",
|
|
69
|
+
"@xyo-network/xl1-validation": "~1.16.3",
|
|
70
70
|
"async-mutex": "~0.5.0",
|
|
71
71
|
"cosmiconfig": "~9.0.0",
|
|
72
72
|
"dotenv": "~17.2.3",
|
|
@@ -77,7 +77,7 @@
|
|
|
77
77
|
"devDependencies": {
|
|
78
78
|
"@xylabs/ts-scripts-yarn3": "~7.2.8",
|
|
79
79
|
"@xylabs/tsconfig": "~7.2.8",
|
|
80
|
-
"@xylabs/vitest-extended": "~5.0.
|
|
80
|
+
"@xylabs/vitest-extended": "~5.0.22",
|
|
81
81
|
"@xyo-network/account-model": "~5.1.18",
|
|
82
82
|
"eslint": "^9.39.1",
|
|
83
83
|
"lmdb": "~3.4.4",
|
|
@@ -2,13 +2,13 @@ import type { Promisable } from '@xylabs/promise'
|
|
|
2
2
|
import type { BaseTimeServiceParams } from '@xyo-network/chain-sdk'
|
|
3
3
|
import { BaseTimeSyncService } from '@xyo-network/chain-sdk'
|
|
4
4
|
import type { Initializable } from '@xyo-network/xl1-protocol'
|
|
5
|
-
import type {
|
|
5
|
+
import type { TimeSyncService } from '@xyo-network/xl1-protocol-sdk'
|
|
6
6
|
|
|
7
7
|
import { canUseEvmProvider, initEvmProvider } from './evm/index.ts'
|
|
8
8
|
|
|
9
|
-
let timeSyncServiceSingleton: Promisable<
|
|
9
|
+
let timeSyncServiceSingleton: Promisable<TimeSyncService> | undefined
|
|
10
10
|
|
|
11
|
-
export const initTimeService: Initializable<BaseTimeServiceParams,
|
|
11
|
+
export const initTimeService: Initializable<BaseTimeServiceParams, TimeSyncService> = async ({
|
|
12
12
|
chainArchivist, chainIterator, config, logger, meterProvider, traceProvider,
|
|
13
13
|
}) => {
|
|
14
14
|
if (timeSyncServiceSingleton) return timeSyncServiceSingleton
|