Skip to content

Commit

Permalink
Bump to 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
olanod committed Mar 19, 2024
1 parent cdf5569 commit fec51be
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 20 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 1 addition & 7 deletions kreivo-collator.container
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand All @@ -24,8 +20,6 @@ Exec=--name kreivo-collator-%H \
-- $RELAY_ARGS \
--chain kusama \
--sync=warp \
--state-pruning=200 \
--blocks-pruning=200 \
--no-telemetry

[Install]
Expand Down
11 changes: 2 additions & 9 deletions kreivo-full.container
Original file line number Diff line number Diff line change
Expand Up @@ -11,26 +11,19 @@ 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 \
-- $RELAY_ARGS \
--chain kusama \
--rpc-external \
--sync=warp \
--state-pruning=200 \
--blocks-pruning=200 \
--no-telemetry

[Install]
Expand Down
2 changes: 1 addition & 1 deletion node/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "virto-node"
version = "0.7.3"
version = "0.8.1"
authors = ['Virto Team <[email protected]>']
license = "GPL-3.0-only"
homepage = 'https://github.com/virto-network/virto-node'
Expand Down
2 changes: 1 addition & 1 deletion runtime/kreivo/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "kreivo-runtime"
description = "Kreivo Runtime"
version = "0.7.3"
version = "0.8.1"
authors = ['Virto Team <[email protected]>']
license = "GPL-3.0-only"
homepage = 'https://github.com/virto-network/virto-node'
Expand Down

0 comments on commit fec51be

Please sign in to comment.