Skip to content
Snippets Groups Projects
  1. Oct 18, 2023
  2. Oct 15, 2023
  3. Oct 14, 2023
  4. Oct 12, 2023
  5. Oct 11, 2023
  6. Oct 10, 2023
  7. Oct 06, 2023
  8. 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
    • Pascal Engélibert's avatar
      Distance Oracle (!105) · 4234da98
      Pascal Engélibert authored and Hugo Trentesaux's avatar Hugo Trentesaux committed
      * Fix distance-oracle EvaluationPool type
      
      * Remove instanciation and dep to certification
      
      * Doc comments, make max size params const
      
      * Fix default distance dir
      
      * Rename pool accessors
      
      * doc add READMEs
      
      * fix(distance): Remember account_id who reserved
      
      * Log, comments, crate author
      
      * feat: distance
      
      * integration tests, expiration
      
      * fixes & working end2end tests
      
      * fix(distance): max_depth, compute min_certs_for_referee
      
      * fix(distance): add distance pallet to gtest, g1
      
      * test(distance): WiP end2end test
      
      * feat: distance
      4234da98
  9. Aug 17, 2023
  10. May 28, 2023
    • Hugo Trentesaux's avatar
      prepare gtest runtime (!171) · 5d8ba754
      Hugo Trentesaux authored
      * fix gtest runtime type name
      
      * add embeded client spec and genesis in binary
      
      (this re-buids chainspecs at each run)
      
      * refac chainspecs generation
      
      * add what is needed to build gtest chainspecs
      5d8ba754
  11. May 22, 2023
    • Hugo Trentesaux's avatar
      gtest genesis new format (!168) · ca6c877e
      Hugo Trentesaux authored
      * fix smith certification validity
      
      * get values of parameters
      
      * tuxmain review
      
      * add checks and improve formatting
      
      * improve genesis parsing
      
      adds info
      
      * fix json with new format
      
      * fix warnings
      
      * new gtest genesis format
      
      * get build working with gtest feature
      
      `cargo build --features gtest --no-default-features`
      
      * update lib.rs
      
      * update cargo.toml
      
      * add readme for runtimes
      ca6c877e
    • Benjamin Gallois's avatar
      Add check that benchmark run on appropriate genesis (!170) · 2e943e2b
      Benjamin Gallois authored and Hugo Trentesaux's avatar Hugo Trentesaux committed
      * fix(runtime) fix benchmarks for g1 and gtest
      
      * feat(runtime) enforce gdev-benchmark for benchmark commands
      2e943e2b
  12. May 02, 2023
  13. Apr 24, 2023
  14. Feb 16, 2023
  15. Feb 02, 2023
  16. Nov 23, 2022
  17. Nov 20, 2022
  18. Sep 12, 2022
    • Hugo Trentesaux's avatar
      cucumber test for identity creation (!82) · e714b76c
      Hugo Trentesaux authored and Éloïs's avatar Éloïs committed
      * fix use statement position
      
      * fix variable names
      
      * Apply 1 suggestion(s) to 1 file(s)
      
      * tests(cucumber): add identity creation scenario
      
      * fix(wot): typo MinCertForCreateIdtyRigh -> MinCertForCreateIdtyRight
      e714b76c
  19. Sep 11, 2022
  20. Sep 08, 2022
  21. Sep 06, 2022
  22. Aug 15, 2022
  23. Aug 07, 2022
  24. Jul 17, 2022
  25. Jul 16, 2022
  26. Jul 13, 2022
  27. Jul 12, 2022
  28. Jul 11, 2022
  29. 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
Loading