refac membership (!215)
* delete notes.txt file * update notes with links to issues * update comment according to #159 * doc idtystatus in readme * update weightinfo and benchmarks accordingly * add benchmark * remove remove_identity_consumers * remove force_remove_identity call * fix todo in test * update doc - remove request_membership - remove validate_identity * fix tests according to new MembershipRemovalReason * add membership removal reasons and clean up membership internal functions * remove check_remove_identity * build live tests (but no current network to check them against) * clippy* add wot tests related to issue #136 * refac certification creation checks * refac identity creation checks * test benchmark ok * more precise error messages * check benchmarks ok * cargo cucumber ok * cargo test workspace ok * cargo test workspace quasi ok * cargo check all tests * cargo check all * remove IdtyEvent change owner key * remove removal other reason * refac revocation and removal reason * wip * refac * refac scheduling (tests ok) * add *Period * cargo test identity ok * remove IdtyEvent::Validated * cargo test wot ok * cargo test wot ok (one fails but fot the good reason) * cargo test membership ok * cargo check wot tests * cargo check identity tests * cargo check membership tests * also remove validate trait * remove validate_identity * refac identity status to allow more fine-grain control * remove unused trait * cargo check ok * remove indentity confirmation constraints * remove request from membership primitives * remove request_membership from lib.rs
Showing
- Cargo.lock 1 addition, 0 deletionsCargo.lock
- docs/api/runtime-calls.md 14 additions, 68 deletionsdocs/api/runtime-calls.md
- docs/api/runtime-errors.md 118 additions, 62 deletionsdocs/api/runtime-errors.md
- docs/api/runtime-events.md 28 additions, 73 deletionsdocs/api/runtime-events.md
- docs/dev/pallet_conventions.md 1 addition, 1 deletiondocs/dev/pallet_conventions.md
- end2end-tests/cucumber-features/identity_creation.feature 4 additions, 4 deletionsend2end-tests/cucumber-features/identity_creation.feature
- end2end-tests/tests/common/identity.rs 0 additions, 21 deletionsend2end-tests/tests/common/identity.rs
- end2end-tests/tests/common/membership.rs 40 additions, 0 deletionsend2end-tests/tests/common/membership.rs
- end2end-tests/tests/common/mod.rs 1 addition, 0 deletionsend2end-tests/tests/common/mod.rs
- end2end-tests/tests/cucumber_tests.rs 8 additions, 10 deletionsend2end-tests/tests/cucumber_tests.rs
- live-tests/tests/sanity_gdev.rs 2 additions, 23 deletionslive-tests/tests/sanity_gdev.rs
- node/src/chain_spec/gdev.rs 2 additions, 2 deletionsnode/src/chain_spec/gdev.rs
- node/src/chain_spec/gtest.rs 2 additions, 2 deletionsnode/src/chain_spec/gtest.rs
- pallets/certification/src/lib.rs 49 additions, 31 deletionspallets/certification/src/lib.rs
- pallets/distance/src/mock.rs 8 additions, 6 deletionspallets/distance/src/mock.rs
- pallets/duniter-account/src/lib.rs 1 addition, 4 deletionspallets/duniter-account/src/lib.rs
- pallets/duniter-wot/src/lib.rs 77 additions, 143 deletionspallets/duniter-wot/src/lib.rs
- pallets/duniter-wot/src/mock.rs 9 additions, 10 deletionspallets/duniter-wot/src/mock.rs
- pallets/duniter-wot/src/tests.rs 178 additions, 113 deletionspallets/duniter-wot/src/tests.rs
- pallets/identity/README.md 8 additions, 6 deletionspallets/identity/README.md
Loading
Please register or sign in to comment