diff --git a/Cargo.lock b/Cargo.lock index 53a64ba8..8137d332 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4632,7 +4632,7 @@ checksum = "c33070833c9ee02266356de0c43f723152bd38bd96ddf52c82b3af10c9138b28" [[package]] name = "kreivo-runtime" -version = "0.7.2" +version = "0.7.3" dependencies = [ "assets-common", "cumulus-pallet-aura-ext", @@ -13691,7 +13691,7 @@ dependencies = [ [[package]] name = "virto-node" -version = "0.7.2" +version = "0.7.3" dependencies = [ "assert_cmd", "async-trait", diff --git a/kreivo-collator.container b/kreivo-collator.container index ff7140a3..19088d7f 100644 --- a/kreivo-collator.container +++ b/kreivo-collator.container @@ -17,8 +17,7 @@ PublishPort=30333:30333 PublishPort=30334:30334 PublishPort=9615:9615 LogDriver=passthrough -Exec=/usr/bin/virto-node \ - --name kreivo-collator.%H \ +Exec=--name kreivo-collator.%H \ --collator \ --bootnodes $BOOTNODES \ --base-path /data $NODE_ARGS \ diff --git a/kreivo-full.container b/kreivo-full.container index cf3bee9e..4d611e2b 100644 --- a/kreivo-full.container +++ b/kreivo-full.container @@ -19,8 +19,7 @@ PublishPort=30333:30333 PublishPort=30334:30334 PublishPort=9615:9615 LogDriver=passthrough -Exec=/usr/bin/virto-node \ - --name kreivo.%H \ +Exec=--name kreivo.%H \ --rpc-external \ --rpc-cors=all \ --pruning archive-canonical \ diff --git a/node/Cargo.toml b/node/Cargo.toml index 98022212..b17855ad 100644 --- a/node/Cargo.toml +++ b/node/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "virto-node" -version = "0.7.2" +version = "0.7.3" authors = ['Virto Team '] license = "GPL-3.0-only" homepage = 'https://github.com/virto-network/virto-node' diff --git a/runtime/kreivo/Cargo.toml b/runtime/kreivo/Cargo.toml index e73c9df5..4b81cf9d 100644 --- a/runtime/kreivo/Cargo.toml +++ b/runtime/kreivo/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "kreivo-runtime" description = "Kreivo Runtime" -version = "0.7.2" +version = "0.7.3" authors = ['Virto Team '] license = "GPL-3.0-only" homepage = 'https://github.com/virto-network/virto-node'