-
I test smoldot light wasm client with a local blockchain of the [Duniter-v2S](https://git.duniter.org/nodes/rust/duniter-v2s) project.
It seems that smoldot is able to load my runtime and connect t…
-
Hi, we encountered this problem during our development where we **mistakenly** used i32 instead of u8 type when building the call indexes that should be sent to the parentchain.
Then we saw an erro…
-
@cdamian
```go
package main
import (
"fmt"
"strings"
"time"
"github.com/centrifuge/go-substrate-rpc-client/v4/types"
gsrpc "github.com/dojimanetwork/go-polka-rpc/v5"
"github.com/do…
-
We are trying to use the light client to connect to the Moonbeam network.
But it panics while compiling the runtime.
```
panicked at 'called `Result::unwrap()` on an `Err` value: InvalidRuntime…
-
Mythical team has been testing the fork-aware transaction pool on Rococo Muse and have encountered an error while using the `submitAndWatch` rpc method.
Issue is the following:
- A transacti…
-
So far seems the development of Substrate chains is very focused on starting projects from scratch following the template node and then just fiddling with the runtime modules but it would be nice if t…
-
Im using chain DataHighway Tanganika Kusama Parachain using DataHighway Collator v3.6.0-b938f49-x86_64-linux-gnu
trying to SubmitExtrinsic
my code below
```go
func TestTransfer(t *testing.T) …
-
If the Runtime is upgraded in block N (by a `system::set_code` transaction for example), the new code is immediately written to storage. However the storage migration contained in that upgrade are not…
-
Some of the information that would make sense -
- the node type (validator, light client, etc.)
- the pruning mode (archive or number of blocks)
- execution mode (interpreted or compiled)
- ... …
-
- allow people without substrate client to edit/add records in tfgrid db
- private key always stays at client side (preconfigured dir for twin server)
- make example is vlang using RMB which uses Tw…