-
#2670 added a hard-coded limit to the max size of the `Bytes` struct; our runtime exceeds that size.
It is really a bad idea to have hard-coded limits like this, with no escape hatch; a better way …
-
### Confirmation
- [X] My issue isn't already found on the issue tracker.
- [X] I have read the Subscan API documentation (if it seemed to be an API bug).
### Affected Network(s)
Polkadot, maybe ot…
-
### Link to the code that reproduces this issue
https://github.com/ChielokaCode/nextjs-issue-reproduction
### To Reproduce
Anytime I run npm update or npm install next@latest to version ^14.2.5. I …
-
* **I'm submitting a ...**
- [ ] Bug report
- [ ] Feature request
- [X] Support request
- [ ] Other
* **What is the current behavior and expected behavior?**
We cannot connec…
-
> In the short term, treating it this way might work - as we are already doing with the pallet-based SDKs.
Is what I read in #666, and it gave me the idea to take this idea even further, and call i…
-
See my previous comment for reference: https://github.com/polkadot-js/tools/issues/174#issuecomment-704054933
After some digging,
here's how the api generates a signature from an extrinsicPayload:…
-
currently the examples at polkadot JS API https://polkadot.js.org/docs/api/cookbook is not properly structured for beginners
I am the community moderator at the official Polkadot/Kusama discords. W…
-
```
pnpm add @scio-labs/use-inkathon
# or
npm install @scio-labs/use-inkathon
# or
yarn add @scio-labs/use-inkathon
```
installing the package module isn't enough (this is v0.10.0) because ap…
-
### Context
Referring to the [Polkadot Dapp Integration Guide](https://docs.walletconnect.com/advanced/multichain/polkadot/dapp-integration-guide), we can see how to set up a connection with a Wall…
-
See the discussion in https://github.com/polkadot-js/api/pull/5395.
Tl;dr: not all alternatives are created by the type generator when the type contains nested tuples.