diff --git a/Cargo.lock b/Cargo.lock index f781e4c2..53126d49 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4633,7 +4633,7 @@ checksum = "c33070833c9ee02266356de0c43f723152bd38bd96ddf52c82b3af10c9138b28" [[package]] name = "kreivo-runtime" -version = "0.7.3" +version = "0.8.1" dependencies = [ "assets-common", "cumulus-pallet-aura-ext", @@ -13720,7 +13720,7 @@ dependencies = [ [[package]] name = "virto-node" -version = "0.7.3" +version = "0.8.1" dependencies = [ "assert_cmd", "async-trait", diff --git a/kreivo-collator.container b/kreivo-collator.container index 8723a548..e7c6ad29 100644 --- a/kreivo-collator.container +++ b/kreivo-collator.container @@ -11,11 +11,7 @@ Environment=NODE_ARGS Image=ghcr.io/virto-network/virto:latest ContainerName=kreivo-collator Volume=kreivo-collator-data:/data -# an IPv6 capable podman network -Network=podman6 -PublishPort=30333:30333 -PublishPort=30334:30334 -PublishPort=9615:9615 +Network=host LogDriver=passthrough Exec=--name kreivo-collator-%H \ --collator \ @@ -24,8 +20,6 @@ Exec=--name kreivo-collator-%H \ -- $RELAY_ARGS \ --chain kusama \ --sync=warp \ - --state-pruning=200 \ - --blocks-pruning=200 \ --no-telemetry [Install] diff --git a/kreivo-full.container b/kreivo-full.container index ec41881f..4785897e 100644 --- a/kreivo-full.container +++ b/kreivo-full.container @@ -11,17 +11,12 @@ Environment=RELAY_ARGS Image=ghcr.io/virto-network/virto:latest ContainerName=kreivo-full Volume=kreivo-full-data:/data -# an IPv6 capable podman network -Network=podman6 -PublishPort=9944:9944 -PublishPort=9945:9945 -PublishPort=30333:30333 -PublishPort=30334:30334 -PublishPort=9615:9615 +Network=host LogDriver=passthrough Exec=--name kreivo-%H \ --rpc-external \ --rpc-cors=all \ + --rpc-max-connections=1000 \ --pruning archive-canonical \ --bootnodes $BOOTNODES \ --base-path /data $NODE_ARGS \ @@ -29,8 +24,6 @@ Exec=--name kreivo-%H \ --chain kusama \ --rpc-external \ --sync=warp \ - --state-pruning=200 \ - --blocks-pruning=200 \ --no-telemetry [Install] diff --git a/node/Cargo.toml b/node/Cargo.toml index b17855ad..09287ad4 100644 --- a/node/Cargo.toml +++ b/node/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "virto-node" -version = "0.7.3" +version = "0.8.1" 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 4b81cf9d..20a47b96 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.3" +version = "0.8.1" authors = ['Virto Team '] license = "GPL-3.0-only" homepage = 'https://github.com/virto-network/virto-node'