-
I think the tool has value beyond emulating pallet-contracts and minimum substrate runtime.
It would be nice to be able to use the tool with an actually running substrate node, as it simplifies inter…
-
[cargo cyclist](https://github.com/gnunicorn/cargo-cyclist) currently shows 15 internal dependency cycles in our `Cargo.lock`, which prevents us from publishing on crates.io. These need to be fixed:
…
-
### Code contribution to the Polkadot SDK repository
- https://github.com/paritytech/polkadot/pull/5990
- https://github.com/paritytech/polkadot/pull/5052
### Code contribution to a tool or lib…
-
```
2022-05-24 08:13:38.060 INFO main sc_service::builder: [Parachain] 📦 Highest known block at #0
2022-05-24 08:13:38.060 INFO tokio-runtime-worker substrate_prometheus_endpoi…
-
For the cross chain communication required in M2, we will use Parity's [solo-para-bridge](https://github.com/paritytech/solo-para-bridge-poc).
So it is mandatory to have a clear understanding of th…
-
I'm trying to build system chains (using srtool-cli):
```
git clone https://github.com/encointer/runtimes.git
cd runtimes
git checkout bkontur/bko-bump-to-1.7
srtool build -p encointer-kusama-r…
-
FRAME is hugely useful which is why most runtimes are written with it. It's also possible and instructive to write a runtime without frame.
A hopefully simple starting point would be a flipper runt…
-
* **I'm submitting a ...**
- [x] Bug report
- [ ] Feature request
- [ ] Support request
- [ ] Other
* **What is the current behavior and expected behavior?**
When generating [cus…
-
# Problem: -
Error while deploying contracts that contains methods that deletes storage states. That includes operation like `Mapping.delete()` that call `env().clearContractStroage()`.
### Tempor…
-
We (the Polkadot-API team) have been advocating for teams within the ecosystem to avoid creating their own RPC endpoints and instead utilize custom runtime APIs. However, the Kilt parachain is experie…