Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in substrate

error: duplicate lang item in crate `sp_io`

What does T represent in a Pallet?

substrate

How do you format balances with the Polkadot JS API?

substrate polkadot-js

Why does "code" in spec not start with magic number and version number?

How to print values in tests?

substrate

How to implement background thread in Substrate?

Multiple substrate nodes but each only has a single peer

rust substrate

Pruning mode for Validators

substrate

Use custom types (Substrate FRAME pallet + Polkadot/Substrate frontend)

How do I update my token's name in Substrate?

What is the cost of event storage in substrate?

substrate parity-io

How to solve Substrate `duplicate lang item in crate 'std' (which 'myexternalcrate' depends on): 'panic_impl' conflict with sr-io

substrate

How to get the roothash or a proof from a child trie in substrate?

Substrate genesis blocks not matching

substrate

In Substrate, what's the difference between `spec_version` and `authoring_version`?

substrate parity-io

How to print out tracing message in Substrate runtime development

substrate

What order is `on_initialize` invoked across different modules in a Substrate runtime?

rust blockchain substrate

How to correctly upgrade a runtime on Substrate node?

substrate

Unable to specify `edition2021` in order to use unstable packages in Rust

rust substrate polkadot

In Substrate is there a way to use storage and functions from one custom module in another?

substrate