Resolve "Show more parameters in Genesis job"
Closes #150 (closed)
J'ai ajouté la plupart des paramètres, il en reste quelques-uns mais plus spécifiques à Substrate ou d'autres pallets.
Avant
currency parameters:
- existential deposit: 1 ĞD
- currency decimals: 2
- membership validity: 73 days
- certification period: 24 hours
- certification validity duration: 146 days
- smith membership validity: 73 days
- smith certification validity: 146 days
- required certifications: 3
- smith required certifications: 3
- max certifications by issuer: 100
- money growth rate: 4.88% every 24 hours
- UD creation period: 4 hours
- distance percent of required referees: 80%
- distance max depth: 5
Après
currency parameters:
- babe.epoch_duration: 1 hour
- babe.expected_block_time: 6 seconds
- babe.max_authorities: 32 participants
- timestamp.minimum_period: 3 seconds
- balances.existential_deposit: 1 ĞD
- authority_members.max_authorities: 32 participants
- grandpa.max_authorities: 32 participants
- universal_dividend.max_past_reevals: 160 equinoxes
- universal_dividend.square_money_growth_rate: 4.88 %/equinox
- universal_dividend.ud_creation_period: 4 hours
- universal_dividend.ud_reeval_period: 1 day
- universal_dividend.units_per_ud: 10 ĞD
- wot.first_issuable_on: 0 second
- wot.min_cert_for_membership: 3 certs
- wot.min_cert_for_create_idty_right: 3 certs
- identity.confirm_period: 1 day
- identity.change_owner_key_period: 7 days
- identity.idty_creation_period: 1 day
- membership.membership_period: 73 days
- membership.pending_membership_period: 12 days
- cert.cert_period: 1 day
- cert.max_by_issuer: 100 certs
- cert.min_received_cert_to_be_able_to_issue_cert: 3 certs
- cert.validity_period: 146 days
- distance.min_accessible_referees: 80 %
- distance.max_depth: 5 steps,
- smith_sub_wot.first_issuable_on: 1 day
- smith_sub_wot.min_cert_for_membership: 3 certs
- smith_membership.membership_period: 73 days
- smith_membership.pending_membership_period: 12 days
- smith_cert.cert_period: 1 day
- smith_cert.max_by_issuer: 15 certs
- smith_cert.min_received_cert_to_be_able_to_issue_cert: 3 certs
- smith_cert.validity_period: 146 days
- treasury.spend_period: 1 day
- currency decimals: 2
Edited by Cédric Moreau