From 1eadd773abb070ec3153586347bfecf40407460f Mon Sep 17 00:00:00 2001 From: Xavier Lau Date: Wed, 9 Oct 2024 01:08:11 +0800 Subject: [PATCH] Update applications/polkadot-runtime-releaser.md Co-authored-by: S E R A Y A --- applications/polkadot-runtime-releaser.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/polkadot-runtime-releaser.md b/applications/polkadot-runtime-releaser.md index 4668cc6ebf2..2068e49c90a 100644 --- a/applications/polkadot-runtime-releaser.md +++ b/applications/polkadot-runtime-releaser.md @@ -27,7 +27,7 @@ Especially to the new teams, they might not have enough experience to handle it. - Collator/Validator nodes should be upgraded first. - RPC suppliers should be upgraded later. - I saw some EVM RPCs require the runtime version equals to the node version. -- How to host a wasm-override repository for community? +- How to host a wasm-override repository for the community? - Debug log WASM. - We always use `sp-api/disable-logging` in the release build, so no more detail logs in the general runtime. - We can enable the `sp-debug-derive/force-debug` in the debug build, so we can get more logs instead of `WASM stripped` (I think people often see this a lot while they are trying to get some debug log).