-
Repro: https://stackblitz.com/edit/node-75ky53?file=src%2Findex.ts
```log
❯ pnpm dlx tsx ./src/index.ts
Packages: +5
+++++
Progress: resolved 29, reused 5, downloaded 0, added 5, done
[smoldot…
-
With #86 we have five new indirect calls from the client to the node. However, three of them read the input parameter positon based, two read them name based. This incosistency is based on the previou…
-
I can emulate query storage at by fetching each key individually, but I don't see how I can substitute storage keys paged.
-
@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…
-
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…
-
-
Hi there,
This issue is a follow up of #1722
Fetching storage items through an iterator returns duplicates when using lightclient, hanging the loop forever with the current version of subxt. The…
-
My running node is getting the following error:
```
2022-05-19 14:13:16 [Parachain] ❌ Error while dialing /dns/telemetry.polkadot.io/tcp/443/x-parity-wss/%2Fsubmit%2F: Custom { kind: Other, error:…
-
As reported by @altonen while running a burn-in for https://github.com/paritytech/polkadot-sdk/pull/1631, some block announcements are dropped with a warning: https://github.com/paritytech/polkadot-sd…
-
### 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.
### Description …