- Feb 02, 2023
-
-
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
-
-
- Dec 14, 2022
-
-
Moul authored
* ci: Use docker tag redshift tag has been deleted
-
- Dec 13, 2022
-
-
poka authored
-
- Nov 23, 2022
-
-
Éloïs authored
-
- Nov 20, 2022
-
-
Éloïs authored
-
- Nov 19, 2022
-
-
Éloïs authored
* add base block weights * db weights licence * remove unused import * fix base weights computation * force skip some warnings in weights module * force skip fmt on weights module * add storage benchmarks
-
- Nov 16, 2022
-
-
Éloïs authored
-
- Nov 13, 2022
-
- Nov 12, 2022
-
-
* 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
-
- Nov 05, 2022
-
- Oct 14, 2022
-
-
Pascal Engélibert authored
* fix(cert): genesis: wrong received_count in StorageIdtyCertMeta
-
- Oct 04, 2022
-
-
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
-
- Sep 28, 2022
-
-
Éloïs authored
-
- Sep 23, 2022
-
-
* fix links to dev documentation and setup pages
-
- Sep 12, 2022
-
-
* 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
-
* 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
-
* refactor(tests): use assert_has_event
-
- Sep 11, 2022
-
-
Éloïs authored
* test(identity): test revocation with old key * fix(identity) should be able to revoke idty with old key * fix(identity): old revoc key should expire after ChangeOwnerKeyPeriod old revoc key should expire after ChangeOwnerKeyPeriod blocks
-
Éloïs authored
* feat(genesis): allow genesis certs with custom expiration time
-
- Sep 08, 2022
-
-
* docs(all): fix homepage & name in license
-
* chore(g1): change SS58 prefix to 4450
-
- Sep 07, 2022
-
-
* 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
-
- Sep 06, 2022
-
-
Éloïs authored
* tests(cucumber): comment log extrinsic encoded * remove genesis param *certs_expire_on
-
- Sep 04, 2022
-
-
É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
-
- Aug 26, 2022
-
-
Éloïs authored
* feat(binary): remove rocksdb
-
- Aug 25, 2022
-
-
Éloïs authored
* upgrade substrate to polkadot-v0.9.26
-
- Aug 24, 2022
-
-
Éloïs authored
* feat(identity): add call force_set_first_eligible_ud * fix(runtime): first_eligible_ud not init for post-genesis identities * tests(gdev): add test test_validate_new_idty_after_few_uds
-
- Aug 16, 2022
-
-
Éloïs authored
-
- Aug 15, 2022
-
-
Éloïs authored
* fix(binary): get ParamsAppliedAtGenesis values from json genesis conf
-