@bloxbean/yaci-devkit-linux-x64 0.10.6-preview → 0.11.0-beta1
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/config/download.properties +7 -5
- package/config/env +2 -0
- package/config/node.properties +2 -2
- package/config/version +1 -1
- package/package.json +1 -1
- package/yaci-cli +0 -0
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
#Please specify either the version or the full url for the following components
|
|
2
|
-
node.version=10.
|
|
3
|
-
ogmios.version=6.
|
|
4
|
-
kupo.version=2.
|
|
5
|
-
|
|
6
|
-
yaci.store.
|
|
2
|
+
node.version=10.5.0
|
|
3
|
+
ogmios.version=6.13.0
|
|
4
|
+
kupo.version=2.11.0
|
|
5
|
+
|
|
6
|
+
yaci.store.tag=rel-native-2.0.0-beta3
|
|
7
|
+
yaci.store.version=2.0.0-beta3
|
|
8
|
+
yaci.store.jar.version=2.0.0-beta3
|
|
7
9
|
|
|
8
10
|
#node.url=
|
|
9
11
|
#ogmios.url=
|
package/config/env
CHANGED
|
@@ -22,6 +22,8 @@ HOST_KUPO_PORT=1442
|
|
|
22
22
|
# Viewer Config - DON'T CHANGE
|
|
23
23
|
#######################################################
|
|
24
24
|
PUBLIC_INDEXER_BASE_URL=http://yaci-cli:8080/api/v1
|
|
25
|
+
#URL used in the client side
|
|
26
|
+
PUBLIC_INDEXER_CLIENT_BASE_URL=http://localhost:8080/api/v1
|
|
25
27
|
PUBLIC_INDEXER_WS_URL=ws://localhost:${HOST_STORE_API_PORT}/ws/liveblocks
|
|
26
28
|
IS_DOCKER=true
|
|
27
29
|
|
package/config/node.properties
CHANGED
|
@@ -95,5 +95,5 @@
|
|
|
95
95
|
# So, the shiftStartTimeBehind flag should be "false" for non-development / multi-node networks.
|
|
96
96
|
#
|
|
97
97
|
#########################################################################################################
|
|
98
|
-
conwayHardForkAtEpoch=1
|
|
99
|
-
shiftStartTimeBehind=true
|
|
98
|
+
#conwayHardForkAtEpoch=1
|
|
99
|
+
#shiftStartTimeBehind=true
|
package/config/version
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
tag=0.
|
|
1
|
+
tag=0.11.0-beta1
|
|
2
2
|
revision=
|
package/package.json
CHANGED
package/yaci-cli
CHANGED
|
Binary file
|