Sacha Lansky
Sacha Lansky
In the [Quick start](https://github.com/paritytech/substrate-archive#quick-start) section, it says to run: `source ./substrate-archive/scripts/up.sh`, however the script no longer exists there. Is this still relevant? It seemed like a nice feature! In general,...
Create a plugin to have a sidepanel codeview in some how-to guides.
Add an article for parachain builders. Work in progress.
The Kitties write-up (from the [published tutorial](https://docs.substrate.io/tutorials/v3/kitties/pt1/)) needs updating based on the latest improved [solution](https://github.com/substrate-developer-hub/substrate-node-template/blob/tutorials/solutions/kitties/pallets/kitties/src/lib.rs), also based on [this workshop](https://sacha-l.github.io/collectables-ethdenver-workshop/#/workshop/config).
Port over [Recipe about Runtime APIs](https://substrate.dev/recipes/runtime-api.html).
This is a signed extension that ensures the sender is not the zero address. See [rustdocs](https://paritytech.github.io/substrate/master/frame_system/struct.CheckNonZeroSender.html).
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`...
### Is there an existing issue? - [X] I have searched the existing issues ### Experiencing problems? Have you tried our Stack Exchange first? - [X] This is not a...
### Is there an existing issue? - [X] I have searched the existing issues ### Experiencing problems? Have you tried our Stack Exchange first? - [X] This is not a...
Ran into this error when launching my zombienet with: `zombienet -p kubernetes spawn examples/0001-small-network.toml` ```bash Error: Command failed with exit code 1: kubectl --kubeconfig /Users/sachalansky/.kube/config --namespace zombie-539f4cbf57c9d9b5e839e923a903d9df apply -f -...