Skip to content

Commit

Permalink
bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Kailai-Wang committed Dec 18, 2024
1 parent 242ee76 commit ddabd78
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion local-setup/launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ def main(processes, worker, workers_number, parachain_type, log_config_path, off
add_collator_ports()
os.environ['LITENTRY_PARACHAIN_DIR'] = parachain_dir
setup_environment(offset, parachain_dir, worker_dir)
run(["./parachain/scripts/launch-network.sh", "paseo"], check=True)
run(["./parachain/scripts/launch-network.sh", "litentry"], check=True)
elif parachain_type == "remote":
setup_environment(offset, "", worker_dir)
print("Litentry parachain should be started remotely")
Expand Down
2 changes: 1 addition & 1 deletion parachain/runtime/litentry/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
impl_name: create_runtime_str!("litentry-parachain"),
authoring_version: 1,
// same versioning-mechanism as polkadot: use last digit for minor updates
spec_version: 9220,
spec_version: 9222,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 1,
Expand Down
2 changes: 1 addition & 1 deletion parachain/runtime/paseo/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
impl_name: create_runtime_str!("paseo-parachain"),
authoring_version: 1,
// same versioning-mechanism as polkadot: use last digit for minor updates
spec_version: 9221,
spec_version: 9222,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 1,
Expand Down
2 changes: 1 addition & 1 deletion parachain/zombienet/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ args = [
"--state-pruning=archive",
"-l=parachain=debug,txpool=trace"
]
ws_port = {{COLLATOR_WS_PORT}}
ws_port = {{COLLATOR_WS_PORT}}

0 comments on commit ddabd78

Please sign in to comment.