-
https://github.com/polkadot-api/polkadot-api/blob/de3f57103460478322d29fb5c7c44b722f5664fb/packages/cli/src/commands/generate.ts#L85
I have a monorepo and i isolated the descriptors so i can used t…
-
It's known that using the Polkadot.js API library in long-running processes, such as on a Node.js backend, results in increasing memory consumption until the process crashes due to memory leaks.
Be…
-
## Incompatibilities detected
A [scheduled test workflow](https://github.com/KILTprotocol/sdk-js/actions/runs/11760487151) using the latest available dependencies matching our semver ranges has faile…
-
## The problem
I noticed a really unhelpful test when trialing the CLI. I told it to make a register an account and got this:
```output
Attempting to register the address: 5CBCdVRZDw8zTvnVkcrwS…
-
We should update the bundle and set an automatic way to keep updated for the future.
-
As transfer is deprecated on Polkadot and Kusama, it makes sense to use transfer_allow_death (or transfer_keep_alive) instead.
An example of using "transfer" is here: https://polkadot.js.org/docs/a…
-
`isLe = false` should be `isLe = true` here. `totalIssuance.toHex()` returns big-endian encoding by default, which will differ from what u8aToHex returns.
https://github.com/polkadot-js/api/blob…
-
I encontered an error when trying to call polkadot and kusama rpc.
the code:
```js
const validators = await api.query.staking.validators.entries<
ValidatorPrefs,
[Ac…
-
* **I'm submitting a ...**
- [x] Bug report
- [ ] Feature request
- [ ] Support request
- [ ] Other
* **What is the current behavior and expected behavior?**
#### Current behavio…
-
### Is your feature request related to a problem? Please describe.
Using Polkadot JS API is no longer documented in the NPM docs or readme of the `@substrate/connect` package. This is throwing devs…