Skip to content
Snippets Groups Projects
  1. Feb 15, 2024
  2. 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
  3. 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
  4. Jan 16, 2024
    • Benjamin Gallois's avatar
      Weight to fee conversion (!227) · ec57c932
      Benjamin Gallois authored and Hugo Trentesaux's avatar Hugo Trentesaux committed
      * fix chain spec
      
      * fix automatic weights documentation
      
      * fix weights include
      
      * regenerate weights
      
      * refactor cargo alias with constant-fees feature
      
      * add constant fee model for testing
      
      * regenerate weights
      
      * fix benchmark with non constant fees
      
      * fix weight to fee factor
      
      * prepare length to fee logic
      
      * prepare weight to fee logic
      ec57c932
  5. Jan 05, 2024
  6. Nov 27, 2023
  7. Nov 16, 2023
  8. Nov 14, 2023
  9. Jun 13, 2023
  10. May 08, 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 20, 2023
  14. Feb 03, 2023
  15. Jan 27, 2023
  16. Jan 25, 2023
  17. Jan 23, 2023
  18. 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
  19. Jan 04, 2023
  20. Nov 16, 2022
  21. Sep 12, 2022
    • 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
  22. Aug 07, 2022
  23. Jul 17, 2022
  24. Jun 06, 2022
  25. Jun 01, 2022
  26. May 27, 2022
  27. May 23, 2022
  28. May 22, 2022
  29. May 15, 2022
  30. May 14, 2022
  31. Apr 17, 2022
Loading