Skip to content
Snippets Groups Projects
  1. Feb 05, 2025
  2. Feb 04, 2025
    • Benjamin Gallois's avatar
      Upgrade polkadot v1.17.0 (!312) · cf605c4e
      Benjamin Gallois authored and Hugo Trentesaux's avatar Hugo Trentesaux committed
      * remove duplicate
      
      * fix benchmark extrinsic creation
      
      * move offchain config to common
      
      * move benchmarks to common runtime
      
      * formatting
      
      * regenerate weight and metadata
      
      * follow-up to !295
      
      * add metadata hash check extension
      
      * fix tests
      
      * upgrade node
      
      * add autogenerated weights build test
      
      * update txextensions
      
      * update crates
      cf605c4e
  3. Jan 15, 2025
  4. Jan 14, 2025
  5. Jan 08, 2025
  6. Jan 06, 2025
  7. Dec 27, 2024
  8. Nov 29, 2024
    • Benjamin Gallois's avatar
      Fix #262 distance oracle pool index (!290) · ebc4730c
      Benjamin Gallois authored and Hugo Trentesaux's avatar Hugo Trentesaux committed
      * update xtask
      
      * reference rust doc in readme
      
      * review fix
      
      * add log for distance oracle in main binary
      
      * add oracle file versioning
      
      * add docs
      
      * add files versionning
      
      * fix after rebase
      
      * update crate docs
      
      * refactor oracle
      
      * fix missing log arg
      
      * fix #262
      ebc4730c
  9. Nov 15, 2024
  10. Nov 13, 2024
  11. Nov 08, 2024
  12. Oct 02, 2024
  13. Sep 24, 2024
  14. Sep 13, 2024
  15. Sep 04, 2024
  16. Jun 24, 2024
  17. Jun 07, 2024
    • Benjamin Gallois's avatar
      Fix #232 (!268) · 1ea24193
      Benjamin Gallois authored and Hugo Trentesaux's avatar Hugo Trentesaux committed
      * add explicit generic names
      
      * fix #236
      
      * remove proof_size restriction
      
      * fix integrity error
      
      * add user documentation
      
      * fix FeeMultiplier minimum
      
      * add documentation
      
      * add FeeMultiplier tests
      
      * add FeeMultiplier
      
      * add fee model tests
      
      * remove transaction fees
      1ea24193
  18. May 27, 2024
  19. May 15, 2024
  20. May 14, 2024
  21. May 06, 2024
    • Benjamin Gallois's avatar
      Upgrade to polkadot-v1.9.0 (!258) · a3273d23
      Benjamin Gallois authored and Hugo Trentesaux's avatar Hugo Trentesaux committed
      * doc: use duniter repo
      
      * use only polkadot-sdk from duniter
      
      * use git shallow copy
      
      * upgrade documentation
      
      * regenerate metadata
      
      * fix tests
      
      * fix benchmarks
      
      * upgrade to polkadot-v1.9.0
      a3273d23
  22. Mar 21, 2024
  23. Mar 20, 2024
    • Benjamin Gallois's avatar
      Fix weight accounting (!246) · 07bb8814
      Benjamin Gallois authored and Hugo Trentesaux's avatar Hugo Trentesaux committed
      * remove impl-for-tuples
      
      * update metadata
      
      * remove unused benchmark
      
      * update weights
      
      * simplify weight accounting
      
      * revert weight addition
      
      * add docs for handlers
      
      * unify handlers implementation in runtime
      
      * remove weight accounting OnNewIdty
      
      * simplify IdtyChange handlers
      
      * add handlers documentation
      
      * simplify Membership handlers
      
      * split OnEvent membership handler
      
      * fix formatting
      
      * fix weight for tuple handler
      
      * add weight for on_removed_wot_member
      07bb8814
  24. Mar 06, 2024
  25. Feb 21, 2024
  26. Feb 15, 2024
  27. Feb 09, 2024
    • Benjamin Gallois's avatar
      Upgrade Polkadot-v1.6.0 (!236) · 211ba93c
      Benjamin Gallois authored and Hugo Trentesaux's avatar Hugo Trentesaux committed
      * version 1.0
      
      * add Cargo.lock tweak explanation
      
      * remove artefact file
      
      * format tomls
      
      * fix benchmarks in ci
      
      * harmonize quotes
      
      * fix features propagation
      
      * tweak Cargo.lock
      
      * fix version field missing for srtool
      
      * fix rebase errors
      
      * refactor workspace
      
      * upgrade genesis builder
      
      * upgrade cucumber
      
      * update to benchmarking v2
      211ba93c
  28. Feb 08, 2024
    • Cédric Moreau's avatar
      runtime-800 updates (!240) · 918d5828
      Cédric Moreau authored
      * update metadata
      
      (and regenerate doc)
      
      * release: documentation
      
      * Revert "fix(#189): force rust-toolchain.toml for runtimes as well"
      
      This reverts commit 86746b33.
      
      * release: re-enable ARM build
      
      * feat: client 0.8.0
      
      * feat: client 0.8.0
      
      * fix: Docker `--unsafe-ws-external` no more exist
      
      * release: disable arm build
      
      * release: runtime-800 gdev+gtest raw specs
      
      * fix(#189): force rust-toolchain.toml for runtimes as well
      
      * release: runtime-800 + spec update
      918d5828
  29. Feb 04, 2024
  30. Feb 02, 2024
  31. Jan 30, 2024
    • Benjamin Gallois's avatar
      Upgrade to polkadot-v1.6.0 (!229) · 93853b2d
      Benjamin Gallois authored and Hugo Trentesaux's avatar Hugo Trentesaux committed
      * check live tests
      
      * cargo check benchmarks after rebase
      
      * cargo check tests after rebase
      
      * update metadata after rebase
      
      * cargo check after rebase
      
      * cargo fmt after rebase
      
      * upgrade runtime to polkadot v1.6.0
      
      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 #131
      
      optimize end2end test
      
      fix review errors
      
      update subxt branch
      
      update test comment
      93853b2d
  32. Jan 29, 2024
    • Hugo Trentesaux's avatar
      refac add_cert (!230) · 629c5b9d
      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
    • Cédric Moreau's avatar
      Resolve "Give IdtyStatus directly in genesis" (!233) · bb06959e
      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
  33. Jan 22, 2024
    • Cédric Moreau's avatar
      Improvements for smith-members (!228) · 55d51237
      Cédric Moreau authored and Hugo Trentesaux's avatar Hugo Trentesaux committed
      * 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
  34. Jan 17, 2024
    • Hugo Trentesaux's avatar
      automatically claim membership (!219) · 79eed31c
      Hugo Trentesaux authored
      * increase node spawn timeout to avoid failure
      
      * add points in docstrings
      
      * review
      
      * add missing constant annotation
      
      and update doc
      
      * detail integration test
      
      * comments
      
      * update metadata
      
      * refac certification checks
      
      * clean up error messages and namings
      
      * automatic membership after distance eval
      
      add more details to idty creation test
      
      cargo check ok
      
      add integration test and fix behavior
      
      fix benchmarks for renaming
      
      cargo check ok
      
      cargo test ok
      
      add certification count check
      
      update benchmarks
      
      update distance setup handler
      
      fix weight info
      
      update metadata and generated doc
      
      fix cucumber
      
      distance pallet unit test stub
      
      update metadata and generate doc after rebase
      
      make membership claim no-op an error
      
      update metadata with new error
      
      wip
      
      add comments
      
      add membership renewal antispam
      
      and clean up pending membership parameters
      
      test it
      
      not compatible with keeping distance result
      
      change renewal antispam
      
      metadata
      
      fix param for other runtimes
      
      fix e2e test
      
      remove membership calls
      
      adjust integration tests accordingly
      
      update metadata
      
      fix cucumber
      
      clean up benchmarks and other tests
      
      wip
      79eed31c
Loading