Skip to content
Snippets Groups Projects
  1. May 02, 2023
  2. Apr 24, 2023
  3. Apr 17, 2023
  4. Apr 03, 2023
  5. Mar 31, 2023
  6. Mar 27, 2023
  7. Mar 24, 2023
  8. Mar 23, 2023
  9. Mar 17, 2023
  10. Mar 13, 2023
  11. Mar 03, 2023
    • pini's avatar
      docker: simplify duniter subcommand run (!135) · b6b77324
      pini authored and Hugo Trentesaux's avatar Hugo Trentesaux committed
      * docker: simplify duniter subcommand run
      
      When the first argument of the entrypoint is '--' then bypass the default
      configuration via environment variables and directly run duniter with the
      given parameters (after removing the '--').
      
      The affected scripts and documentation were updated.
      b6b77324
  12. Mar 02, 2023
  13. Feb 28, 2023
  14. Feb 26, 2023
  15. Feb 20, 2023
  16. 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
  17. Feb 16, 2023
  18. Feb 08, 2023
  19. Feb 05, 2023
  20. Feb 03, 2023
  21. Feb 02, 2023
  22. Jan 27, 2023
  23. Jan 25, 2023
  24. Jan 23, 2023
  25. 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
  26. Jan 04, 2023
Loading