-
Extraction from #676 :
I have yet to debug through this, the assumption currently is as you say: the build.rs is compiled via sccache-dist, the Cargo.toml it tries launch cargo for does not exist, …
-
Hello!
While working on decoding historic storage entries, I ran into an issue whereby the storage entry in `Proxy.Proxies` keyed by account ID (twox64_concated) `0x0E6DE68B13B82479FBE988AB9ECB16BA…
-
# Issue
## Description
Whenever I try to build [`substrate-node-template`](https://github.com/substrate-developer-hub/substrate-node-template) (branch `latest`), it gets stuck building `node-tem…
-
This lib lacks support for generating proofs in rust, which will be required in order to generate ibc packet proofs from a substrate runtime
-
Substrate-Archive uses a 'custom' client implementation based on implementing all the traits from Substrate to provide functionality required for collecting blocks/metadata/etc. A new library [substra…
-
Reference docs are topics that are too high level to be explained in a rust-doc, and too low level to be explained in a high level tutorial. The goal is to minimize this category.
## FRAME, Substrat…
-
Rather than just creating a single file intended to live directly in the runtime of a node, the `substrate-module-new` command should clone @shawntabrizi 's [template repository](https://github.com/sh…
-
I'm currently testing a storage migration on my branch development-contracts-billing-refactor with try-runtime but encountered an issue where the weight returned by ʼExecutive::try_runtime_upgrade(che…
-
https://github.com/paritytech/polkadot-sdk/pull/1378 introduced the new runtime macro. This issue tracks the follow-up items:
- [x] Remove the `experimental` flag once its tested in Rococo/Westend
…
-
In our project, we're patching `sr-io`. This worked fine until we added the following dependency:
```
[dev-dependencies.test-client]
package = "substrate-test-runtime-client"
git = "https://github…