- Sep 12, 2022
-
-
* 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
-
- Aug 09, 2022
-
-
Éloïs authored
-
* run real benchmarks for pallet oneshot * fix(oneshot-account): use benchmarking * fix: metadata should comply subxt & polkadotjs expectations * feat(oneshot-account): Pallet oneshot-account
- Aug 08, 2022
-
-
Éloïs authored
* feat(runtime): unfilter go_online on gdev runtime
-
- Aug 07, 2022
- Jul 17, 2022
-
-
Éloïs authored
* upgrade substrate to polkadot-v0.9.23
-
- Jul 16, 2022
-
-
fix(account): When a self-sufficient accounts receive money for the first time, that should trigger the random id assignment (!90) * ci: not execute live tests in non-scheduled jobs * fix(account): bug #85 When a self-sufficient accounts receive money for the first time, that should trigger the random id assignment * tests: reproduce bug #85 Conflicts: .cargo/config pallets/duniter-account/src/lib.rs
-
Éloïs authored
* feat(governance): replace smiths collective by technical committee
-
- Jul 15, 2022
-
-
Éloïs authored
* opti(cert): idty/membership should be validated/claim manually
-
- Jul 13, 2022
-
-
Éloïs authored
* ref(runtime): rework pallet certification
-
* test: joiner comes after reevaluations
-
Éloïs authored
* ci: not execute live tests on jobs tests_debug & tests_release * mod(membership): remove rule RenewablePeriod * fix live tests compilation * mod(cert): remove rule CertRenewablePeriod
-
- Jul 12, 2022
-
-
Éloïs authored
* feat(identity): add call change_owner_key
-
- Jul 11, 2022
- Jul 10, 2022
-
-
Éloïs authored
-
- Jul 05, 2022
-
-
Éloïs authored
* ref: move IdtyDataIter in common runtime * bench real weights for pallet ud * bench claim_uds * weights constants * weights: ParametersStorage is whitelisted * pallet ud on_initialize weights * manual ud: not emit event if 0 UDs claimed * tests(gdev): add int test test_remove_identity_after_one_ud * auto claim uds at member removal * migrate pallet id integration tests to manual ud * remove all try_get in pallet ud * write PastReevals * add call claim_uds * remove pallet ud_accounts_storage * update pallet ud interface * create type FirstEligibleUd * add custom IdtyData
-
- Jul 02, 2022
-
-
Éloïs authored
-
- Jun 26, 2022
- Jun 22, 2022
-
-
Éloïs authored
* feat(weights): use our benchmarks for pallet proxy * feat(weights): use our benchmarks for pallet multisig * fix(benchmarks): some pallets benchmarking need access to system.remark * feat(weights): use our benchmarks for pallet timestamp * feat(weights): use our benchmarks for pallet scheduler * fix(weights): impl proper weights & benchmarks for pallet upgrade origin * doc(dev):weights-bench: reference machine should use an SSD with USB3 * style(clippy): allow unnecessary_cast for WeighInfo implementations * doc(dev): add "how to benchmarks weights of a Call/Hook/Pallet" * feat(runtimes): use our benchmarks for pallet universal dividend * feat(pallet_ud): add weights info * feat(pallet_ud): add benchmarking * fix(weights): use our own extrinsic base weights constant * feat(weights): use our benchmarks for frame_system * feat(weights): use our benchmarks for pallet balance * fix(accounts): providers should be inc as soon as the account recv money providers should be incremented as soon as the account receive funds * fix(gdev): fix runtime benchmarks compilation
-