Commits on Source (6)
-
Éloïs authored21b10749
-
Hugo Trentesaux authored
* review tuxmain * Apply 1 suggestion(s) to 1 file(s) * review * remove release mode for autocompletion * add zsh autocomplete * improve walkthrough fix typos add formatting add conclusion * add beginner walkthrough documentation
3761ec6e -
Pascal Engélibert authored
* fix(cert): genesis: wrong received_count in StorageIdtyCertMeta
366af125 -
* fix same typo * fix typo * revert variable name for more explicit * use exhaustive explicit match for idtystatus * review tuxmain * review * fix fixme * wip fix tests * wip merge membership traits * wip rename check traits * wip replace cert allowed check * wip replace identity removal check * wip replace adress change check * wip replace identity validation check * wip replace identity confirm check * wip fix generic type * wip try replace identity creation check
7f72977a
Showing
- README.md 3 additions, 0 deletionsREADME.md
- docs/dev/beginner-walkthrough.md 87 additions, 0 deletionsdocs/dev/beginner-walkthrough.md
- docs/dev/launch-a-live-network.md 4 additions, 0 deletionsdocs/dev/launch-a-live-network.md
- docs/user/autocompletion.md 16 additions, 2 deletionsdocs/user/autocompletion.md
- docs/user/smith.md 1 addition, 1 deletiondocs/user/smith.md
- node/specs/gdev-raw.json 95535 additions, 198 deletionsnode/specs/gdev-raw.json
- pallets/certification/src/lib.rs 6 additions, 10 deletionspallets/certification/src/lib.rs
- pallets/certification/src/mock.rs 1 addition, 1 deletionpallets/certification/src/mock.rs
- pallets/certification/src/traits.rs 7 additions, 5 deletionspallets/certification/src/traits.rs
- pallets/duniter-wot/src/lib.rs 101 additions, 58 deletionspallets/duniter-wot/src/lib.rs
- pallets/duniter-wot/src/mock.rs 5 additions, 9 deletionspallets/duniter-wot/src/mock.rs
- pallets/duniter-wot/src/tests.rs 7 additions, 5 deletionspallets/duniter-wot/src/tests.rs
- pallets/identity/src/lib.rs 7 additions, 28 deletionspallets/identity/src/lib.rs
- pallets/identity/src/mock.rs 1 addition, 1 deletionpallets/identity/src/mock.rs
- pallets/identity/src/traits.rs 22 additions, 23 deletionspallets/identity/src/traits.rs
- pallets/membership/src/lib.rs 5 additions, 24 deletionspallets/membership/src/lib.rs
- pallets/membership/src/mock.rs 1 addition, 3 deletionspallets/membership/src/mock.rs
- primitives/membership/src/traits.rs 12 additions, 24 deletionsprimitives/membership/src/traits.rs
- runtime/common/src/pallets_config.rs 5 additions, 9 deletionsruntime/common/src/pallets_config.rs
- runtime/g1/src/lib.rs 1 addition, 1 deletionruntime/g1/src/lib.rs
docs/dev/beginner-walkthrough.md
0 → 100644
This diff is collapsed.