- May 02, 2023
-
-
Added a genesis builder for benchmarking with pre-configured accounts that can be used during the benchmarking and circumvent limitation imposed by pallets coupling.
-
Pascal Engélibert authored
-
- Apr 24, 2023
-
-
Hugo Trentesaux authored
* clippy * review tuxmain * refac: simplify syntax * ref: reorder keys to limit confusion * fix: session keys instead of authority keys * refac: move stuff and add comments
-
- Apr 17, 2023
-
-
- Apr 03, 2023
-
-
Pascal Engélibert authored
-
- Mar 31, 2023
-
-
Pascal Engélibert authored
-
- Mar 27, 2023
-
-
Vincent Texier authored
-
- Mar 24, 2023
- Mar 23, 2023
-
-
- Mar 17, 2023
-
-
Pascal Engélibert authored
-
- Mar 13, 2023
-
-
Hugo Trentesaux authored
* wip smooth * wip tmp * wip review * wip document bootstrap process
-
- Mar 03, 2023
-
-
* 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.
-
- Mar 02, 2023
-
-
Hugo Trentesaux authored
* docker rmi * refac doc move "rpc" to "mirror" add docker documentation in TOC * refac docker documentation
-
- Feb 28, 2023
-
-
Hugo Trentesaux authored
* fix renaming RuntimeCall * cargo xtask gen-calls-doc and update metadata * doc storage * more doc * doc identity * doc calls
-
- Feb 26, 2023
-
-
Gilles Filippini authored
-
- Feb 20, 2023
-
-
Add stage 'readme' and job 'readme_docker_release_tag' to push the file 'docker/README.md' to the team's duniter-v2s repo. The job uses chko/docker-pushrm and is adapted from the related Gitlab CI/CD example. See https://github.com/christian-korneck/docker-pushrm
-
Values: * `default`: default duniter pruning configuration * `archive`: set `--state-pruning archive --blocks-pruning archive` * `light`: set `--blocks-pruning 14400` (keep one day of blocks history)
-
- Feb 19, 2023
-
-
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
-
- Feb 16, 2023
-
-
* remove cmd.shared_params.dev special case since --dev is a shortcut for --chain=dev and that case is managed in load_spec there is no need to manage it separately
-
- Feb 08, 2023
-
-
* clearer length limit * restrict identity name see discussion https://forum.duniter.org/t/format-du-userid/10147 * improve comments valid identity name
-
- Feb 05, 2023
-
-
- Feb 03, 2023
-
-
Hugo Trentesaux authored
-
- Feb 02, 2023
-
-
Pascal Engélibert authored
-
Pascal Engélibert authored
-
- Jan 27, 2023
-
-
Gilles Filippini authored
-
- Jan 25, 2023
-
-
Moul authored
-
Hugo Trentesaux authored
* review: disabled calls description * remote to_vec * fix broken markdown * run `xtask gen-calls-doc` * use tera templates to generate runtime calls doc
-
- Jan 23, 2023
-
-
Gilles Filippini authored
-
- Jan 19, 2023
-
-
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)
-
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.
-
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
-
Gilles Filippini authored
-
Gilles Filippini authored
DUNITER_INSTANCE_NAME is still accepted if DUNITER_NODE_NAME is not defined.
-
- Jan 04, 2023
-
-