Kian Paimani

Results 93 issues of Kian Paimani

This brings in a new crate that is a mere re-export of common FRAME APIs into a new crate, and re-exports them, with better documentation. This is WIP experiment. My...

A0-please_review
C3-medium
D5-nicetohaveaudit ⚠️
B1-note_worthy
T1-runtime

complementing https://github.com/paritytech/substrate/pull/14275 related paritytech/polkadot-sdk#198 - [x] Improve docs for all hooks - [ ] Tests - [ ] closes https://github.com/paritytech/polkadot-sdk/issues/258 - [ ] TODOs Diagram of hooks after this: https://mermaid.live/edit#pako:eNqFk8tuwjAQRX8l8hpQXkCSRaXSl5BaUUFRpSobN56A1WQcOY7EQ_x7jVMgRQS8ss_cGc_cxFuSCAYkIgtJi6X1Oo3R0qusvmswSdNkSTlaNd-vA_oU8gfkiX_I9UxRBTUBZDGeFXsBhJKXp5Q_MKp4xtrT7lMF8kNSLGmiuMBGAcYlGHbs3HSIY5aB1e3e6e0zR5rxzZW2JvhwNmJL2WKPaGYKjyAVEp5WSnIsedLo6Txi5GNcggRUDd0RGcG7yLJTbH8y-PLYTWpkLRZdnPZvCo1jVbs1rVDxHOaFVrArRrXPrB1HrvgNo28O45hh5rr4AoE1Au65GZ5ltd9zxWzn39dwjzVIh-Qgc8qZfgvbPY6JWkIOMYn0lkFKq0zFJMadltJKidkaExIpWUGHVAXTP_4jp_r-nEQpzUpNC4pfQuQHkT6SaEtWJHL8njvsB-Fg4Hi2Zwde0CFrjftBzw4HXt_1Q993fDfYdcjGVLB7oe-Fru17Ouq4Q1tnAONKyLf6-ZpXvPsFM80w5g

A3-in_progress

I started by performing an exercise that I have suggested myself a few weeks ago: start writing a pallet, from scratch, with minimal copy-pasting. I have two goals: 1. find...

I6-documentation
T1-runtime

What would be very useful is to also provide an easier way to fake any account once you click into that button. I am looking into the code to see...

such as https://github.com/Darakah/obsidian-gallery or https://github.com/lucaorio/obsidian-image-gallery How much effort would it be? could you provide some pointers about how it could be done?

as per discussed with @DrW3RK, since it is full of code snippets and it is easier to maintain it in `polkadot-sdk`, assuming there is one correct example of each snippet...

docs

https://forum.polkadot.network/t/migrating-to-polkadot-a-complete-guide/2246

### Title runtime testing, and try-runtime. ### How advanced is this topic in terms of pre-requisite knowledge of Substrate? _No response_ ### Description An update on the try-runtime testing suite,...

topic-proposal

``` #![doc = docify::embed_diff("file_path.rs", item_1, item_2)] ``` There must be good `diff` libs for rust, and the rest is more or less simple, I presume. We read the two excerpts,...