-
So far, we have seen waku-rln-relay as a spam-protected routing protocol of the waku protocol stack, though, it is a limited view of this powerful scheme. The way that it is currently presented, it se…
-
I guess the provider should actually be
https://registry.terraform.io/providers/digitalocean/digitalocean/latest
but how to change that?
```
Initializing provider plugins...
- Finding hashic…
-
## Glossary
- **Substrate Runtime**: The execution path of the cumulus derived runtime that runs on the parachain nodes (full node, collator).
- **PVF**: The execution path of the cumulus derived ru…
-
Right now for migration code that exists within pallets we have the `on_runtime_upgrade` function. While convenient, this is a little problematic since code inside it need not contain any guard that w…
-
Finality on our internal relaychain is at 50 blocks behind our best block.
This is happening on a public parachain network (Moonbase Alphanet), using 10 validators for the relay (westend based) and…
-
### Hello!
We faced with a problem when we made a transfer and immediately reconnect and subscribe for a balance update - the last event does not come on that subscription.
---
```
Environment:
A…
-
I am not great at the latest TS compiler setup, and would love to have a template repo that I can clone, and write scripts in it. No web components or React needed.
So, similar to https://github.c…
-
#### Using nodejs to call @ polkadot/API version "^ 10.11.1"
There were some occasional issues during use, please refer to the following code snippet
```
import { ApiPromise, WsProvider, Keyring …
-
### Is there an existing issue?
- [X] I have searched the existing issues
### Experiencing problems? Have you tried our Stack Exchange first?
- [X] This is not a support question.
### Motivation
…
-
We have a lot of per block logics that we want to execute them in the beginning of the block. However we don't really want to use `on_initialize` because it is executed before inherent are been proces…