Skip to content
Snippets Groups Projects
  1. Oct 29, 2023
  2. Oct 28, 2023
  3. Oct 27, 2023
  4. Oct 25, 2023
  5. Oct 24, 2023
  6. Sep 12, 2023
    • Hugo Trentesaux's avatar
      gtest genesis parsing (!176) · b145f36f
      Hugo Trentesaux authored and Hugo Trentesaux's avatar Hugo Trentesaux committed
      * fix clippy
      
      * fix after rebase
      
      * WIP example specs
      
      * fix after rebase
      
      * add reproducibility
      
      * doc add missing protobuf compiler
      
      * remove ref to genesis timestamp
      
      * fix broken next identity index genesis
      
      * our pallets are not coming from the framework
      
      * fix first_ud everywhere
      
      * remove files unwanted on main branch
      
      * also apply renaming to gdev
      
      * rename first_ud_value and add comments
      
      (to put in value the absence of first_ud_time)
      
      * use index provided in GenesisIdty
      
      * add mold to documentation
      
      * change gtest existential deposit
      
      and adapt genesis parsing to real-world data
      
      * embed raw chainspecs only when enabled
      
      * add comments
      b145f36f
  7. Sep 08, 2023
  8. Aug 17, 2023
  9. May 18, 2023
    • Hugo Trentesaux's avatar
      refac membership renewal (!166) · 5a3f0654
      Hugo Trentesaux authored and Pascal Engélibert's avatar Pascal Engélibert committed
      * review tuxmain
      
      * fix rebase
      
      * rename force_add_cert to do_add_cert_checked
      
      * remove origin from force_add_cert
      
      * remove duplicate UD handling
      
      * claim membership - validating identity
      
      ensure claim membership does not prevent validating identity
      
      * clippy
      
      * add acquired membership handler
      
      and new integration test scenario
      
      * run benchmarks
      
      * refactor claim_membership
      
      and expire membership instead of revoking
      when too few certs
      
      * re-enable claim_membership
      
      * membership expiry no identity removal
      
      membership expiry no more triggers identity removal
      
      * control by test
      
      * at membership expiry : back to pending membership
      
      * reveal identity removal on membership expiry
      
      * refac test
      
      * refac membership renewal
      
      add expiry unscheduling
      do not verify expiration block expiring memberships
      add and refac tests
      add integration test
      
      * wip
      5a3f0654
  10. May 02, 2023
  11. Feb 28, 2023
  12. Feb 19, 2023
    • Hugo Trentesaux's avatar
      Document pallets in readme (!122) · 1d2bb1b9
      Hugo Trentesaux authored
      * improve authority doc
      
      * more doc
      
      * update onshot accounts readme
      
      * doc xtask
      
      * doc runtime
      
      * doc todo
      
      * doc todo
      
      * doc pallets
      
      * doc todo
      
      * doc ud
      
      * doc oneshot
      
      * doc authority members
      
      * doc certification
      
      * doc wot
      
      * doc membership
      
      * doc identity
      
      * fix typo
      
      * doc duniter-account
      1d2bb1b9
  13. Feb 02, 2023
  14. Nov 12, 2022
    • Hugo Trentesaux's avatar
      Replace bool by Result<(), dispatchError> for checks (!112) · 7f72977a
      Hugo Trentesaux authored and Éloïs's avatar Éloïs committed
      * 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
  15. Sep 12, 2022
  16. Sep 11, 2022
  17. Sep 08, 2022
  18. Sep 04, 2022
    • Éloïs's avatar
      Smith members can't revoke idty nor change its address (!102) · 89ea4cf5
      Éloïs authored
      * add test test_smith_member_cant_revoke_its_idty
      
      * add test test_smith_member_cant_change_idty_address
      
      * migration v400
      
      * fix(idty): smish members can't revoke nor change address
      
      * pallet ud: remove temporary hotfix call
      
      * deps: remove librocksdb-sys
      
      * cargo config: add sub-command to run benchmarks on a pallet
      89ea4cf5
  19. Aug 25, 2022
  20. Aug 24, 2022
  21. Aug 16, 2022
  22. Jul 17, 2022
  23. Jul 15, 2022
  24. Jul 13, 2022
  25. Jul 12, 2022
  26. Jul 05, 2022
    • Éloïs's avatar
      feat(runtime): create UDs manually with new call universalDividend.claim_uds (!83) · 52ebb5ef
      Éloïs authored
      * ref: move IdtyDataIter in common runtime
      
      * bench real weights for pallet ud
      
      * bench claim_uds
      
      * weights constants
      
      * weights: ParametersStorage is whitelisted
      
      * pallet ud on_initialize weights
      
      * manual ud: not emit event if 0 UDs claimed
      
      * tests(gdev): add int test test_remove_identity_after_one_ud
      
      * auto claim uds at member removal
      
      * migrate pallet id integration tests to manual ud
      
      * remove all try_get in pallet ud
      
      * write PastReevals
      
      * add call claim_uds
      
      * remove pallet ud_accounts_storage
      
      * update pallet ud interface
      
      * create type FirstEligibleUd
      
      * add custom IdtyData
      52ebb5ef
  27. Jun 17, 2022
  28. Jun 13, 2022
  29. Jun 06, 2022
  30. Jun 04, 2022
  31. May 30, 2022
  32. May 24, 2022
  33. May 13, 2022
  34. May 02, 2022
  35. Apr 13, 2022
Loading