-
After installing the packages with `npm i`, attempting to run the project (for example `npx ts-node src/index.ts pull nabla`) shows the following error:
```TSError: ⨯ Unable to compile TypeScript:
…
-
FWIW Paseo was 42, and is now 0 which is probably the reason, so this is expected. I guess this 42 is in the ~~genesis~~ chain spec, and it's been later changed in a runtime upgrage.
`client.getCha…
Tbaut updated
1 month ago
-
_Creating this as a counterpart of our issue in Parity_
PJS has [these docs](https://polkadot.js.org/docs/polkadot/runtime), which are super useful. Not without it's downsides, but still.
Let'…
-
I've got internal RPC error when using a smoldot client initiated with the chainspec exported by `@polkadot-api/known-chains` for Polkadot-People chain. Everything works fine when using a WS connectio…
tien updated
3 months ago
-
Although this is known to you, I figured I'd create an issue so that I can track its resolution.
When crafting a Tx, with a dynamically typed api, TS may complain.
Here's an example:
```ts
int…
Tbaut updated
2 months ago
-
cc @polkadot-js/notifications
Some configured endpoints are not available.
Check the nightly cron output (or via `yarn ci:chainEndpoints` locally) and disable the chains (either with `isDisabled` or…
-
I'm trying to submit a transfer transaction. my code is like this:
```
var method = api!.transferAllowDeath(value, receiver);
final signer = privateKey.toAddress();
final genesisHash =
…
-
### 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 …
-
-
The functions we test in `unstable_rpc_api_calls.rs` were stabilized:
https://github.com/paritytech/polkadot-sdk/issues/1156
https://github.com/paritytech/polkadot-sdk/issues/1508
We should provi…