Improve documentation for `fast-unstake` pallet (#14101)
* improve documentation of fast-unstake pallet * using Sam's crate now * fix * remove stuff not needed * Some updates * use new prelude. * update * some other fancy docs * Update frame/fast-unstake/src/lib.rs Co-authored-by:Liam Aharon <liam.aharon@hotmail.com> * Update frame/support/procedural/src/pallet/expand/mod.rs Co-authored-by:
Liam Aharon <liam.aharon@hotmail.com> * update * Update frame/fast-unstake/src/lib.rs Co-authored-by:
Keith Yeung <kungfukeith11@gmail.com> * update * fix no_std issue by updating to latest version of docify * get things compiling by adding a use for StakingInterface * fix docify paths to their proper values, still not working because bug * embed working
* update syn * upgrade to docify v0.1.10 for some fixes * Apply suggestions from code review Co-authored-by: Juan <juangirini@gmail.com> Co-authored-by:
Gonçalo Pestana <g6pestana@gmail.com> * improve docs * Update frame/support/procedural/src/pallet/expand/doc_only.rs Co-authored-by:
Juan <juangirini@gmail.com> * fmt * fix * Update frame/support/procedural/src/pallet/expand/doc_only.rs Co-authored-by:
Muharem Ismailov <ismailov.m.h@gmail.com> * Update frame/support/procedural/src/pallet/expand/config.rs Co-authored-by:
Muharem Ismailov <ismailov.m.h@gmail.com> * Update frame/support/procedural/src/pallet/expand/config.rs Co-authored-by:
Muharem Ismailov <ismailov.m.h@gmail.com> * remove redundant * update docify rev * update. * update. * update lock file --------- Co-authored-by:
Liam Aharon <liam.aharon@hotmail.com> Co-authored-by:
Keith Yeung <kungfukeith11@gmail.com> Co-authored-by:
Sam Johnson <sam@durosoft.com> Co-authored-by:
Juan <juangirini@gmail.com> Co-authored-by:
Gonçalo Pestana <g6pestana@gmail.com> Co-authored-by:
Muharem Ismailov <ismailov.m.h@gmail.com> Co-authored-by: parity-processbot <>
parent
50cf22b0
Showing
- substrate/Cargo.lock 34 additions, 0 deletionssubstrate/Cargo.lock
- substrate/frame/fast-unstake/Cargo.toml 2 additions, 0 deletionssubstrate/frame/fast-unstake/Cargo.toml
- substrate/frame/fast-unstake/src/lib.rs 142 additions, 49 deletionssubstrate/frame/fast-unstake/src/lib.rs
- substrate/frame/fast-unstake/src/tests.rs 4 additions, 1 deletionsubstrate/frame/fast-unstake/src/tests.rs
- substrate/frame/fast-unstake/src/types.rs 22 additions, 6 deletionssubstrate/frame/fast-unstake/src/types.rs
- substrate/frame/support/procedural/src/pallet/expand/call.rs 10 additions, 5 deletionssubstrate/frame/support/procedural/src/pallet/expand/call.rs
- substrate/frame/support/procedural/src/pallet/expand/config.rs 12 additions, 9 deletions...rate/frame/support/procedural/src/pallet/expand/config.rs
- substrate/frame/support/procedural/src/pallet/expand/doc_only.rs 42 additions, 18 deletions...te/frame/support/procedural/src/pallet/expand/doc_only.rs
- substrate/frame/support/procedural/src/pallet/expand/error.rs 1 addition, 4 deletions...trate/frame/support/procedural/src/pallet/expand/error.rs
- substrate/frame/support/procedural/src/pallet/expand/event.rs 3 additions, 6 deletions...trate/frame/support/procedural/src/pallet/expand/event.rs
- substrate/frame/support/procedural/src/pallet/expand/mod.rs 18 additions, 11 deletionssubstrate/frame/support/procedural/src/pallet/expand/mod.rs
- substrate/frame/support/procedural/src/pallet/expand/pallet_struct.rs 2 additions, 2 deletions...ame/support/procedural/src/pallet/expand/pallet_struct.rs
- substrate/frame/support/procedural/src/pallet/expand/storage.rs 74 additions, 9 deletions...ate/frame/support/procedural/src/pallet/expand/storage.rs
- substrate/frame/support/src/lib.rs 11 additions, 0 deletionssubstrate/frame/support/src/lib.rs
- substrate/frame/support/test/src/lib.rs 1 addition, 1 deletionsubstrate/frame/support/test/src/lib.rs
Please register or sign in to comment