Commits on Source (11)
-
* refac(#173): harmonize InvitationSent * refac(#173): update metadata.scale + docs * refac(#173): harmonize *MembershipAdded and *MembershipRemoved * refac(#173): harmonize *CertAdded and *CertRemoved * feat(#173): docstring for calls * feat(#173): add SmithCertificationRemoved event * feat(#173): rename CertificationReceived to SmithCertificationAdded
55d51237 -
Cédric Moreau authored
* fix(#175): gtest * fix(#175): change `treasury_funder_pubkey` as well * feat(#175): remove smith migration on genesis
d029e10c -
Cédric Moreau authored
* fix(#176): last certification does postpone expiry * test(#176): reveal that last smith certification does not postpone expiry * fix(#176): clippy * fix(#176): ExpiresOn is now correctly updated for Pending smiths * test(#176): show that ExpiresOn is not correctly updated for Pending smiths * refac(#176): move SmithCertAdded event closer to its storage updates + add docs * fix(#176): expiration should be postponed only for Pending smiths * test(#176): reveal that a ceritification on a online smith is bugged * fix(#176): review: comment * fix(#176): avoid emitting SmithMembershipAdded twice * test(#176): reveal bug
ad20da54 -
Cédric Moreau authored
* review(#162): `identity_revokes_on` is more accurate * fix(#162): also make Genesis identity expire at the time expected by G1 * fix(#162): clippy 3 * fix(#162): clippy 2 * fix(#162): clippy * fix(#162): autorevocation scheduling for Genesis * fix(#162): cucumber tests * fix(#162): replace `active` by actual identity status
bb06959e -
Hugo Trentesaux authored
* review poka complete comment * review poka remove fixme tests * update metadata after rebase * I do not know why these tests did not run locally * update membership weights * fix benchmarks also with true runtime * fix tests * update runtime * update benchmarks * split add and renew cert remove issuer in add_cert and more refac the code compiles * clean up errors and mini refac
629c5b9d -
upgrade node to polkadot v1.6.0 upgrade distance oracle to polkadot v1.6.0 upgrade end2end tests upgrade xtask to polkadot v1.6.0 update repository paths to duniter polkadot v1.6.0 fix nodes/rust/duniter-v2s#131 optimize end2end test fix review errors update subxt branch update test comment
573b4d8d -
Hugo Trentesaux authoredc8d02025
-
Hugo Trentesaux authored4aad95c7
-
Hugo Trentesaux authoreda964ec9f
-
Hugo Trentesaux authored180ae32f
-
Hugo Trentesaux authoredce9ccfa5
Showing
- Cargo.lock 3177 additions, 2570 deletionsCargo.lock
- Cargo.toml 100 additions, 90 deletionsCargo.toml
- client/distance/Cargo.toml 16 additions, 17 deletionsclient/distance/Cargo.toml
- distance-oracle/Cargo.toml 17 additions, 15 deletionsdistance-oracle/Cargo.toml
- distance-oracle/src/api.rs 26 additions, 21 deletionsdistance-oracle/src/api.rs
- distance-oracle/src/lib.rs 13 additions, 7 deletionsdistance-oracle/src/lib.rs
- docs/api/runtime-calls.md 435 additions, 883 deletionsdocs/api/runtime-calls.md
- docs/api/runtime-errors.md 144 additions, 73 deletionsdocs/api/runtime-errors.md
- docs/api/runtime-events.md 153 additions, 47 deletionsdocs/api/runtime-events.md
- end2end-tests/Cargo.toml 8 additions, 6 deletionsend2end-tests/Cargo.toml
- end2end-tests/cucumber-features/oneshot_account.feature 10 additions, 5 deletionsend2end-tests/cucumber-features/oneshot_account.feature
- end2end-tests/cucumber-genesis/default.json 7 additions, 1 deletionend2end-tests/cucumber-genesis/default.json
- end2end-tests/cucumber-genesis/wot.json 8 additions, 0 deletionsend2end-tests/cucumber-genesis/wot.json
- end2end-tests/tests/common/balances.rs 20 additions, 12 deletionsend2end-tests/tests/common/balances.rs
- end2end-tests/tests/common/cert.rs 8 additions, 7 deletionsend2end-tests/tests/common/cert.rs
- end2end-tests/tests/common/distance.rs 14 additions, 8 deletionsend2end-tests/tests/common/distance.rs
- end2end-tests/tests/common/identity.rs 14 additions, 6 deletionsend2end-tests/tests/common/identity.rs
- end2end-tests/tests/common/mod.rs 30 additions, 26 deletionsend2end-tests/tests/common/mod.rs
- end2end-tests/tests/common/oneshot.rs 12 additions, 9 deletionsend2end-tests/tests/common/oneshot.rs
- end2end-tests/tests/cucumber_tests.rs 39 additions, 14 deletionsend2end-tests/tests/cucumber_tests.rs
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.