-
Several people have been asking whether smoldot could be embedded in a mobile app.
I'm opening this issue as a way to take notes.
For iOS, the smoldot client code (in Rust) needs to be compiled …
-
The situation right now is that the `Service` contains (as in, "owns") the import queue, transaction queue, network, client, RPC endpoint, and offchain workers, but Aura/Babe, GrandPa and the informan…
-
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…
-
Currently the `TryState` can only be utilized on a per-pallet level by implementing the `try_state` hook.
This limits the usage tor multi-pallet `try_state` functionality. `Executive` could be ext…
-
My subsquid node processor crashed with this logs:
```
duniter-squid-processor-1 | {"level":2,"time":1709683176077,"ns":"sqd:processor","msg":"435159 / 435159, rate: 0 blocks/sec, mapping: 85 …
-
https://spec.polkadot.network/chap-runtime-api#sect-rt-api-executor_params
We can fetch timeouts for pvf runtime calls execution and should probably honor them.
Harrm updated
1 month ago
-
* **I'm submitting a ...**
- [x] Bug report
- [ ] Feature request
- [ ] Support request
- [ ] Other
* **What is the current behavior and expected behavior?**
When I swi…
-
Once a dispute is concluded and an offence is submitted with `DisableStrategy::Always`, a validator will be added to `DisabledValidators` list.
Implement on-chain and off-chain logic to ignore disp…
-
[CI output](https://github.com/paritytech/polkadot-sdk/actions/runs/10248682008/job/28353348944?pr=5206) from this merge request https://github.com/paritytech/polkadot-sdk/pull/5206.
cc @Bullrich
…
-
This came out of a conversation with @kianenigma, @ggwpez and other members of the FRAME team so I'll do my best to reproduce the highlights of that conversation here. The short version is that right …