Skip to content
Snippets Groups Projects
  1. Feb 02, 2023
  2. Jan 27, 2023
  3. Jan 25, 2023
  4. Jan 23, 2023
  5. Jan 19, 2023
    • Gilles Filippini's avatar
      docker: map more environment variables · bae38a79
      Gilles Filippini authored
      DUNITER_LISTEN_ADDR: --listen-addr <value> (optional, no default)
      DUNITER_ROC_CORS: --rpc-cors <value> (optional, default: all)
      DUNITER_VALIDATOR: --validator --rpc-methods Unsafe (optional, boolean,
      default false)
      DUNITER_DISABLE_TELEMETRY: --no-telemetry (optional, boolean, default false)
      bae38a79
    • Gilles Filippini's avatar
      docker: update docker-compose files · bca46fcd
      Gilles Filippini authored
      Using websocket address form (tcp/30333/ws) for the RPC node and TCP
      form (tcp/30333) for the validator node, because as explained in the
      node-template / substrate documentation [1], the default listen
      addresses are:
      * /ip4/0.0.0.0/tcp/<port> and /ip6/[::]/tcp/<port> when using --validator
      * /ip4/0.0.0.0/tcp/<port>/ws and /ip6/[::]/tcp/<port>/ws otherwise.
      
      [1] https://docs.substrate.io/reference/command-line-tools/node-template/
      
      The argument of the '--public-addr' duniter option should not feature the
      p2p endpoint part '/p2p/<PEER_ID>'. Duniter adds it automatically.
      
      For example, when using:
        --public-addr /dns/gdev.example.com/tcp/30333/ws
      you'll see this in the logs:
        Discovered new external address for our node:
          /dns/gdev.example.com/tcp/30333/ws/p2p/<PEER_ID>
      
      When using:
        --public-addr /dns/gdev.example.com/tcp/30333/ws/p2p/<PEER_ID>
      you'll see:
        Discovered new external address for our node:
          /dns/gdev.example.com/tcp/30333/ws/p2p/<PEER_ID>/p2p/<PEER_ID>
      which is erroneous obviously.
      bca46fcd
    • Gilles Filippini's avatar
      docker: variable DUNITER_PUBLIC_ADDR · 68c8731c
      Gilles Filippini authored
      When this variable exists and is not empty, add this option:
        --public-addr "$DUNITER_PUBLIC_ADDR"
      
      Example:
        DUNITER_PUBLIC_ADDR=/dns/example.com/tcp/443/wss
      68c8731c
    • Gilles Filippini's avatar
      35464eab
    • Gilles Filippini's avatar
      docker: DUNITER_INSTANCE_NAME -> DUNITER_NODE_NAME · 9c3ff798
      Gilles Filippini authored
      DUNITER_INSTANCE_NAME is still accepted if DUNITER_NODE_NAME is not
      defined.
      9c3ff798
  6. Jan 04, 2023
  7. Dec 14, 2022
  8. Dec 13, 2022
  9. Nov 23, 2022
  10. Nov 20, 2022
  11. Nov 19, 2022
  12. Nov 16, 2022
  13. Nov 13, 2022
    • Éloïs's avatar
      Gdev3 (!117) · 14ee9635
      Éloïs authored and poka's avatar poka committed
      * add elois archive bootnode
      
      * add elois-validator bootnode
      
      * add poka bootnode
      
      * launch live network gdev3
      v0.4.0
      14ee9635
  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. Nov 05, 2022
  16. Oct 14, 2022
  17. Oct 04, 2022
    • Hugo Trentesaux's avatar
      Add beginner walkthrough documentation (!111) · 3761ec6e
      Hugo Trentesaux authored
      * review tuxmain
      
      * Apply 1 suggestion(s) to 1 file(s)
      
      * review
      
      * remove release mode for autocompletion
      
      * add zsh autocomplete
      
      * improve walkthrough
      
      fix typos
      add formatting
      add conclusion
      
      * add beginner walkthrough documentation
      3761ec6e
  18. Sep 28, 2022
  19. Sep 23, 2022
  20. 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
    • Hugo Trentesaux's avatar
      improve documentation (!101) · ef73a0d0
      Hugo Trentesaux authored and Éloïs's avatar Éloïs committed
      * fix
      
      * doc(end2end): detail test users
      
      * doc(all): update docker tag
      
      update docker image name from 0.2.0 to 0.3.0
      use "docker compose" everywhere instead of "docker-compose"
      improve table of content
      fix layout
      
      * doc(all): improve docs
      
      add logo to readme
      add table of content
      rewording
      complete
      
      * doc(all): fix typos
      ef73a0d0
    • Hugo Trentesaux's avatar
      ref(tests): use assert_has_event (!104) · a4a94bbd
      Hugo Trentesaux authored and Éloïs's avatar Éloïs committed
      * refactor(tests): use assert_has_event
      a4a94bbd
  21. Sep 11, 2022
  22. Sep 08, 2022
  23. Sep 07, 2022
    • mildred's avatar
      Remove RevocationPeriod rule (!94) · 5159922c
      mildred authored and Éloïs's avatar Éloïs committed
      * Remove no longer needed test_revoke_smiths_them_rejoin in duniter-wot
      
      * Remove dead code (MembershipRevokedRecently)
      
      * Remove empty fn prune_revoked_memberships
      
      * Remove RevokedMembershipPrunedOn never used
      
      * Remove RevokedMembership that is always empty
      
      * Remove RevocationPeriod
      5159922c
  24. Sep 06, 2022
  25. 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
  26. Aug 26, 2022
  27. Aug 25, 2022
  28. Aug 24, 2022
  29. Aug 16, 2022
  30. Aug 15, 2022
Loading