substrate-docs
substrate-docs copied to clipboard
Substrate Developer Hub. Substrate is powered by best in class cryptographic research and comes with peer to peer networking, consensus mechanisms, and much more.
New features (not yet ready) to bring up in docs when merged. https://github.com/paritytech/substrate/pull/10403 https://github.com/paritytech/substrate/pull/10413 && https://github.com/paritytech/polkadot/pull/4500 https://github.com/paritytech/cumulus/pull/842
We need to document the change in Substrate that's just been merged: https://github.com/paritytech/substrate/pull/10662 Pallets require that all vectors in runtime storage are bounded, meaning that they must use the `BoundedVec`...
### Content request Incorporate this PR: https://github.com/paritytech/substrate/pull/10650/files In this page: https://docs.substrate.io/how-to-guides/v3/storage-migrations/basics/ ### Are you willing to help with this request? Yes!
### Content request Internal doc as reference: https://docs.google.com/document/d/1YiAPBbUZmCQhN5-tPRL8VoMCNhVQnWbopfqewcT0ObA/edit ### Are you willing to help with this request? Yes!
### Content request Internal doc, not ready to go yet, but should be a new public doc when it is: https://www.notion.so/paritytechnologies/Proxies-Multisigs-0d2c5076612548f6a33c362f4943f2bf ### Are you willing to help with this request?...
### Content request `// Extrinsics callable from outside the runtime. #[pallet::call] impl Pallet { #[pallet::weight(1_000)] fn add_value( origin: OriginFor, val_to_add: u32 ) -> DispatchResultWithPostInfo { let _ = ensure_signed(origin)?; ensure!(val_to_add
I think the picture and description in https://substrate-docs-staging.netlify.app/v3/getting-started/architecture is a bit too simplistic with regards to storage. Storage is not a wrapper around the runtime. [Externalities is](https://crates.parity.io/src/sp_io/lib.rs.html#1452). Externalities are all...
HTG on this? - Monthly releases? Polkadot version releases? - What version of toolchain to use `rustup show` use nix file or CI as reference for this and `rustup +nightly...
Deep dive into benchmarking from Shawn: https://www.youtube.com/watch?v=Qa6sTyUqgek NOTE you must use the identical machine as your target relaychain to ensure that your weights system is matching there for the very...
https://github.com/paritytech/substrate/tree/master/.maintain/monitoring/grafana-dashboards > Ideally they'd get autopublished on the official Grafana repository or something, but the effort of doing that is probably not worth the gain --- https://github.com/wpank/polkadot-local-network/blob/master/docker-compose.yml --- Add Loki...