From f6eb7d2cfc37e3d2ec522e83a0694a8d51bd584a Mon Sep 17 00:00:00 2001 From: Flavien Binet Date: Mon, 22 Mar 2021 16:23:41 +0100 Subject: [PATCH 01/25] sort genesis --- config/genesis.json | 236 ++++++++++++++++++++++---------------------- 1 file changed, 118 insertions(+), 118 deletions(-) diff --git a/config/genesis.json b/config/genesis.json index 4b4dd92..68c287b 100644 --- a/config/genesis.json +++ b/config/genesis.json @@ -1,33 +1,71 @@ { - "genesis_time": "2021-03-24T15:00:00Z", - "chain_id": "prelaunch-1", - "consensus_params": { - "block": { - "max_bytes": "22020096", - "max_gas": "-1", - "time_iota_ms": "1000" - }, - "evidence": { - "max_age_num_blocks": "100000", - "max_age_duration": "172800000000000" - }, - "validator": { - "pub_key_types": [ - "ed25519" - ] - }, - "entropy": { - "aeon_length": "100", - "inactivity_window_size": "100", - "required_activity_percentage": "50", - "slashing_threshold_percentage": "50" - } - }, "app_hash": "", "app_state": { + "auth": { + "accounts": [ + { + "type": "cosmos-sdk/Account", + "value": { + "account_number": "0", + "address": "fetch1u4phlv46ztdj2xep3rt9ypghdllyjfc3v34t50", + "coins": [ + { + "amount": "1000000000000000000", + "denom": "atestfet" + } + ], + "public_key": null, + "sequence": "0" + } + }, + { + "type": "cosmos-sdk/Account", + "value": { + "account_number": "0", + "address": "fetch1r8hrxwe82ejurr2eymfufhza5jj95msmahau68", + "coins": [ + { + "amount": "1000000000000000000", + "denom": "atestfet" + } + ], + "public_key": null, + "sequence": "0" + } + }, + { + "type": "cosmos-sdk/Account", + "value": { + "account_number": "0", + "address": "fetch1azqx48eqjjvu7y8335s6p7hfgckpsa8mvgyezp", + "coins": [ + { + "amount": "1000000000000000000", + "denom": "atestfet" + } + ], + "public_key": null, + "sequence": "0" + } + } + ], + "params": { + "max_memo_characters": "256", + "sig_verify_cost_ed25519": "590", + "sig_verify_cost_secp256k1": "1000", + "tx_sig_limit": "7", + "tx_size_cost_per_byte": "10" + } + }, "bank": { "send_enabled": true }, + "crisis": { + "constant_fee": { + "amount": "1000", + "denom": "atestfet" + } + }, "distribution": { "delegator_starting_infos": [], "delegator_withdraw_infos": [], @@ -47,31 +85,6 @@ "validator_historical_rewards": [], "validator_slash_events": [] }, - "upgrade": {}, - "crisis": { - "constant_fee": { - "amount": "1000", - "denom": "atestfet" - } - }, - "params": null, - "staking": { - "delegations": null, - "exported": false, - "last_total_power": "0", - "last_validator_powers": null, - "params": { - "bond_denom": "atestfet", - "historical_entries": 0, - "max_entries": 7, - "max_validators": 100, - "min_self_delegation": "1000000000000000000", - "unbonding_time": "1814400000000000" - }, - "redelegations": null, - "unbonding_delegations": null, - "validators": null - }, "evidence": { "evidence": [], "params": { @@ -115,73 +128,7 @@ "mint_denom": "atestfet" } }, - "wasm": { - "params": { - "code_upload_access": { - "permission": "Everybody" - }, - "instantiate_default_permission": "Everybody" - } - }, - "supply": { - "supply": [] - }, - "auth": { - "params": { - "max_memo_characters": "256", - "tx_sig_limit": "7", - "tx_size_cost_per_byte": "10", - "sig_verify_cost_ed25519": "590", - "sig_verify_cost_secp256k1": "1000" - }, - "accounts": [ - { - "type": "cosmos-sdk/Account", - "value": { - "address": "fetch1u4phlv46ztdj2xep3rt9ypghdllyjfc3v34t50", - "coins": [ - { - "denom": "atestfet", - "amount": "1000000000000000000" - } - ], - "public_key": null, - "account_number": "0", - "sequence": "0" - } - }, - { - "type": "cosmos-sdk/Account", - "value": { - "address": "fetch1r8hrxwe82ejurr2eymfufhza5jj95msmahau68", - "coins": [ - { - "denom": "atestfet", - "amount": "1000000000000000000" - } - ], - "public_key": null, - "account_number": "0", - "sequence": "0" - } - }, - { - "type": "cosmos-sdk/Account", - "value": { - "address": "fetch1azqx48eqjjvu7y8335s6p7hfgckpsa8mvgyezp", - "coins": [ - { - "denom": "atestfet", - "amount": "1000000000000000000" - } - ], - "public_key": null, - "account_number": "0", - "sequence": "0" - } - } - ] - }, + "params": null, "slashing": { "missed_blocks": {}, "params": { @@ -194,7 +141,60 @@ "slash_fraction_downtime": "0.010000000000000000" }, "signing_infos": {} + }, + "staking": { + "delegations": null, + "exported": false, + "last_total_power": "0", + "last_validator_powers": null, + "params": { + "bond_denom": "atestfet", + "historical_entries": 0, + "max_entries": 7, + "max_validators": 100, + "min_self_delegation": "1000000000000000000", + "unbonding_time": "1814400000000000" + }, + "redelegations": null, + "unbonding_delegations": null, + "validators": null + }, + "supply": { + "supply": [] + }, + "upgrade": {}, + "wasm": { + "params": { + "code_upload_access": { + "permission": "Everybody" + }, + "instantiate_default_permission": "Everybody" + } + } + }, + "chain_id": "prelaunch-1", + "consensus_params": { + "block": { + "max_bytes": "22020096", + "max_gas": "-1", + "time_iota_ms": "1000" + }, + "entropy": { + "aeon_length": "100", + "inactivity_window_size": "100", + "required_activity_percentage": "50", + "slashing_threshold_percentage": "50" + }, + "evidence": { + "max_age_duration": "172800000000000", + "max_age_num_blocks": "100000" + }, + "validator": { + "pub_key_types": [ + "ed25519" + ] } }, - "entropy": "" -} \ No newline at end of file + "entropy": "", + "genesis_time": "2021-03-24T15:00:00Z" +} From 953a35b8ef538858c4b18d41ee915dfe044516c8 Mon Sep 17 00:00:00 2001 From: fierydev1 Date: Mon, 22 Mar 2021 22:26:06 +0530 Subject: [PATCH 02/25] fiery gentx --- config/genesis.json | 255 +++++++++--------- ...8d76ec00a86cfffbf5bf28b0f1e7f5453250b.json | 1 + 2 files changed, 136 insertions(+), 120 deletions(-) create mode 100644 config/gentx/gentx-69e8d76ec00a86cfffbf5bf28b0f1e7f5453250b.json diff --git a/config/genesis.json b/config/genesis.json index 68c287b..1eb84a9 100644 --- a/config/genesis.json +++ b/config/genesis.json @@ -1,99 +1,42 @@ { + "genesis_time": "2021-03-24T15:00:00Z", + "chain_id": "prelaunch-1", + "consensus_params": { + "block": { + "max_bytes": "22020096", + "max_gas": "-1", + "time_iota_ms": "1000" + }, + "evidence": { + "max_age_num_blocks": "100000", + "max_age_duration": "172800000000000" + }, + "validator": { + "pub_key_types": [ + "ed25519" + ] + }, + "entropy": { + "aeon_length": "100", + "inactivity_window_size": "100", + "required_activity_percentage": "50", + "slashing_threshold_percentage": "50" + } + }, "app_hash": "", "app_state": { - "auth": { - "accounts": [ - { - "type": "cosmos-sdk/Account", - "value": { - "account_number": "0", - "address": "fetch1u4phlv46ztdj2xep3rt9ypghdllyjfc3v34t50", - "coins": [ - { - "amount": "1000000000000000000", - "denom": "atestfet" - } - ], - "public_key": null, - "sequence": "0" - } - }, - { - "type": "cosmos-sdk/Account", - "value": { - "account_number": "0", - "address": "fetch1r8hrxwe82ejurr2eymfufhza5jj95msmahau68", - "coins": [ - { - "amount": "1000000000000000000", - "denom": "atestfet" - } - ], - "public_key": null, - "sequence": "0" - } - }, - { - "type": "cosmos-sdk/Account", - "value": { - "account_number": "0", - "address": "fetch1azqx48eqjjvu7y8335s6p7hfgckpsa8mvgyezp", - "coins": [ - { - "amount": "1000000000000000000", - "denom": "atestfet" - } - ], - "public_key": null, - "sequence": "0" - } - } - ], - "params": { - "max_memo_characters": "256", - "sig_verify_cost_ed25519": "590", - "sig_verify_cost_secp256k1": "1000", - "tx_sig_limit": "7", - "tx_size_cost_per_byte": "10" - } + "supply": { + "supply": [] }, "bank": { "send_enabled": true }, - "crisis": { - "constant_fee": { - "amount": "1000", - "denom": "atestfet" - } - }, - "distribution": { - "delegator_starting_infos": [], - "delegator_withdraw_infos": [], - "fee_pool": { - "community_pool": [] - }, - "outstanding_rewards": [], - "params": { - "base_proposer_reward": "0.010000000000000000", - "bonus_proposer_reward": "0.040000000000000000", - "community_tax": "0.020000000000000000", - "withdraw_addr_enabled": true - }, - "previous_proposer": "", - "validator_accumulated_commissions": [], - "validator_current_rewards": [], - "validator_historical_rewards": [], - "validator_slash_events": [] - }, "evidence": { "evidence": [], "params": { "max_evidence_age": "120000000000" } }, - "genutil": { - "gentxs": [] - }, "gov": { "deposit_params": { "max_deposit_period": "172800000000000", @@ -117,17 +60,6 @@ "voting_period": "172800000000000" } }, - "mint": { - "minter": { - "annual_provisions": "0.000000000000000000", - "inflation": "0.030000000000000000" - }, - "params": { - "blocks_per_year": "6311520", - "inflation_rate": "0.030000000000000000", - "mint_denom": "atestfet" - } - }, "params": null, "slashing": { "missed_blocks": {}, @@ -159,10 +91,6 @@ "unbonding_delegations": null, "validators": null }, - "supply": { - "supply": [] - }, - "upgrade": {}, "wasm": { "params": { "code_upload_access": { @@ -170,31 +98,118 @@ }, "instantiate_default_permission": "Everybody" } - } - }, - "chain_id": "prelaunch-1", - "consensus_params": { - "block": { - "max_bytes": "22020096", - "max_gas": "-1", - "time_iota_ms": "1000" }, - "entropy": { - "aeon_length": "100", - "inactivity_window_size": "100", - "required_activity_percentage": "50", - "slashing_threshold_percentage": "50" + "distribution": { + "delegator_starting_infos": [], + "delegator_withdraw_infos": [], + "fee_pool": { + "community_pool": [] + }, + "outstanding_rewards": [], + "params": { + "base_proposer_reward": "0.010000000000000000", + "bonus_proposer_reward": "0.040000000000000000", + "community_tax": "0.020000000000000000", + "withdraw_addr_enabled": true + }, + "previous_proposer": "", + "validator_accumulated_commissions": [], + "validator_current_rewards": [], + "validator_historical_rewards": [], + "validator_slash_events": [] }, - "evidence": { - "max_age_duration": "172800000000000", - "max_age_num_blocks": "100000" + "genutil": { + "gentxs": [] }, - "validator": { - "pub_key_types": [ - "ed25519" + "crisis": { + "constant_fee": { + "amount": "1000", + "denom": "atestfet" + } + }, + "upgrade": {}, + "auth": { + "params": { + "max_memo_characters": "256", + "tx_sig_limit": "7", + "tx_size_cost_per_byte": "10", + "sig_verify_cost_ed25519": "590", + "sig_verify_cost_secp256k1": "1000" + }, + "accounts": [ + { + "type": "cosmos-sdk/Account", + "value": { + "address": "fetch1u4phlv46ztdj2xep3rt9ypghdllyjfc3v34t50", + "coins": [ + { + "denom": "atestfet", + "amount": "1000000000000000000" + } + ], + "public_key": null, + "account_number": "0", + "sequence": "0" + } + }, + { + "type": "cosmos-sdk/Account", + "value": { + "address": "fetch1r8hrxwe82ejurr2eymfufhza5jj95msmahau68", + "coins": [ + { + "denom": "atestfet", + "amount": "1000000000000000000" + } + ], + "public_key": null, + "account_number": "0", + "sequence": "0" + } + }, + { + "type": "cosmos-sdk/Account", + "value": { + "address": "fetch1azqx48eqjjvu7y8335s6p7hfgckpsa8mvgyezp", + "coins": [ + { + "denom": "atestfet", + "amount": "1000000000000000000" + } + ], + "public_key": null, + "account_number": "0", + "sequence": "0" + } + }, + { + "type": "cosmos-sdk/Account", + "value": { + "address": "fetch1ujslvlkw4p49yv4hvmc6mdn6wj32k4nc9twn0p", + "coins": [ + { + "denom": "atestfet", + "amount": "1000000000000000000" + } + ], + "public_key": null, + "account_number": "0", + "sequence": "0" + } + } ] + }, + "mint": { + "minter": { + "annual_provisions": "0.000000000000000000", + "inflation": "0.030000000000000000" + }, + "params": { + "blocks_per_year": "6311520", + "inflation_rate": "0.030000000000000000", + "mint_denom": "atestfet" + } } }, - "entropy": "", - "genesis_time": "2021-03-24T15:00:00Z" -} + "entropy": "" +} \ No newline at end of file diff --git a/config/gentx/gentx-69e8d76ec00a86cfffbf5bf28b0f1e7f5453250b.json b/config/gentx/gentx-69e8d76ec00a86cfffbf5bf28b0f1e7f5453250b.json new file mode 100644 index 0000000..d397ba3 --- /dev/null +++ b/config/gentx/gentx-69e8d76ec00a86cfffbf5bf28b0f1e7f5453250b.json @@ -0,0 +1 @@ +{"type":"cosmos-sdk/StdTx","value":{"msg":[{"type":"cosmos-sdk/MsgCreateValidator","value":{"description":{"moniker":"fierydev1","identity":"","website":"","security_contact":"","details":""},"commission":{"rate":"0.100000000000000000","max_rate":"0.200000000000000000","max_change_rate":"0.010000000000000000"},"min_self_delegation":"1000000000000000000","delegator_address":"fetch1ujslvlkw4p49yv4hvmc6mdn6wj32k4nc9twn0p","validator_address":"fetchvaloper1ujslvlkw4p49yv4hvmc6mdn6wj32k4ncq03sux","pubkey":"fetchvalconspub1zcjduepq5q92aq29h6z32vc4pmlxa4k0hl9n0l6yua7jtrq2je7vju96342qavlasd","value":{"denom":"atestfet","amount":"1000000000000000000"}}}],"fee":{"amount":[],"gas":"200000"},"signatures":[{"pub_key":{"type":"tendermint/PubKeySecp256k1","value":"AhFlzsE0XcX9d4xoVyRf7pAv8qq9vqJsS0ryBCaLYYmz"},"signature":"gnnxnUnY7YMEFwd5Zr10NBoudNctG2POhHzACsUPnVkrom0PY+3HlqkDYVwwCV45Gp0xrY+6UEIuKMKrHXxuNA=="}],"memo":"69e8d76ec00a86cfffbf5bf28b0f1e7f5453250b@192.168.1.11:26656"}} From fb68e939143d99a31fecd6cac993f1d305939c93 Mon Sep 17 00:00:00 2001 From: Ravi Soni <72719824+rav-11@users.noreply.github.com> Date: Mon, 22 Mar 2021 16:25:49 +0000 Subject: [PATCH 03/25] Forbole gentx --- config/genesis.json | 211 ++++++++++-------- ...0030c0c70c99b27d6cffec10b93799f7ae50f.json | 1 + 2 files changed, 114 insertions(+), 98 deletions(-) create mode 100644 config/gentx/gentx-dd10030c0c70c99b27d6cffec10b93799f7ae50f.json diff --git a/config/genesis.json b/config/genesis.json index 68c287b..635e079 100644 --- a/config/genesis.json +++ b/config/genesis.json @@ -1,35 +1,92 @@ { + "genesis_time": "2021-03-24T15:00:00Z", + "chain_id": "prelaunch-1", + "consensus_params": { + "block": { + "max_bytes": "22020096", + "max_gas": "-1", + "time_iota_ms": "1000" + }, + "evidence": { + "max_age_num_blocks": "100000", + "max_age_duration": "172800000000000" + }, + "validator": { + "pub_key_types": [ + "ed25519" + ] + }, + "entropy": { + "aeon_length": "100", + "inactivity_window_size": "100", + "required_activity_percentage": "50", + "slashing_threshold_percentage": "50" + } + }, "app_hash": "", "app_state": { + "mint": { + "minter": { + "annual_provisions": "0.000000000000000000", + "inflation": "0.030000000000000000" + }, + "params": { + "blocks_per_year": "6311520", + "inflation_rate": "0.030000000000000000", + "mint_denom": "atestfet" + } + }, "auth": { + "params": { + "max_memo_characters": "256", + "tx_sig_limit": "7", + "tx_size_cost_per_byte": "10", + "sig_verify_cost_ed25519": "590", + "sig_verify_cost_secp256k1": "1000" + }, "accounts": [ { "type": "cosmos-sdk/Account", "value": { - "account_number": "0", "address": "fetch1u4phlv46ztdj2xep3rt9ypghdllyjfc3v34t50", "coins": [ { - "amount": "1000000000000000000", - "denom": "atestfet" + "denom": "atestfet", + "amount": "1000000000000000000" } ], "public_key": null, + "account_number": "0", "sequence": "0" } }, { "type": "cosmos-sdk/Account", "value": { - "account_number": "0", "address": "fetch1r8hrxwe82ejurr2eymfufhza5jj95msmahau68", "coins": [ { - "amount": "1000000000000000000", - "denom": "atestfet" + "denom": "atestfet", + "amount": "1000000000000000000" + } + ], + "public_key": null, + "account_number": "0", + "sequence": "0" + } + }, + { + "type": "cosmos-sdk/Account", + "value": { + "address": "fetch18t3fcx50m0r8lzfwfp2rgtdp442l5z3zapzvhd", + "coins": [ + { + "denom": "atestfet", + "amount": "10000000000000000000" } ], "public_key": null, + "account_number": "0", "sequence": "0" } }, @@ -48,23 +105,46 @@ "sequence": "0" } } - ], + ] + }, + "evidence": { + "evidence": [], "params": { - "max_memo_characters": "256", - "sig_verify_cost_ed25519": "590", - "sig_verify_cost_secp256k1": "1000", - "tx_sig_limit": "7", - "tx_size_cost_per_byte": "10" + "max_evidence_age": "120000000000" } }, "bank": { "send_enabled": true }, - "crisis": { - "constant_fee": { - "amount": "1000", - "denom": "atestfet" - } + "staking": { + "delegations": null, + "exported": false, + "last_total_power": "0", + "last_validator_powers": null, + "params": { + "bond_denom": "atestfet", + "historical_entries": 0, + "max_entries": 7, + "max_validators": 100, + "min_self_delegation": "1000000000000000000", + "unbonding_time": "1814400000000000" + }, + "redelegations": null, + "unbonding_delegations": null, + "validators": null + }, + "slashing": { + "missed_blocks": {}, + "params": { + "downtime_jail_duration": "600000000000", + "min_signed_per_window": "0.500000000000000000", + "signed_blocks_window": "100", + "slash_fraction_beacon_inactivty": "0.000000000000000000", + "slash_fraction_dkg_failure": "0.000000000000000000", + "slash_fraction_double_sign": "0.050000000000000000", + "slash_fraction_downtime": "0.010000000000000000" + }, + "signing_infos": {} }, "distribution": { "delegator_starting_infos": [], @@ -85,14 +165,20 @@ "validator_historical_rewards": [], "validator_slash_events": [] }, - "evidence": { - "evidence": [], + "wasm": { "params": { - "max_evidence_age": "120000000000" + "code_upload_access": { + "permission": "Everybody" + }, + "instantiate_default_permission": "Everybody" } }, - "genutil": { - "gentxs": [] + "params": null, + "crisis": { + "constant_fee": { + "amount": "1000", + "denom": "atestfet" + } }, "gov": { "deposit_params": { @@ -117,84 +203,13 @@ "voting_period": "172800000000000" } }, - "mint": { - "minter": { - "annual_provisions": "0.000000000000000000", - "inflation": "0.030000000000000000" - }, - "params": { - "blocks_per_year": "6311520", - "inflation_rate": "0.030000000000000000", - "mint_denom": "atestfet" - } - }, - "params": null, - "slashing": { - "missed_blocks": {}, - "params": { - "downtime_jail_duration": "600000000000", - "min_signed_per_window": "0.500000000000000000", - "signed_blocks_window": "100", - "slash_fraction_beacon_inactivty": "0.000000000000000000", - "slash_fraction_dkg_failure": "0.000000000000000000", - "slash_fraction_double_sign": "0.050000000000000000", - "slash_fraction_downtime": "0.010000000000000000" - }, - "signing_infos": {} - }, - "staking": { - "delegations": null, - "exported": false, - "last_total_power": "0", - "last_validator_powers": null, - "params": { - "bond_denom": "atestfet", - "historical_entries": 0, - "max_entries": 7, - "max_validators": 100, - "min_self_delegation": "1000000000000000000", - "unbonding_time": "1814400000000000" - }, - "redelegations": null, - "unbonding_delegations": null, - "validators": null + "genutil": { + "gentxs": [] }, "supply": { "supply": [] }, - "upgrade": {}, - "wasm": { - "params": { - "code_upload_access": { - "permission": "Everybody" - }, - "instantiate_default_permission": "Everybody" - } - } - }, - "chain_id": "prelaunch-1", - "consensus_params": { - "block": { - "max_bytes": "22020096", - "max_gas": "-1", - "time_iota_ms": "1000" - }, - "entropy": { - "aeon_length": "100", - "inactivity_window_size": "100", - "required_activity_percentage": "50", - "slashing_threshold_percentage": "50" - }, - "evidence": { - "max_age_duration": "172800000000000", - "max_age_num_blocks": "100000" - }, - "validator": { - "pub_key_types": [ - "ed25519" - ] - } + "upgrade": {} }, - "entropy": "", - "genesis_time": "2021-03-24T15:00:00Z" -} + "entropy": "" +} \ No newline at end of file diff --git a/config/gentx/gentx-dd10030c0c70c99b27d6cffec10b93799f7ae50f.json b/config/gentx/gentx-dd10030c0c70c99b27d6cffec10b93799f7ae50f.json new file mode 100644 index 0000000..f32c2d5 --- /dev/null +++ b/config/gentx/gentx-dd10030c0c70c99b27d6cffec10b93799f7ae50f.json @@ -0,0 +1 @@ +{"type":"cosmos-sdk/StdTx","value":{"msg":[{"type":"cosmos-sdk/MsgCreateValidator","value":{"description":{"moniker":"Forbole","identity":"2861F5EE06627224","website":"https://forbole.com","security_contact":"","details":"Co-building the Interchain"},"commission":{"rate":"0.100000000000000000","max_rate":"1.000000000000000000","max_change_rate":"1.000000000000000000"},"min_self_delegation":"1000000000000000000","delegator_address":"fetch18t3fcx50m0r8lzfwfp2rgtdp442l5z3zapzvhd","validator_address":"fetchvaloper18t3fcx50m0r8lzfwfp2rgtdp442l5z3zc9a0y2","pubkey":"fetchvalconspub1zcjduepqqlaua2zpcjyvp6ftlpt5446hn8vkyd2f5vnkdk8zztu26suu3yjqfvqffc","value":{"denom":"atestfet","amount":"1000000000000000000"}}}],"fee":{"amount":[],"gas":"200000"},"signatures":[{"pub_key":{"type":"tendermint/PubKeySecp256k1","value":"A+YnXdCToECQzpbzBKL8WXBVS8xhEDIp/aoi6rZRcgM1"},"signature":"U+WIsVqsk4EfRD/W65H7UbomlIPx5eyiAIpdNzekjZBrdUAObTpJ8gAmPt99X2bXyFcHdmeHmMcYp6heIvaG7g=="}],"memo":"dd10030c0c70c99b27d6cffec10b93799f7ae50f@172.105.230.173:26656"}} From 7ce628eb04f9c0ec3d2ab5cda222ab42e2e3c20d Mon Sep 17 00:00:00 2001 From: Flavien Binet Date: Mon, 22 Mar 2021 18:12:11 +0100 Subject: [PATCH 04/25] sort genesis --- config/genesis.json | 202 ++++++++++++++++++++++---------------------- 1 file changed, 101 insertions(+), 101 deletions(-) diff --git a/config/genesis.json b/config/genesis.json index 635e079..5e742ed 100644 --- a/config/genesis.json +++ b/config/genesis.json @@ -1,92 +1,50 @@ { - "genesis_time": "2021-03-24T15:00:00Z", - "chain_id": "prelaunch-1", - "consensus_params": { - "block": { - "max_bytes": "22020096", - "max_gas": "-1", - "time_iota_ms": "1000" - }, - "evidence": { - "max_age_num_blocks": "100000", - "max_age_duration": "172800000000000" - }, - "validator": { - "pub_key_types": [ - "ed25519" - ] - }, - "entropy": { - "aeon_length": "100", - "inactivity_window_size": "100", - "required_activity_percentage": "50", - "slashing_threshold_percentage": "50" - } - }, "app_hash": "", "app_state": { - "mint": { - "minter": { - "annual_provisions": "0.000000000000000000", - "inflation": "0.030000000000000000" - }, - "params": { - "blocks_per_year": "6311520", - "inflation_rate": "0.030000000000000000", - "mint_denom": "atestfet" - } - }, "auth": { - "params": { - "max_memo_characters": "256", - "tx_sig_limit": "7", - "tx_size_cost_per_byte": "10", - "sig_verify_cost_ed25519": "590", - "sig_verify_cost_secp256k1": "1000" - }, "accounts": [ { "type": "cosmos-sdk/Account", "value": { + "account_number": "0", "address": "fetch1u4phlv46ztdj2xep3rt9ypghdllyjfc3v34t50", "coins": [ { - "denom": "atestfet", - "amount": "1000000000000000000" + "amount": "1000000000000000000", + "denom": "atestfet" } ], "public_key": null, - "account_number": "0", "sequence": "0" } }, { "type": "cosmos-sdk/Account", "value": { + "account_number": "0", "address": "fetch1r8hrxwe82ejurr2eymfufhza5jj95msmahau68", "coins": [ { - "denom": "atestfet", - "amount": "1000000000000000000" + "amount": "1000000000000000000", + "denom": "atestfet" } ], "public_key": null, - "account_number": "0", "sequence": "0" } }, { "type": "cosmos-sdk/Account", "value": { + "account_number": "0", "address": "fetch18t3fcx50m0r8lzfwfp2rgtdp442l5z3zapzvhd", "coins": [ { - "denom": "atestfet", - "amount": "10000000000000000000" + "amount": "10000000000000000000", + "denom": "atestfet" } ], "public_key": null, - "account_number": "0", "sequence": "0" } }, @@ -105,46 +63,23 @@ "sequence": "0" } } - ] - }, - "evidence": { - "evidence": [], + ], "params": { - "max_evidence_age": "120000000000" + "max_memo_characters": "256", + "sig_verify_cost_ed25519": "590", + "sig_verify_cost_secp256k1": "1000", + "tx_sig_limit": "7", + "tx_size_cost_per_byte": "10" } }, "bank": { "send_enabled": true }, - "staking": { - "delegations": null, - "exported": false, - "last_total_power": "0", - "last_validator_powers": null, - "params": { - "bond_denom": "atestfet", - "historical_entries": 0, - "max_entries": 7, - "max_validators": 100, - "min_self_delegation": "1000000000000000000", - "unbonding_time": "1814400000000000" - }, - "redelegations": null, - "unbonding_delegations": null, - "validators": null - }, - "slashing": { - "missed_blocks": {}, - "params": { - "downtime_jail_duration": "600000000000", - "min_signed_per_window": "0.500000000000000000", - "signed_blocks_window": "100", - "slash_fraction_beacon_inactivty": "0.000000000000000000", - "slash_fraction_dkg_failure": "0.000000000000000000", - "slash_fraction_double_sign": "0.050000000000000000", - "slash_fraction_downtime": "0.010000000000000000" - }, - "signing_infos": {} + "crisis": { + "constant_fee": { + "amount": "1000", + "denom": "atestfet" + } }, "distribution": { "delegator_starting_infos": [], @@ -165,20 +100,14 @@ "validator_historical_rewards": [], "validator_slash_events": [] }, - "wasm": { + "evidence": { + "evidence": [], "params": { - "code_upload_access": { - "permission": "Everybody" - }, - "instantiate_default_permission": "Everybody" + "max_evidence_age": "120000000000" } }, - "params": null, - "crisis": { - "constant_fee": { - "amount": "1000", - "denom": "atestfet" - } + "genutil": { + "gentxs": [] }, "gov": { "deposit_params": { @@ -203,13 +132,84 @@ "voting_period": "172800000000000" } }, - "genutil": { - "gentxs": [] + "mint": { + "minter": { + "annual_provisions": "0.000000000000000000", + "inflation": "0.030000000000000000" + }, + "params": { + "blocks_per_year": "6311520", + "inflation_rate": "0.030000000000000000", + "mint_denom": "atestfet" + } + }, + "params": null, + "slashing": { + "missed_blocks": {}, + "params": { + "downtime_jail_duration": "600000000000", + "min_signed_per_window": "0.500000000000000000", + "signed_blocks_window": "100", + "slash_fraction_beacon_inactivty": "0.000000000000000000", + "slash_fraction_dkg_failure": "0.000000000000000000", + "slash_fraction_double_sign": "0.050000000000000000", + "slash_fraction_downtime": "0.010000000000000000" + }, + "signing_infos": {} + }, + "staking": { + "delegations": null, + "exported": false, + "last_total_power": "0", + "last_validator_powers": null, + "params": { + "bond_denom": "atestfet", + "historical_entries": 0, + "max_entries": 7, + "max_validators": 100, + "min_self_delegation": "1000000000000000000", + "unbonding_time": "1814400000000000" + }, + "redelegations": null, + "unbonding_delegations": null, + "validators": null }, "supply": { "supply": [] }, - "upgrade": {} + "upgrade": {}, + "wasm": { + "params": { + "code_upload_access": { + "permission": "Everybody" + }, + "instantiate_default_permission": "Everybody" + } + } + }, + "chain_id": "prelaunch-1", + "consensus_params": { + "block": { + "max_bytes": "22020096", + "max_gas": "-1", + "time_iota_ms": "1000" + }, + "entropy": { + "aeon_length": "100", + "inactivity_window_size": "100", + "required_activity_percentage": "50", + "slashing_threshold_percentage": "50" + }, + "evidence": { + "max_age_duration": "172800000000000", + "max_age_num_blocks": "100000" + }, + "validator": { + "pub_key_types": [ + "ed25519" + ] + } }, - "entropy": "" -} \ No newline at end of file + "entropy": "", + "genesis_time": "2021-03-24T15:00:00Z" +} From 4d0abfa525bea9e04ee8adc9ce3edd38ea8a543a Mon Sep 17 00:00:00 2001 From: Flavien Binet Date: Mon, 22 Mar 2021 18:59:54 +0100 Subject: [PATCH 05/25] sort genesis --- config/genesis.json | 270 ++++++++++++++++++++++---------------------- 1 file changed, 135 insertions(+), 135 deletions(-) diff --git a/config/genesis.json b/config/genesis.json index 1eb84a9..94dad67 100644 --- a/config/genesis.json +++ b/config/genesis.json @@ -1,42 +1,114 @@ { - "genesis_time": "2021-03-24T15:00:00Z", - "chain_id": "prelaunch-1", - "consensus_params": { - "block": { - "max_bytes": "22020096", - "max_gas": "-1", - "time_iota_ms": "1000" - }, - "evidence": { - "max_age_num_blocks": "100000", - "max_age_duration": "172800000000000" - }, - "validator": { - "pub_key_types": [ - "ed25519" - ] - }, - "entropy": { - "aeon_length": "100", - "inactivity_window_size": "100", - "required_activity_percentage": "50", - "slashing_threshold_percentage": "50" - } - }, "app_hash": "", "app_state": { - "supply": { - "supply": [] + "auth": { + "accounts": [ + { + "type": "cosmos-sdk/Account", + "value": { + "account_number": "0", + "address": "fetch1u4phlv46ztdj2xep3rt9ypghdllyjfc3v34t50", + "coins": [ + { + "amount": "1000000000000000000", + "denom": "atestfet" + } + ], + "public_key": null, + "sequence": "0" + } + }, + { + "type": "cosmos-sdk/Account", + "value": { + "account_number": "0", + "address": "fetch1r8hrxwe82ejurr2eymfufhza5jj95msmahau68", + "coins": [ + { + "amount": "1000000000000000000", + "denom": "atestfet" + } + ], + "public_key": null, + "sequence": "0" + } + }, + { + "type": "cosmos-sdk/Account", + "value": { + "account_number": "0", + "address": "fetch1azqx48eqjjvu7y8335s6p7hfgckpsa8mvgyezp", + "coins": [ + { + "amount": "1000000000000000000", + "denom": "atestfet" + } + ], + "public_key": null, + "sequence": "0" + } + }, + { + "type": "cosmos-sdk/Account", + "value": { + "account_number": "0", + "address": "fetch1ujslvlkw4p49yv4hvmc6mdn6wj32k4nc9twn0p", + "coins": [ + { + "amount": "1000000000000000000", + "denom": "atestfet" + } + ], + "public_key": null, + "sequence": "0" + } + } + ], + "params": { + "max_memo_characters": "256", + "sig_verify_cost_ed25519": "590", + "sig_verify_cost_secp256k1": "1000", + "tx_sig_limit": "7", + "tx_size_cost_per_byte": "10" + } }, "bank": { "send_enabled": true }, + "crisis": { + "constant_fee": { + "amount": "1000", + "denom": "atestfet" + } + }, + "distribution": { + "delegator_starting_infos": [], + "delegator_withdraw_infos": [], + "fee_pool": { + "community_pool": [] + }, + "outstanding_rewards": [], + "params": { + "base_proposer_reward": "0.010000000000000000", + "bonus_proposer_reward": "0.040000000000000000", + "community_tax": "0.020000000000000000", + "withdraw_addr_enabled": true + }, + "previous_proposer": "", + "validator_accumulated_commissions": [], + "validator_current_rewards": [], + "validator_historical_rewards": [], + "validator_slash_events": [] + }, "evidence": { "evidence": [], "params": { "max_evidence_age": "120000000000" } }, + "genutil": { + "gentxs": [] + }, "gov": { "deposit_params": { "max_deposit_period": "172800000000000", @@ -60,6 +132,17 @@ "voting_period": "172800000000000" } }, + "mint": { + "minter": { + "annual_provisions": "0.000000000000000000", + "inflation": "0.030000000000000000" + }, + "params": { + "blocks_per_year": "6311520", + "inflation_rate": "0.030000000000000000", + "mint_denom": "atestfet" + } + }, "params": null, "slashing": { "missed_blocks": {}, @@ -91,6 +174,10 @@ "unbonding_delegations": null, "validators": null }, + "supply": { + "supply": [] + }, + "upgrade": {}, "wasm": { "params": { "code_upload_access": { @@ -98,118 +185,31 @@ }, "instantiate_default_permission": "Everybody" } + } + }, + "chain_id": "prelaunch-1", + "consensus_params": { + "block": { + "max_bytes": "22020096", + "max_gas": "-1", + "time_iota_ms": "1000" }, - "distribution": { - "delegator_starting_infos": [], - "delegator_withdraw_infos": [], - "fee_pool": { - "community_pool": [] - }, - "outstanding_rewards": [], - "params": { - "base_proposer_reward": "0.010000000000000000", - "bonus_proposer_reward": "0.040000000000000000", - "community_tax": "0.020000000000000000", - "withdraw_addr_enabled": true - }, - "previous_proposer": "", - "validator_accumulated_commissions": [], - "validator_current_rewards": [], - "validator_historical_rewards": [], - "validator_slash_events": [] - }, - "genutil": { - "gentxs": [] + "entropy": { + "aeon_length": "100", + "inactivity_window_size": "100", + "required_activity_percentage": "50", + "slashing_threshold_percentage": "50" }, - "crisis": { - "constant_fee": { - "amount": "1000", - "denom": "atestfet" - } + "evidence": { + "max_age_duration": "172800000000000", + "max_age_num_blocks": "100000" }, - "upgrade": {}, - "auth": { - "params": { - "max_memo_characters": "256", - "tx_sig_limit": "7", - "tx_size_cost_per_byte": "10", - "sig_verify_cost_ed25519": "590", - "sig_verify_cost_secp256k1": "1000" - }, - "accounts": [ - { - "type": "cosmos-sdk/Account", - "value": { - "address": "fetch1u4phlv46ztdj2xep3rt9ypghdllyjfc3v34t50", - "coins": [ - { - "denom": "atestfet", - "amount": "1000000000000000000" - } - ], - "public_key": null, - "account_number": "0", - "sequence": "0" - } - }, - { - "type": "cosmos-sdk/Account", - "value": { - "address": "fetch1r8hrxwe82ejurr2eymfufhza5jj95msmahau68", - "coins": [ - { - "denom": "atestfet", - "amount": "1000000000000000000" - } - ], - "public_key": null, - "account_number": "0", - "sequence": "0" - } - }, - { - "type": "cosmos-sdk/Account", - "value": { - "address": "fetch1azqx48eqjjvu7y8335s6p7hfgckpsa8mvgyezp", - "coins": [ - { - "denom": "atestfet", - "amount": "1000000000000000000" - } - ], - "public_key": null, - "account_number": "0", - "sequence": "0" - } - }, - { - "type": "cosmos-sdk/Account", - "value": { - "address": "fetch1ujslvlkw4p49yv4hvmc6mdn6wj32k4nc9twn0p", - "coins": [ - { - "denom": "atestfet", - "amount": "1000000000000000000" - } - ], - "public_key": null, - "account_number": "0", - "sequence": "0" - } - } + "validator": { + "pub_key_types": [ + "ed25519" ] - }, - "mint": { - "minter": { - "annual_provisions": "0.000000000000000000", - "inflation": "0.030000000000000000" - }, - "params": { - "blocks_per_year": "6311520", - "inflation_rate": "0.030000000000000000", - "mint_denom": "atestfet" - } } }, - "entropy": "" -} \ No newline at end of file + "entropy": "", + "genesis_time": "2021-03-24T15:00:00Z" +} From 00d2b94a50bef4659072a375cd4a6b1403fc866d Mon Sep 17 00:00:00 2001 From: jonathan6620 <34371202+jonathan6620@users.noreply.github.com> Date: Tue, 23 Mar 2021 14:27:29 +0000 Subject: [PATCH 06/25] Updated readme.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0657b03..4283091 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,8 @@ In order to prepare for our mainnet launch, selected validators are invited to p - From March 19th to March 23rd: gentxs collections from validators - March 23rd: Final genesis generation -- March 24th 15:00 UTC: network start +- March 24th, 12:00 UTC: collect final genesis txs +- March 24th, 15:00 UTC: network start ## Install fetchd and fetchcli From 8e8bb1e8a20133d22686b53959a4d47a79deabd9 Mon Sep 17 00:00:00 2001 From: Fetch Ai Date: Tue, 23 Mar 2021 16:06:05 +0000 Subject: [PATCH 07/25] yaqubor gentx --- config/genesis.json | 301 +++++++++--------- ...dfbc589584558b9cdef2a2c23ca4d8051a820.json | 1 + 2 files changed, 159 insertions(+), 143 deletions(-) create mode 100644 config/gentx/gentx-cb5dfbc589584558b9cdef2a2c23ca4d8051a820.json diff --git a/config/genesis.json b/config/genesis.json index 138678f..d095d74 100644 --- a/config/genesis.json +++ b/config/genesis.json @@ -1,94 +1,222 @@ { + "genesis_time": "2021-03-24T15:00:00Z", + "chain_id": "prelaunch-1", + "consensus_params": { + "block": { + "max_bytes": "22020096", + "max_gas": "-1", + "time_iota_ms": "1000" + }, + "evidence": { + "max_age_num_blocks": "100000", + "max_age_duration": "172800000000000" + }, + "validator": { + "pub_key_types": [ + "ed25519" + ] + }, + "entropy": { + "aeon_length": "100", + "inactivity_window_size": "100", + "required_activity_percentage": "50", + "slashing_threshold_percentage": "50" + } + }, "app_hash": "", "app_state": { + "params": null, + "evidence": { + "evidence": [], + "params": { + "max_evidence_age": "120000000000" + } + }, + "staking": { + "delegations": null, + "exported": false, + "last_total_power": "0", + "last_validator_powers": null, + "params": { + "bond_denom": "atestfet", + "historical_entries": 0, + "max_entries": 7, + "max_validators": 100, + "min_self_delegation": "1000000000000000000", + "unbonding_time": "1814400000000000" + }, + "redelegations": null, + "unbonding_delegations": null, + "validators": null + }, + "gov": { + "deposit_params": { + "max_deposit_period": "172800000000000", + "min_deposit": [ + { + "amount": "10000000000000000000", + "denom": "atestfet" + } + ] + }, + "deposits": null, + "proposals": null, + "starting_proposal_id": "1", + "tally_params": { + "quorum": "0.334000000000000000", + "threshold": "0.500000000000000000", + "veto": "0.334000000000000000" + }, + "votes": null, + "voting_params": { + "voting_period": "172800000000000" + } + }, + "distribution": { + "delegator_starting_infos": [], + "delegator_withdraw_infos": [], + "fee_pool": { + "community_pool": [] + }, + "outstanding_rewards": [], + "params": { + "base_proposer_reward": "0.010000000000000000", + "bonus_proposer_reward": "0.040000000000000000", + "community_tax": "0.020000000000000000", + "withdraw_addr_enabled": true + }, + "previous_proposer": "", + "validator_accumulated_commissions": [], + "validator_current_rewards": [], + "validator_historical_rewards": [], + "validator_slash_events": [] + }, + "upgrade": {}, + "bank": { + "send_enabled": true + }, + "mint": { + "minter": { + "annual_provisions": "0.000000000000000000", + "inflation": "0.030000000000000000" + }, + "params": { + "blocks_per_year": "6311520", + "inflation_rate": "0.030000000000000000", + "mint_denom": "atestfet" + } + }, + "supply": { + "supply": [] + }, + "wasm": { + "params": { + "code_upload_access": { + "permission": "Everybody" + }, + "instantiate_default_permission": "Everybody" + } + }, "auth": { + "params": { + "max_memo_characters": "256", + "tx_sig_limit": "7", + "tx_size_cost_per_byte": "10", + "sig_verify_cost_ed25519": "590", + "sig_verify_cost_secp256k1": "1000" + }, "accounts": [ { "type": "cosmos-sdk/Account", "value": { - "account_number": "0", "address": "fetch1u4phlv46ztdj2xep3rt9ypghdllyjfc3v34t50", "coins": [ { - "amount": "1000000000000000000", - "denom": "atestfet" + "denom": "atestfet", + "amount": "1000000000000000000" } ], "public_key": null, + "account_number": "0", "sequence": "0" } }, { "type": "cosmos-sdk/Account", "value": { - "account_number": "0", "address": "fetch1r8hrxwe82ejurr2eymfufhza5jj95msmahau68", "coins": [ { - "amount": "1000000000000000000", - "denom": "atestfet" + "denom": "atestfet", + "amount": "1000000000000000000" } ], "public_key": null, + "account_number": "0", "sequence": "0" } }, { "type": "cosmos-sdk/Account", "value": { - "account_number": "0", "address": "fetch18t3fcx50m0r8lzfwfp2rgtdp442l5z3zapzvhd", "coins": [ { - "amount": "10000000000000000000", - "denom": "atestfet" + "denom": "atestfet", + "amount": "10000000000000000000" } ], "public_key": null, + "account_number": "0", "sequence": "0" } }, { "type": "cosmos-sdk/Account", "value": { - "account_number": "0", "address": "fetch1azqx48eqjjvu7y8335s6p7hfgckpsa8mvgyezp", "coins": [ { - "amount": "1000000000000000000", - "denom": "atestfet" + "denom": "atestfet", + "amount": "1000000000000000000" } ], "public_key": null, + "account_number": "0", "sequence": "0" } }, { "type": "cosmos-sdk/Account", "value": { - "account_number": "0", "address": "fetch1ujslvlkw4p49yv4hvmc6mdn6wj32k4nc9twn0p", "coins": [ { - "amount": "1000000000000000000", - "denom": "atestfet" + "denom": "atestfet", + "amount": "1000000000000000000" } ], "public_key": null, + "account_number": "0", + "sequence": "0" + } + }, + { + "type": "cosmos-sdk/Account", + "value": { + "address": "fetch1qa45stpvcp5sax09mx8nq9dx7w5qsgqrn3tlkm", + "coins": [ + { + "denom": "atestfet", + "amount": "1000000000000000000" + } + ], + "public_key": null, + "account_number": "0", "sequence": "0" } } - ], - "params": { - "max_memo_characters": "256", - "sig_verify_cost_ed25519": "590", - "sig_verify_cost_secp256k1": "1000", - "tx_sig_limit": "7", - "tx_size_cost_per_byte": "10" - } - }, - "bank": { - "send_enabled": true + ] }, "crisis": { "constant_fee": { @@ -96,69 +224,6 @@ "denom": "atestfet" } }, - "distribution": { - "delegator_starting_infos": [], - "delegator_withdraw_infos": [], - "fee_pool": { - "community_pool": [] - }, - "outstanding_rewards": [], - "params": { - "base_proposer_reward": "0.010000000000000000", - "bonus_proposer_reward": "0.040000000000000000", - "community_tax": "0.020000000000000000", - "withdraw_addr_enabled": true - }, - "previous_proposer": "", - "validator_accumulated_commissions": [], - "validator_current_rewards": [], - "validator_historical_rewards": [], - "validator_slash_events": [] - }, - "evidence": { - "evidence": [], - "params": { - "max_evidence_age": "120000000000" - } - }, - "genutil": { - "gentxs": [] - }, - "gov": { - "deposit_params": { - "max_deposit_period": "172800000000000", - "min_deposit": [ - { - "amount": "10000000000000000000", - "denom": "atestfet" - } - ] - }, - "deposits": null, - "proposals": null, - "starting_proposal_id": "1", - "tally_params": { - "quorum": "0.334000000000000000", - "threshold": "0.500000000000000000", - "veto": "0.334000000000000000" - }, - "votes": null, - "voting_params": { - "voting_period": "172800000000000" - } - }, - "mint": { - "minter": { - "annual_provisions": "0.000000000000000000", - "inflation": "0.030000000000000000" - }, - "params": { - "blocks_per_year": "6311520", - "inflation_rate": "0.030000000000000000", - "mint_denom": "atestfet" - } - }, - "params": null, "slashing": { "missed_blocks": {}, "params": { @@ -172,59 +237,9 @@ }, "signing_infos": {} }, - "staking": { - "delegations": null, - "exported": false, - "last_total_power": "0", - "last_validator_powers": null, - "params": { - "bond_denom": "atestfet", - "historical_entries": 0, - "max_entries": 7, - "max_validators": 100, - "min_self_delegation": "1000000000000000000", - "unbonding_time": "1814400000000000" - }, - "redelegations": null, - "unbonding_delegations": null, - "validators": null - }, - "supply": { - "supply": [] - }, - "upgrade": {}, - "wasm": { - "params": { - "code_upload_access": { - "permission": "Everybody" - }, - "instantiate_default_permission": "Everybody" - } - } - }, - "chain_id": "prelaunch-1", - "consensus_params": { - "block": { - "max_bytes": "22020096", - "max_gas": "-1", - "time_iota_ms": "1000" - }, - "entropy": { - "aeon_length": "100", - "inactivity_window_size": "100", - "required_activity_percentage": "50", - "slashing_threshold_percentage": "50" - }, - "evidence": { - "max_age_duration": "172800000000000", - "max_age_num_blocks": "100000" - }, - "validator": { - "pub_key_types": [ - "ed25519" - ] + "genutil": { + "gentxs": [] } }, - "entropy": "", - "genesis_time": "2021-03-24T15:00:00Z" -} + "entropy": "" +} \ No newline at end of file diff --git a/config/gentx/gentx-cb5dfbc589584558b9cdef2a2c23ca4d8051a820.json b/config/gentx/gentx-cb5dfbc589584558b9cdef2a2c23ca4d8051a820.json new file mode 100644 index 0000000..64cb0f1 --- /dev/null +++ b/config/gentx/gentx-cb5dfbc589584558b9cdef2a2c23ca4d8051a820.json @@ -0,0 +1 @@ +{"type":"cosmos-sdk/StdTx","value":{"msg":[{"type":"cosmos-sdk/MsgCreateValidator","value":{"description":{"moniker":"nj1idmnode002","identity":"","website":"","security_contact":"","details":""},"commission":{"rate":"0.100000000000000000","max_rate":"0.200000000000000000","max_change_rate":"0.010000000000000000"},"min_self_delegation":"1000000000000000000","delegator_address":"fetch1qa45stpvcp5sax09mx8nq9dx7w5qsgqrn3tlkm","validator_address":"fetchvaloper1qa45stpvcp5sax09mx8nq9dx7w5qsgqrk45u9u","pubkey":"fetchvalconspub1zcjduepqg7g54mdhas9q7ajewjqyxf96g74zs5kf3ffqch3e0l7z93n2dclsn5vkxn","value":{"denom":"atestfet","amount":"1000000000000000000"}}}],"fee":{"amount":[],"gas":"200000"},"signatures":[{"pub_key":{"type":"tendermint/PubKeySecp256k1","value":"A9ksgl8MtybpR/XrRi2M4NBdEzw16sRS3Wroomyt/xmZ"},"signature":"VQSNjtZ9sRPexge+6b7gQQ7yqYCOWswNo0LjwfN1iAAvqSlHKo0voGZ0nt2jv4Ra1f60N14C5FdOSjH2NMWb3Q=="}],"memo":"cb5dfbc589584558b9cdef2a2c23ca4d8051a820@192.168.96.17:26656"}} From 2bb57a3b1cbe71ca02d97a8c5248420d477be84c Mon Sep 17 00:00:00 2001 From: bartcrpt Date: Tue, 23 Mar 2021 17:39:30 +0100 Subject: [PATCH 08/25] bartcrpt gentx --- config/genesis.json | 299 +++++++++--------- ...8026d2fce69770842108d75e88714a514399e.json | 1 + 2 files changed, 158 insertions(+), 142 deletions(-) create mode 100644 config/gentx/gentx-71c8026d2fce69770842108d75e88714a514399e.json diff --git a/config/genesis.json b/config/genesis.json index 138678f..f7b9567 100644 --- a/config/genesis.json +++ b/config/genesis.json @@ -1,99 +1,224 @@ { + "genesis_time": "2021-03-24T15:00:00Z", + "chain_id": "prelaunch-1", + "consensus_params": { + "block": { + "max_bytes": "22020096", + "max_gas": "-1", + "time_iota_ms": "1000" + }, + "evidence": { + "max_age_num_blocks": "100000", + "max_age_duration": "172800000000000" + }, + "validator": { + "pub_key_types": [ + "ed25519" + ] + }, + "entropy": { + "aeon_length": "100", + "inactivity_window_size": "100", + "required_activity_percentage": "50", + "slashing_threshold_percentage": "50" + } + }, "app_hash": "", "app_state": { + "evidence": { + "evidence": [], + "params": { + "max_evidence_age": "120000000000" + } + }, + "wasm": { + "params": { + "code_upload_access": { + "permission": "Everybody" + }, + "instantiate_default_permission": "Everybody" + } + }, + "params": null, + "slashing": { + "missed_blocks": {}, + "params": { + "downtime_jail_duration": "600000000000", + "min_signed_per_window": "0.500000000000000000", + "signed_blocks_window": "100", + "slash_fraction_beacon_inactivty": "0.000000000000000000", + "slash_fraction_dkg_failure": "0.000000000000000000", + "slash_fraction_double_sign": "0.050000000000000000", + "slash_fraction_downtime": "0.010000000000000000" + }, + "signing_infos": {} + }, + "upgrade": {}, + "staking": { + "delegations": null, + "exported": false, + "last_total_power": "0", + "last_validator_powers": null, + "params": { + "bond_denom": "atestfet", + "historical_entries": 0, + "max_entries": 7, + "max_validators": 100, + "min_self_delegation": "1000000000000000000", + "unbonding_time": "1814400000000000" + }, + "redelegations": null, + "unbonding_delegations": null, + "validators": null + }, + "gov": { + "deposit_params": { + "max_deposit_period": "172800000000000", + "min_deposit": [ + { + "amount": "10000000000000000000", + "denom": "atestfet" + } + ] + }, + "deposits": null, + "proposals": null, + "starting_proposal_id": "1", + "tally_params": { + "quorum": "0.334000000000000000", + "threshold": "0.500000000000000000", + "veto": "0.334000000000000000" + }, + "votes": null, + "voting_params": { + "voting_period": "172800000000000" + } + }, + "crisis": { + "constant_fee": { + "amount": "1000", + "denom": "atestfet" + } + }, + "bank": { + "send_enabled": true + }, + "genutil": { + "gentxs": [] + }, + "supply": { + "supply": [] + }, "auth": { + "params": { + "max_memo_characters": "256", + "tx_sig_limit": "7", + "tx_size_cost_per_byte": "10", + "sig_verify_cost_ed25519": "590", + "sig_verify_cost_secp256k1": "1000" + }, "accounts": [ { "type": "cosmos-sdk/Account", "value": { - "account_number": "0", "address": "fetch1u4phlv46ztdj2xep3rt9ypghdllyjfc3v34t50", "coins": [ { - "amount": "1000000000000000000", - "denom": "atestfet" + "denom": "atestfet", + "amount": "1000000000000000000" } ], "public_key": null, + "account_number": "0", "sequence": "0" } }, { "type": "cosmos-sdk/Account", "value": { - "account_number": "0", "address": "fetch1r8hrxwe82ejurr2eymfufhza5jj95msmahau68", "coins": [ { - "amount": "1000000000000000000", - "denom": "atestfet" + "denom": "atestfet", + "amount": "1000000000000000000" } ], "public_key": null, + "account_number": "0", "sequence": "0" } }, { "type": "cosmos-sdk/Account", "value": { - "account_number": "0", "address": "fetch18t3fcx50m0r8lzfwfp2rgtdp442l5z3zapzvhd", "coins": [ { - "amount": "10000000000000000000", - "denom": "atestfet" + "denom": "atestfet", + "amount": "10000000000000000000" } ], "public_key": null, + "account_number": "0", "sequence": "0" } }, { "type": "cosmos-sdk/Account", "value": { - "account_number": "0", "address": "fetch1azqx48eqjjvu7y8335s6p7hfgckpsa8mvgyezp", "coins": [ { - "amount": "1000000000000000000", - "denom": "atestfet" + "denom": "atestfet", + "amount": "1000000000000000000" } ], "public_key": null, + "account_number": "0", "sequence": "0" } }, { "type": "cosmos-sdk/Account", "value": { - "account_number": "0", "address": "fetch1ujslvlkw4p49yv4hvmc6mdn6wj32k4nc9twn0p", "coins": [ { - "amount": "1000000000000000000", - "denom": "atestfet" + "denom": "atestfet", + "amount": "1000000000000000000" } ], "public_key": null, + "account_number": "0", + "sequence": "0" + } + }, + { + "type": "cosmos-sdk/Account", + "value": { + "address": "fetch16254fzc4yzuassvg08fffw8u6dxvf28fv9dnnx", + "coins": [ + { + "denom": "atestfet", + "amount": "1000000000000000000" + } + ], + "public_key": null, + "account_number": "0", "sequence": "0" } } - ], - "params": { - "max_memo_characters": "256", - "sig_verify_cost_ed25519": "590", - "sig_verify_cost_secp256k1": "1000", - "tx_sig_limit": "7", - "tx_size_cost_per_byte": "10" - } - }, - "bank": { - "send_enabled": true + ] }, - "crisis": { - "constant_fee": { - "amount": "1000", - "denom": "atestfet" + "mint": { + "minter": { + "annual_provisions": "0.000000000000000000", + "inflation": "0.030000000000000000" + }, + "params": { + "blocks_per_year": "6311520", + "inflation_rate": "0.030000000000000000", + "mint_denom": "atestfet" } }, "distribution": { @@ -114,117 +239,7 @@ "validator_current_rewards": [], "validator_historical_rewards": [], "validator_slash_events": [] - }, - "evidence": { - "evidence": [], - "params": { - "max_evidence_age": "120000000000" - } - }, - "genutil": { - "gentxs": [] - }, - "gov": { - "deposit_params": { - "max_deposit_period": "172800000000000", - "min_deposit": [ - { - "amount": "10000000000000000000", - "denom": "atestfet" - } - ] - }, - "deposits": null, - "proposals": null, - "starting_proposal_id": "1", - "tally_params": { - "quorum": "0.334000000000000000", - "threshold": "0.500000000000000000", - "veto": "0.334000000000000000" - }, - "votes": null, - "voting_params": { - "voting_period": "172800000000000" - } - }, - "mint": { - "minter": { - "annual_provisions": "0.000000000000000000", - "inflation": "0.030000000000000000" - }, - "params": { - "blocks_per_year": "6311520", - "inflation_rate": "0.030000000000000000", - "mint_denom": "atestfet" - } - }, - "params": null, - "slashing": { - "missed_blocks": {}, - "params": { - "downtime_jail_duration": "600000000000", - "min_signed_per_window": "0.500000000000000000", - "signed_blocks_window": "100", - "slash_fraction_beacon_inactivty": "0.000000000000000000", - "slash_fraction_dkg_failure": "0.000000000000000000", - "slash_fraction_double_sign": "0.050000000000000000", - "slash_fraction_downtime": "0.010000000000000000" - }, - "signing_infos": {} - }, - "staking": { - "delegations": null, - "exported": false, - "last_total_power": "0", - "last_validator_powers": null, - "params": { - "bond_denom": "atestfet", - "historical_entries": 0, - "max_entries": 7, - "max_validators": 100, - "min_self_delegation": "1000000000000000000", - "unbonding_time": "1814400000000000" - }, - "redelegations": null, - "unbonding_delegations": null, - "validators": null - }, - "supply": { - "supply": [] - }, - "upgrade": {}, - "wasm": { - "params": { - "code_upload_access": { - "permission": "Everybody" - }, - "instantiate_default_permission": "Everybody" - } - } - }, - "chain_id": "prelaunch-1", - "consensus_params": { - "block": { - "max_bytes": "22020096", - "max_gas": "-1", - "time_iota_ms": "1000" - }, - "entropy": { - "aeon_length": "100", - "inactivity_window_size": "100", - "required_activity_percentage": "50", - "slashing_threshold_percentage": "50" - }, - "evidence": { - "max_age_duration": "172800000000000", - "max_age_num_blocks": "100000" - }, - "validator": { - "pub_key_types": [ - "ed25519" - ] } }, - "entropy": "", - "genesis_time": "2021-03-24T15:00:00Z" -} + "entropy": "" +} \ No newline at end of file diff --git a/config/gentx/gentx-71c8026d2fce69770842108d75e88714a514399e.json b/config/gentx/gentx-71c8026d2fce69770842108d75e88714a514399e.json new file mode 100644 index 0000000..331f8f1 --- /dev/null +++ b/config/gentx/gentx-71c8026d2fce69770842108d75e88714a514399e.json @@ -0,0 +1 @@ +{"type":"cosmos-sdk/StdTx","value":{"msg":[{"type":"cosmos-sdk/MsgCreateValidator","value":{"description":{"moniker":"ubuntu-4gb-nbg1-1","identity":"","website":"","security_contact":"","details":""},"commission":{"rate":"0.100000000000000000","max_rate":"0.200000000000000000","max_change_rate":"0.010000000000000000"},"min_self_delegation":"1000000000000000000","delegator_address":"fetch16254fzc4yzuassvg08fffw8u6dxvf28fv9dnnx","validator_address":"fetchvaloper16254fzc4yzuassvg08fffw8u6dxvf28ffpjsqp","pubkey":"fetchvalconspub1zcjduepqd7aq9pqp48sg5glnpy8s7qp5749ek6qpesz304ykv946kdadmwgs9fwzps","value":{"denom":"atestfet","amount":"1000000000000000000"}}}],"fee":{"amount":[],"gas":"200000"},"signatures":[{"pub_key":{"type":"tendermint/PubKeySecp256k1","value":"AxzQiZ7YJy87CbguUBNvoRLxA1TSV3aqXXriv/7fmV93"},"signature":"4PExBkvt8jEDWIsYFddfaVdX8vquBGzBEjX2gaK0Vl4kldtq/eT7iVmbpax7d4rmN8gOGuNZJKwcWuGrqR8xqw=="}],"memo":"71c8026d2fce69770842108d75e88714a514399e@157.90.234.129:26656"}} From f99e85bc59103e9952f53d401c625c4fddb8aaeb Mon Sep 17 00:00:00 2001 From: Flavien Binet Date: Tue, 23 Mar 2021 18:22:08 +0100 Subject: [PATCH 09/25] sort genesis --- config/genesis.json | 290 ++++++++++++++++++++++---------------------- 1 file changed, 145 insertions(+), 145 deletions(-) diff --git a/config/genesis.json b/config/genesis.json index f7b9567..d832a8d 100644 --- a/config/genesis.json +++ b/config/genesis.json @@ -1,224 +1,114 @@ { - "genesis_time": "2021-03-24T15:00:00Z", - "chain_id": "prelaunch-1", - "consensus_params": { - "block": { - "max_bytes": "22020096", - "max_gas": "-1", - "time_iota_ms": "1000" - }, - "evidence": { - "max_age_num_blocks": "100000", - "max_age_duration": "172800000000000" - }, - "validator": { - "pub_key_types": [ - "ed25519" - ] - }, - "entropy": { - "aeon_length": "100", - "inactivity_window_size": "100", - "required_activity_percentage": "50", - "slashing_threshold_percentage": "50" - } - }, "app_hash": "", "app_state": { - "evidence": { - "evidence": [], - "params": { - "max_evidence_age": "120000000000" - } - }, - "wasm": { - "params": { - "code_upload_access": { - "permission": "Everybody" - }, - "instantiate_default_permission": "Everybody" - } - }, - "params": null, - "slashing": { - "missed_blocks": {}, - "params": { - "downtime_jail_duration": "600000000000", - "min_signed_per_window": "0.500000000000000000", - "signed_blocks_window": "100", - "slash_fraction_beacon_inactivty": "0.000000000000000000", - "slash_fraction_dkg_failure": "0.000000000000000000", - "slash_fraction_double_sign": "0.050000000000000000", - "slash_fraction_downtime": "0.010000000000000000" - }, - "signing_infos": {} - }, - "upgrade": {}, - "staking": { - "delegations": null, - "exported": false, - "last_total_power": "0", - "last_validator_powers": null, - "params": { - "bond_denom": "atestfet", - "historical_entries": 0, - "max_entries": 7, - "max_validators": 100, - "min_self_delegation": "1000000000000000000", - "unbonding_time": "1814400000000000" - }, - "redelegations": null, - "unbonding_delegations": null, - "validators": null - }, - "gov": { - "deposit_params": { - "max_deposit_period": "172800000000000", - "min_deposit": [ - { - "amount": "10000000000000000000", - "denom": "atestfet" - } - ] - }, - "deposits": null, - "proposals": null, - "starting_proposal_id": "1", - "tally_params": { - "quorum": "0.334000000000000000", - "threshold": "0.500000000000000000", - "veto": "0.334000000000000000" - }, - "votes": null, - "voting_params": { - "voting_period": "172800000000000" - } - }, - "crisis": { - "constant_fee": { - "amount": "1000", - "denom": "atestfet" - } - }, - "bank": { - "send_enabled": true - }, - "genutil": { - "gentxs": [] - }, - "supply": { - "supply": [] - }, "auth": { - "params": { - "max_memo_characters": "256", - "tx_sig_limit": "7", - "tx_size_cost_per_byte": "10", - "sig_verify_cost_ed25519": "590", - "sig_verify_cost_secp256k1": "1000" - }, "accounts": [ { "type": "cosmos-sdk/Account", "value": { + "account_number": "0", "address": "fetch1u4phlv46ztdj2xep3rt9ypghdllyjfc3v34t50", "coins": [ { - "denom": "atestfet", - "amount": "1000000000000000000" + "amount": "1000000000000000000", + "denom": "atestfet" } ], "public_key": null, - "account_number": "0", "sequence": "0" } }, { "type": "cosmos-sdk/Account", "value": { + "account_number": "0", "address": "fetch1r8hrxwe82ejurr2eymfufhza5jj95msmahau68", "coins": [ { - "denom": "atestfet", - "amount": "1000000000000000000" + "amount": "1000000000000000000", + "denom": "atestfet" } ], "public_key": null, - "account_number": "0", "sequence": "0" } }, { "type": "cosmos-sdk/Account", "value": { + "account_number": "0", "address": "fetch18t3fcx50m0r8lzfwfp2rgtdp442l5z3zapzvhd", "coins": [ { - "denom": "atestfet", - "amount": "10000000000000000000" + "amount": "10000000000000000000", + "denom": "atestfet" } ], "public_key": null, - "account_number": "0", "sequence": "0" } }, { "type": "cosmos-sdk/Account", "value": { + "account_number": "0", "address": "fetch1azqx48eqjjvu7y8335s6p7hfgckpsa8mvgyezp", "coins": [ { - "denom": "atestfet", - "amount": "1000000000000000000" + "amount": "1000000000000000000", + "denom": "atestfet" } ], "public_key": null, - "account_number": "0", "sequence": "0" } }, { "type": "cosmos-sdk/Account", "value": { + "account_number": "0", "address": "fetch1ujslvlkw4p49yv4hvmc6mdn6wj32k4nc9twn0p", "coins": [ { - "denom": "atestfet", - "amount": "1000000000000000000" + "amount": "1000000000000000000", + "denom": "atestfet" } ], "public_key": null, - "account_number": "0", "sequence": "0" } }, { "type": "cosmos-sdk/Account", "value": { + "account_number": "0", "address": "fetch16254fzc4yzuassvg08fffw8u6dxvf28fv9dnnx", "coins": [ { - "denom": "atestfet", - "amount": "1000000000000000000" + "amount": "1000000000000000000", + "denom": "atestfet" } ], "public_key": null, - "account_number": "0", "sequence": "0" } } - ] - }, - "mint": { - "minter": { - "annual_provisions": "0.000000000000000000", - "inflation": "0.030000000000000000" - }, + ], "params": { - "blocks_per_year": "6311520", - "inflation_rate": "0.030000000000000000", - "mint_denom": "atestfet" + "max_memo_characters": "256", + "sig_verify_cost_ed25519": "590", + "sig_verify_cost_secp256k1": "1000", + "tx_sig_limit": "7", + "tx_size_cost_per_byte": "10" + } + }, + "bank": { + "send_enabled": true + }, + "crisis": { + "constant_fee": { + "amount": "1000", + "denom": "atestfet" } }, "distribution": { @@ -239,7 +129,117 @@ "validator_current_rewards": [], "validator_historical_rewards": [], "validator_slash_events": [] + }, + "evidence": { + "evidence": [], + "params": { + "max_evidence_age": "120000000000" + } + }, + "genutil": { + "gentxs": [] + }, + "gov": { + "deposit_params": { + "max_deposit_period": "172800000000000", + "min_deposit": [ + { + "amount": "10000000000000000000", + "denom": "atestfet" + } + ] + }, + "deposits": null, + "proposals": null, + "starting_proposal_id": "1", + "tally_params": { + "quorum": "0.334000000000000000", + "threshold": "0.500000000000000000", + "veto": "0.334000000000000000" + }, + "votes": null, + "voting_params": { + "voting_period": "172800000000000" + } + }, + "mint": { + "minter": { + "annual_provisions": "0.000000000000000000", + "inflation": "0.030000000000000000" + }, + "params": { + "blocks_per_year": "6311520", + "inflation_rate": "0.030000000000000000", + "mint_denom": "atestfet" + } + }, + "params": null, + "slashing": { + "missed_blocks": {}, + "params": { + "downtime_jail_duration": "600000000000", + "min_signed_per_window": "0.500000000000000000", + "signed_blocks_window": "100", + "slash_fraction_beacon_inactivty": "0.000000000000000000", + "slash_fraction_dkg_failure": "0.000000000000000000", + "slash_fraction_double_sign": "0.050000000000000000", + "slash_fraction_downtime": "0.010000000000000000" + }, + "signing_infos": {} + }, + "staking": { + "delegations": null, + "exported": false, + "last_total_power": "0", + "last_validator_powers": null, + "params": { + "bond_denom": "atestfet", + "historical_entries": 0, + "max_entries": 7, + "max_validators": 100, + "min_self_delegation": "1000000000000000000", + "unbonding_time": "1814400000000000" + }, + "redelegations": null, + "unbonding_delegations": null, + "validators": null + }, + "supply": { + "supply": [] + }, + "upgrade": {}, + "wasm": { + "params": { + "code_upload_access": { + "permission": "Everybody" + }, + "instantiate_default_permission": "Everybody" + } + } + }, + "chain_id": "prelaunch-1", + "consensus_params": { + "block": { + "max_bytes": "22020096", + "max_gas": "-1", + "time_iota_ms": "1000" + }, + "entropy": { + "aeon_length": "100", + "inactivity_window_size": "100", + "required_activity_percentage": "50", + "slashing_threshold_percentage": "50" + }, + "evidence": { + "max_age_duration": "172800000000000", + "max_age_num_blocks": "100000" + }, + "validator": { + "pub_key_types": [ + "ed25519" + ] } }, - "entropy": "" -} \ No newline at end of file + "entropy": "", + "genesis_time": "2021-03-24T15:00:00Z" +} From 9394ae95ff5afa2d11af18d6774074fcd03893b9 Mon Sep 17 00:00:00 2001 From: sili-infstones Date: Tue, 23 Mar 2021 20:00:10 +0000 Subject: [PATCH 10/25] infstones gentx --- config/genesis.json | 285 +++++++++--------- ...1a78541b0f6165b9b49755b2a1c6c46661ab0.json | 1 + 2 files changed, 151 insertions(+), 135 deletions(-) create mode 100644 config/gentx/gentx-be31a78541b0f6165b9b49755b2a1c6c46661ab0.json diff --git a/config/genesis.json b/config/genesis.json index d832a8d..4ba03c1 100644 --- a/config/genesis.json +++ b/config/genesis.json @@ -1,177 +1,227 @@ { + "genesis_time": "2021-03-24T15:00:00Z", + "chain_id": "prelaunch-1", + "consensus_params": { + "block": { + "max_bytes": "22020096", + "max_gas": "-1", + "time_iota_ms": "1000" + }, + "evidence": { + "max_age_num_blocks": "100000", + "max_age_duration": "172800000000000" + }, + "validator": { + "pub_key_types": [ + "ed25519" + ] + }, + "entropy": { + "aeon_length": "100", + "inactivity_window_size": "100", + "required_activity_percentage": "50", + "slashing_threshold_percentage": "50" + } + }, "app_hash": "", "app_state": { + "gov": { + "deposit_params": { + "max_deposit_period": "172800000000000", + "min_deposit": [ + { + "amount": "10000000000000000000", + "denom": "atestfet" + } + ] + }, + "deposits": null, + "proposals": null, + "starting_proposal_id": "1", + "tally_params": { + "quorum": "0.334000000000000000", + "threshold": "0.500000000000000000", + "veto": "0.334000000000000000" + }, + "votes": null, + "voting_params": { + "voting_period": "172800000000000" + } + }, + "supply": { + "supply": [] + }, + "bank": { + "send_enabled": true + }, + "mint": { + "minter": { + "annual_provisions": "0.000000000000000000", + "inflation": "0.030000000000000000" + }, + "params": { + "blocks_per_year": "6311520", + "inflation_rate": "0.030000000000000000", + "mint_denom": "atestfet" + } + }, + "wasm": { + "params": { + "code_upload_access": { + "permission": "Everybody" + }, + "instantiate_default_permission": "Everybody" + } + }, + "genutil": { + "gentxs": [] + }, + "evidence": { + "evidence": [], + "params": { + "max_evidence_age": "120000000000" + } + }, + "distribution": { + "delegator_starting_infos": [], + "delegator_withdraw_infos": [], + "fee_pool": { + "community_pool": [] + }, + "outstanding_rewards": [], + "params": { + "base_proposer_reward": "0.010000000000000000", + "bonus_proposer_reward": "0.040000000000000000", + "community_tax": "0.020000000000000000", + "withdraw_addr_enabled": true + }, + "previous_proposer": "", + "validator_accumulated_commissions": [], + "validator_current_rewards": [], + "validator_historical_rewards": [], + "validator_slash_events": [] + }, + "crisis": { + "constant_fee": { + "amount": "1000", + "denom": "atestfet" + } + }, "auth": { + "params": { + "max_memo_characters": "256", + "tx_sig_limit": "7", + "tx_size_cost_per_byte": "10", + "sig_verify_cost_ed25519": "590", + "sig_verify_cost_secp256k1": "1000" + }, "accounts": [ { "type": "cosmos-sdk/Account", "value": { - "account_number": "0", "address": "fetch1u4phlv46ztdj2xep3rt9ypghdllyjfc3v34t50", "coins": [ { - "amount": "1000000000000000000", - "denom": "atestfet" + "denom": "atestfet", + "amount": "1000000000000000000" } ], "public_key": null, + "account_number": "0", "sequence": "0" } }, { "type": "cosmos-sdk/Account", "value": { - "account_number": "0", "address": "fetch1r8hrxwe82ejurr2eymfufhza5jj95msmahau68", "coins": [ { - "amount": "1000000000000000000", - "denom": "atestfet" + "denom": "atestfet", + "amount": "1000000000000000000" } ], "public_key": null, + "account_number": "0", "sequence": "0" } }, { "type": "cosmos-sdk/Account", "value": { - "account_number": "0", "address": "fetch18t3fcx50m0r8lzfwfp2rgtdp442l5z3zapzvhd", "coins": [ { - "amount": "10000000000000000000", - "denom": "atestfet" + "denom": "atestfet", + "amount": "10000000000000000000" } ], "public_key": null, + "account_number": "0", "sequence": "0" } }, { "type": "cosmos-sdk/Account", "value": { - "account_number": "0", "address": "fetch1azqx48eqjjvu7y8335s6p7hfgckpsa8mvgyezp", "coins": [ { - "amount": "1000000000000000000", - "denom": "atestfet" + "denom": "atestfet", + "amount": "1000000000000000000" } ], "public_key": null, + "account_number": "0", "sequence": "0" } }, { "type": "cosmos-sdk/Account", "value": { - "account_number": "0", "address": "fetch1ujslvlkw4p49yv4hvmc6mdn6wj32k4nc9twn0p", "coins": [ { - "amount": "1000000000000000000", - "denom": "atestfet" + "denom": "atestfet", + "amount": "1000000000000000000" } ], "public_key": null, + "account_number": "0", "sequence": "0" } }, { "type": "cosmos-sdk/Account", "value": { - "account_number": "0", "address": "fetch16254fzc4yzuassvg08fffw8u6dxvf28fv9dnnx", "coins": [ { - "amount": "1000000000000000000", - "denom": "atestfet" + "denom": "atestfet", + "amount": "1000000000000000000" } ], "public_key": null, + "account_number": "0", "sequence": "0" } - } - ], - "params": { - "max_memo_characters": "256", - "sig_verify_cost_ed25519": "590", - "sig_verify_cost_secp256k1": "1000", - "tx_sig_limit": "7", - "tx_size_cost_per_byte": "10" - } - }, - "bank": { - "send_enabled": true - }, - "crisis": { - "constant_fee": { - "amount": "1000", - "denom": "atestfet" - } - }, - "distribution": { - "delegator_starting_infos": [], - "delegator_withdraw_infos": [], - "fee_pool": { - "community_pool": [] - }, - "outstanding_rewards": [], - "params": { - "base_proposer_reward": "0.010000000000000000", - "bonus_proposer_reward": "0.040000000000000000", - "community_tax": "0.020000000000000000", - "withdraw_addr_enabled": true - }, - "previous_proposer": "", - "validator_accumulated_commissions": [], - "validator_current_rewards": [], - "validator_historical_rewards": [], - "validator_slash_events": [] - }, - "evidence": { - "evidence": [], - "params": { - "max_evidence_age": "120000000000" - } - }, - "genutil": { - "gentxs": [] - }, - "gov": { - "deposit_params": { - "max_deposit_period": "172800000000000", - "min_deposit": [ - { - "amount": "10000000000000000000", - "denom": "atestfet" + }, + { + "type": "cosmos-sdk/Account", + "value": { + "address": "fetch13zc59un6v5vyfyvfud606zccgvarnc98932sqg", + "coins": [ + { + "denom": "atestfet", + "amount": "10000000000000000000" + } + ], + "public_key": null, + "account_number": "0", + "sequence": "0" } - ] - }, - "deposits": null, - "proposals": null, - "starting_proposal_id": "1", - "tally_params": { - "quorum": "0.334000000000000000", - "threshold": "0.500000000000000000", - "veto": "0.334000000000000000" - }, - "votes": null, - "voting_params": { - "voting_period": "172800000000000" - } - }, - "mint": { - "minter": { - "annual_provisions": "0.000000000000000000", - "inflation": "0.030000000000000000" - }, - "params": { - "blocks_per_year": "6311520", - "inflation_rate": "0.030000000000000000", - "mint_denom": "atestfet" - } + } + ] }, "params": null, "slashing": { @@ -204,42 +254,7 @@ "unbonding_delegations": null, "validators": null }, - "supply": { - "supply": [] - }, - "upgrade": {}, - "wasm": { - "params": { - "code_upload_access": { - "permission": "Everybody" - }, - "instantiate_default_permission": "Everybody" - } - } - }, - "chain_id": "prelaunch-1", - "consensus_params": { - "block": { - "max_bytes": "22020096", - "max_gas": "-1", - "time_iota_ms": "1000" - }, - "entropy": { - "aeon_length": "100", - "inactivity_window_size": "100", - "required_activity_percentage": "50", - "slashing_threshold_percentage": "50" - }, - "evidence": { - "max_age_duration": "172800000000000", - "max_age_num_blocks": "100000" - }, - "validator": { - "pub_key_types": [ - "ed25519" - ] - } + "upgrade": {} }, - "entropy": "", - "genesis_time": "2021-03-24T15:00:00Z" -} + "entropy": "" +} \ No newline at end of file diff --git a/config/gentx/gentx-be31a78541b0f6165b9b49755b2a1c6c46661ab0.json b/config/gentx/gentx-be31a78541b0f6165b9b49755b2a1c6c46661ab0.json new file mode 100644 index 0000000..2fb09a3 --- /dev/null +++ b/config/gentx/gentx-be31a78541b0f6165b9b49755b2a1c6c46661ab0.json @@ -0,0 +1 @@ +{"type":"cosmos-sdk/StdTx","value":{"msg":[{"type":"cosmos-sdk/MsgCreateValidator","value":{"description":{"moniker":"ip-172-2-0-230","identity":"","website":"","security_contact":"","details":""},"commission":{"rate":"0.100000000000000000","max_rate":"0.200000000000000000","max_change_rate":"0.010000000000000000"},"min_self_delegation":"1000000000000000000","delegator_address":"fetch13zc59un6v5vyfyvfud606zccgvarnc98932sqg","validator_address":"fetchvaloper13zc59un6v5vyfyvfud606zccgvarnc98q44nn0","pubkey":"fetchvalconspub1zcjduepqagm9vpafl77aelwxq5yp65c4pdw5zztqy0d3h0amdvsfvzxz2has0cn6wh","value":{"denom":"atestfet","amount":"10000000000000000000"}}}],"fee":{"amount":[],"gas":"200000"},"signatures":[{"pub_key":{"type":"tendermint/PubKeySecp256k1","value":"AnS2hrCDRLIR7LlyaHEwOuD4vWApLANdxu5xwE49Y83/"},"signature":"WB9VHauSJumaCnblW9oce0cFVsjstzCCZIsHJn2HKecKNkPLRL0waqSkwLRLD3Z9OZSXMQUBH3Fi/Zo4kr/DYQ=="}],"memo":"be31a78541b0f6165b9b49755b2a1c6c46661ab0@172.2.0.230:26656"}} From b91832d8cb21326a38d384255e45e87a1dd4cca7 Mon Sep 17 00:00:00 2001 From: Sebastian Mastropiero Date: Tue, 23 Mar 2021 21:43:42 +0100 Subject: [PATCH 11/25] AltoStake gentx --- config/genesis.json | 227 ++++++++++-------- ...87060d792aa4026c5275c5e8f08b909c94d6b.json | 1 + 2 files changed, 122 insertions(+), 106 deletions(-) create mode 100644 config/gentx/gentx-11687060d792aa4026c5275c5e8f08b909c94d6b.json diff --git a/config/genesis.json b/config/genesis.json index d832a8d..e5e2947 100644 --- a/config/genesis.json +++ b/config/genesis.json @@ -1,144 +1,198 @@ { + "genesis_time": "2021-03-24T15:00:00Z", + "chain_id": "prelaunch-1", + "consensus_params": { + "block": { + "max_bytes": "22020096", + "max_gas": "-1", + "time_iota_ms": "1000" + }, + "evidence": { + "max_age_num_blocks": "100000", + "max_age_duration": "172800000000000" + }, + "validator": { + "pub_key_types": [ + "ed25519" + ] + }, + "entropy": { + "aeon_length": "100", + "inactivity_window_size": "100", + "required_activity_percentage": "50", + "slashing_threshold_percentage": "50" + } + }, "app_hash": "", "app_state": { + "bank": { + "send_enabled": true + }, + "genutil": { + "gentxs": [] + }, + "supply": { + "supply": [] + }, + "staking": { + "delegations": null, + "exported": false, + "last_total_power": "0", + "last_validator_powers": null, + "params": { + "bond_denom": "atestfet", + "historical_entries": 0, + "max_entries": 7, + "max_validators": 100, + "min_self_delegation": "1000000000000000000", + "unbonding_time": "1814400000000000" + }, + "redelegations": null, + "unbonding_delegations": null, + "validators": null + }, "auth": { + "params": { + "max_memo_characters": "256", + "tx_sig_limit": "7", + "tx_size_cost_per_byte": "10", + "sig_verify_cost_ed25519": "590", + "sig_verify_cost_secp256k1": "1000" + }, "accounts": [ { "type": "cosmos-sdk/Account", "value": { - "account_number": "0", "address": "fetch1u4phlv46ztdj2xep3rt9ypghdllyjfc3v34t50", "coins": [ { - "amount": "1000000000000000000", - "denom": "atestfet" + "denom": "atestfet", + "amount": "1000000000000000000" } ], "public_key": null, + "account_number": "0", "sequence": "0" } }, { "type": "cosmos-sdk/Account", "value": { - "account_number": "0", "address": "fetch1r8hrxwe82ejurr2eymfufhza5jj95msmahau68", "coins": [ { - "amount": "1000000000000000000", - "denom": "atestfet" + "denom": "atestfet", + "amount": "1000000000000000000" } ], "public_key": null, + "account_number": "0", "sequence": "0" } }, { "type": "cosmos-sdk/Account", "value": { - "account_number": "0", "address": "fetch18t3fcx50m0r8lzfwfp2rgtdp442l5z3zapzvhd", "coins": [ { - "amount": "10000000000000000000", - "denom": "atestfet" + "denom": "atestfet", + "amount": "10000000000000000000" } ], "public_key": null, + "account_number": "0", "sequence": "0" } }, { "type": "cosmos-sdk/Account", "value": { - "account_number": "0", "address": "fetch1azqx48eqjjvu7y8335s6p7hfgckpsa8mvgyezp", "coins": [ { - "amount": "1000000000000000000", - "denom": "atestfet" + "denom": "atestfet", + "amount": "1000000000000000000" } ], "public_key": null, + "account_number": "0", "sequence": "0" } }, { "type": "cosmos-sdk/Account", "value": { - "account_number": "0", "address": "fetch1ujslvlkw4p49yv4hvmc6mdn6wj32k4nc9twn0p", "coins": [ { - "amount": "1000000000000000000", - "denom": "atestfet" + "denom": "atestfet", + "amount": "1000000000000000000" } ], "public_key": null, + "account_number": "0", "sequence": "0" } }, { "type": "cosmos-sdk/Account", "value": { - "account_number": "0", "address": "fetch16254fzc4yzuassvg08fffw8u6dxvf28fv9dnnx", "coins": [ { - "amount": "1000000000000000000", - "denom": "atestfet" + "denom": "atestfet", + "amount": "1000000000000000000" + } + ], + "public_key": null, + "account_number": "0", + "sequence": "0" + } + }, + { + "type": "cosmos-sdk/Account", + "value": { + "address": "fetch1rxfa5hu6wl2624a3fajf4843erv9f0acs2dsnj", + "coins": [ + { + "denom": "atestfet", + "amount": "1000000000000000000" } ], "public_key": null, + "account_number": "0", "sequence": "0" } } - ], - "params": { - "max_memo_characters": "256", - "sig_verify_cost_ed25519": "590", - "sig_verify_cost_secp256k1": "1000", - "tx_sig_limit": "7", - "tx_size_cost_per_byte": "10" - } + ] }, - "bank": { - "send_enabled": true + "slashing": { + "missed_blocks": {}, + "params": { + "downtime_jail_duration": "600000000000", + "min_signed_per_window": "0.500000000000000000", + "signed_blocks_window": "100", + "slash_fraction_beacon_inactivty": "0.000000000000000000", + "slash_fraction_dkg_failure": "0.000000000000000000", + "slash_fraction_double_sign": "0.050000000000000000", + "slash_fraction_downtime": "0.010000000000000000" + }, + "signing_infos": {} }, + "params": null, "crisis": { "constant_fee": { "amount": "1000", "denom": "atestfet" } }, - "distribution": { - "delegator_starting_infos": [], - "delegator_withdraw_infos": [], - "fee_pool": { - "community_pool": [] - }, - "outstanding_rewards": [], - "params": { - "base_proposer_reward": "0.010000000000000000", - "bonus_proposer_reward": "0.040000000000000000", - "community_tax": "0.020000000000000000", - "withdraw_addr_enabled": true - }, - "previous_proposer": "", - "validator_accumulated_commissions": [], - "validator_current_rewards": [], - "validator_historical_rewards": [], - "validator_slash_events": [] - }, "evidence": { "evidence": [], "params": { "max_evidence_age": "120000000000" } }, - "genutil": { - "gentxs": [] - }, "gov": { "deposit_params": { "max_deposit_period": "172800000000000", @@ -173,39 +227,24 @@ "mint_denom": "atestfet" } }, - "params": null, - "slashing": { - "missed_blocks": {}, - "params": { - "downtime_jail_duration": "600000000000", - "min_signed_per_window": "0.500000000000000000", - "signed_blocks_window": "100", - "slash_fraction_beacon_inactivty": "0.000000000000000000", - "slash_fraction_dkg_failure": "0.000000000000000000", - "slash_fraction_double_sign": "0.050000000000000000", - "slash_fraction_downtime": "0.010000000000000000" + "distribution": { + "delegator_starting_infos": [], + "delegator_withdraw_infos": [], + "fee_pool": { + "community_pool": [] }, - "signing_infos": {} - }, - "staking": { - "delegations": null, - "exported": false, - "last_total_power": "0", - "last_validator_powers": null, + "outstanding_rewards": [], "params": { - "bond_denom": "atestfet", - "historical_entries": 0, - "max_entries": 7, - "max_validators": 100, - "min_self_delegation": "1000000000000000000", - "unbonding_time": "1814400000000000" + "base_proposer_reward": "0.010000000000000000", + "bonus_proposer_reward": "0.040000000000000000", + "community_tax": "0.020000000000000000", + "withdraw_addr_enabled": true }, - "redelegations": null, - "unbonding_delegations": null, - "validators": null - }, - "supply": { - "supply": [] + "previous_proposer": "", + "validator_accumulated_commissions": [], + "validator_current_rewards": [], + "validator_historical_rewards": [], + "validator_slash_events": [] }, "upgrade": {}, "wasm": { @@ -217,29 +256,5 @@ } } }, - "chain_id": "prelaunch-1", - "consensus_params": { - "block": { - "max_bytes": "22020096", - "max_gas": "-1", - "time_iota_ms": "1000" - }, - "entropy": { - "aeon_length": "100", - "inactivity_window_size": "100", - "required_activity_percentage": "50", - "slashing_threshold_percentage": "50" - }, - "evidence": { - "max_age_duration": "172800000000000", - "max_age_num_blocks": "100000" - }, - "validator": { - "pub_key_types": [ - "ed25519" - ] - } - }, - "entropy": "", - "genesis_time": "2021-03-24T15:00:00Z" -} + "entropy": "" +} \ No newline at end of file diff --git a/config/gentx/gentx-11687060d792aa4026c5275c5e8f08b909c94d6b.json b/config/gentx/gentx-11687060d792aa4026c5275c5e8f08b909c94d6b.json new file mode 100644 index 0000000..c6748e4 --- /dev/null +++ b/config/gentx/gentx-11687060d792aa4026c5275c5e8f08b909c94d6b.json @@ -0,0 +1 @@ +{"type":"cosmos-sdk/StdTx","value":{"msg":[{"type":"cosmos-sdk/MsgCreateValidator","value":{"description":{"moniker":"Debian-107-buster-64-minimal","identity":"","website":"","security_contact":"","details":""},"commission":{"rate":"0.100000000000000000","max_rate":"0.200000000000000000","max_change_rate":"0.010000000000000000"},"min_self_delegation":"1000000000000000000","delegator_address":"fetch1rxfa5hu6wl2624a3fajf4843erv9f0acs2dsnj","validator_address":"fetchvaloper1rxfa5hu6wl2624a3fajf4843erv9f0ac4wjnq4","pubkey":"fetchvalconspub1zcjduepqdajudrwl33s923j2ca7yeugg362qpn5z4fumqm4w0v9ugfjy76fqcjndkd","value":{"denom":"atestfet","amount":"1000000000000000000"}}}],"fee":{"amount":[],"gas":"200000"},"signatures":[{"pub_key":{"type":"tendermint/PubKeySecp256k1","value":"Al2txFnRvyVLGFGa4Mj703EaZlLsTe8DA+xpJ3bf89DU"},"signature":"f0YDEVN9t2yAYMm/U9Cwvh5GJCn5LvK8Bq4Rv7nu75sJzRfAtHLabzev+tE+2qqrkSuqdIP9gf5J1Ractj7IIQ=="}],"memo":"11687060d792aa4026c5275c5e8f08b909c94d6b@94.130.65.29:26656"}} From 7f57eb241f0a769546fd0f7045b14df957eb4476 Mon Sep 17 00:00:00 2001 From: Aron van Ammers Date: Tue, 23 Mar 2021 22:14:16 +0100 Subject: [PATCH 12/25] ovtest1 gentx --- config/genesis.json | 345 +++++++++--------- ...34ca67e2465787b5aae51d15a71d5df8ad010.json | 1 + 2 files changed, 181 insertions(+), 165 deletions(-) create mode 100644 config/gentx/gentx-3f334ca67e2465787b5aae51d15a71d5df8ad010.json diff --git a/config/genesis.json b/config/genesis.json index d832a8d..727e3f4 100644 --- a/config/genesis.json +++ b/config/genesis.json @@ -1,245 +1,260 @@ { + "genesis_time": "2021-03-24T15:00:00Z", + "chain_id": "prelaunch-1", + "consensus_params": { + "block": { + "max_bytes": "22020096", + "max_gas": "-1", + "time_iota_ms": "1000" + }, + "evidence": { + "max_age_num_blocks": "100000", + "max_age_duration": "172800000000000" + }, + "validator": { + "pub_key_types": [ + "ed25519" + ] + }, + "entropy": { + "aeon_length": "100", + "inactivity_window_size": "100", + "required_activity_percentage": "50", + "slashing_threshold_percentage": "50" + } + }, "app_hash": "", "app_state": { + "mint": { + "minter": { + "annual_provisions": "0.000000000000000000", + "inflation": "0.030000000000000000" + }, + "params": { + "blocks_per_year": "6311520", + "inflation_rate": "0.030000000000000000", + "mint_denom": "atestfet" + } + }, + "crisis": { + "constant_fee": { + "amount": "1000", + "denom": "atestfet" + } + }, + "evidence": { + "evidence": [], + "params": { + "max_evidence_age": "120000000000" + } + }, + "staking": { + "delegations": null, + "exported": false, + "last_total_power": "0", + "last_validator_powers": null, + "params": { + "bond_denom": "atestfet", + "historical_entries": 0, + "max_entries": 7, + "max_validators": 100, + "min_self_delegation": "1000000000000000000", + "unbonding_time": "1814400000000000" + }, + "redelegations": null, + "unbonding_delegations": null, + "validators": null + }, + "distribution": { + "delegator_starting_infos": [], + "delegator_withdraw_infos": [], + "fee_pool": { + "community_pool": [] + }, + "outstanding_rewards": [], + "params": { + "base_proposer_reward": "0.010000000000000000", + "bonus_proposer_reward": "0.040000000000000000", + "community_tax": "0.020000000000000000", + "withdraw_addr_enabled": true + }, + "previous_proposer": "", + "validator_accumulated_commissions": [], + "validator_current_rewards": [], + "validator_historical_rewards": [], + "validator_slash_events": [] + }, + "bank": { + "send_enabled": true + }, + "supply": { + "supply": [] + }, + "params": null, + "upgrade": {}, + "wasm": { + "params": { + "code_upload_access": { + "permission": "Everybody" + }, + "instantiate_default_permission": "Everybody" + } + }, + "slashing": { + "missed_blocks": {}, + "params": { + "downtime_jail_duration": "600000000000", + "min_signed_per_window": "0.500000000000000000", + "signed_blocks_window": "100", + "slash_fraction_beacon_inactivty": "0.000000000000000000", + "slash_fraction_dkg_failure": "0.000000000000000000", + "slash_fraction_double_sign": "0.050000000000000000", + "slash_fraction_downtime": "0.010000000000000000" + }, + "signing_infos": {} + }, + "genutil": { + "gentxs": [] + }, + "gov": { + "deposit_params": { + "max_deposit_period": "172800000000000", + "min_deposit": [ + { + "amount": "10000000000000000000", + "denom": "atestfet" + } + ] + }, + "deposits": null, + "proposals": null, + "starting_proposal_id": "1", + "tally_params": { + "quorum": "0.334000000000000000", + "threshold": "0.500000000000000000", + "veto": "0.334000000000000000" + }, + "votes": null, + "voting_params": { + "voting_period": "172800000000000" + } + }, "auth": { + "params": { + "max_memo_characters": "256", + "tx_sig_limit": "7", + "tx_size_cost_per_byte": "10", + "sig_verify_cost_ed25519": "590", + "sig_verify_cost_secp256k1": "1000" + }, "accounts": [ { "type": "cosmos-sdk/Account", "value": { - "account_number": "0", "address": "fetch1u4phlv46ztdj2xep3rt9ypghdllyjfc3v34t50", "coins": [ { - "amount": "1000000000000000000", - "denom": "atestfet" + "denom": "atestfet", + "amount": "1000000000000000000" } ], "public_key": null, + "account_number": "0", "sequence": "0" } }, { "type": "cosmos-sdk/Account", "value": { - "account_number": "0", "address": "fetch1r8hrxwe82ejurr2eymfufhza5jj95msmahau68", "coins": [ { - "amount": "1000000000000000000", - "denom": "atestfet" + "denom": "atestfet", + "amount": "1000000000000000000" } ], "public_key": null, + "account_number": "0", "sequence": "0" } }, { "type": "cosmos-sdk/Account", "value": { - "account_number": "0", "address": "fetch18t3fcx50m0r8lzfwfp2rgtdp442l5z3zapzvhd", "coins": [ { - "amount": "10000000000000000000", - "denom": "atestfet" + "denom": "atestfet", + "amount": "10000000000000000000" } ], "public_key": null, + "account_number": "0", "sequence": "0" } }, { "type": "cosmos-sdk/Account", "value": { - "account_number": "0", "address": "fetch1azqx48eqjjvu7y8335s6p7hfgckpsa8mvgyezp", "coins": [ { - "amount": "1000000000000000000", - "denom": "atestfet" + "denom": "atestfet", + "amount": "1000000000000000000" } ], "public_key": null, + "account_number": "0", "sequence": "0" } }, { "type": "cosmos-sdk/Account", "value": { - "account_number": "0", "address": "fetch1ujslvlkw4p49yv4hvmc6mdn6wj32k4nc9twn0p", "coins": [ { - "amount": "1000000000000000000", - "denom": "atestfet" + "denom": "atestfet", + "amount": "1000000000000000000" } ], "public_key": null, + "account_number": "0", "sequence": "0" } }, { "type": "cosmos-sdk/Account", "value": { - "account_number": "0", "address": "fetch16254fzc4yzuassvg08fffw8u6dxvf28fv9dnnx", "coins": [ { - "amount": "1000000000000000000", - "denom": "atestfet" + "denom": "atestfet", + "amount": "1000000000000000000" } ], "public_key": null, + "account_number": "0", "sequence": "0" } - } - ], - "params": { - "max_memo_characters": "256", - "sig_verify_cost_ed25519": "590", - "sig_verify_cost_secp256k1": "1000", - "tx_sig_limit": "7", - "tx_size_cost_per_byte": "10" - } - }, - "bank": { - "send_enabled": true - }, - "crisis": { - "constant_fee": { - "amount": "1000", - "denom": "atestfet" - } - }, - "distribution": { - "delegator_starting_infos": [], - "delegator_withdraw_infos": [], - "fee_pool": { - "community_pool": [] - }, - "outstanding_rewards": [], - "params": { - "base_proposer_reward": "0.010000000000000000", - "bonus_proposer_reward": "0.040000000000000000", - "community_tax": "0.020000000000000000", - "withdraw_addr_enabled": true - }, - "previous_proposer": "", - "validator_accumulated_commissions": [], - "validator_current_rewards": [], - "validator_historical_rewards": [], - "validator_slash_events": [] - }, - "evidence": { - "evidence": [], - "params": { - "max_evidence_age": "120000000000" - } - }, - "genutil": { - "gentxs": [] - }, - "gov": { - "deposit_params": { - "max_deposit_period": "172800000000000", - "min_deposit": [ - { - "amount": "10000000000000000000", - "denom": "atestfet" - } - ] - }, - "deposits": null, - "proposals": null, - "starting_proposal_id": "1", - "tally_params": { - "quorum": "0.334000000000000000", - "threshold": "0.500000000000000000", - "veto": "0.334000000000000000" - }, - "votes": null, - "voting_params": { - "voting_period": "172800000000000" - } - }, - "mint": { - "minter": { - "annual_provisions": "0.000000000000000000", - "inflation": "0.030000000000000000" - }, - "params": { - "blocks_per_year": "6311520", - "inflation_rate": "0.030000000000000000", - "mint_denom": "atestfet" - } - }, - "params": null, - "slashing": { - "missed_blocks": {}, - "params": { - "downtime_jail_duration": "600000000000", - "min_signed_per_window": "0.500000000000000000", - "signed_blocks_window": "100", - "slash_fraction_beacon_inactivty": "0.000000000000000000", - "slash_fraction_dkg_failure": "0.000000000000000000", - "slash_fraction_double_sign": "0.050000000000000000", - "slash_fraction_downtime": "0.010000000000000000" - }, - "signing_infos": {} - }, - "staking": { - "delegations": null, - "exported": false, - "last_total_power": "0", - "last_validator_powers": null, - "params": { - "bond_denom": "atestfet", - "historical_entries": 0, - "max_entries": 7, - "max_validators": 100, - "min_self_delegation": "1000000000000000000", - "unbonding_time": "1814400000000000" - }, - "redelegations": null, - "unbonding_delegations": null, - "validators": null - }, - "supply": { - "supply": [] - }, - "upgrade": {}, - "wasm": { - "params": { - "code_upload_access": { - "permission": "Everybody" }, - "instantiate_default_permission": "Everybody" - } - } - }, - "chain_id": "prelaunch-1", - "consensus_params": { - "block": { - "max_bytes": "22020096", - "max_gas": "-1", - "time_iota_ms": "1000" - }, - "entropy": { - "aeon_length": "100", - "inactivity_window_size": "100", - "required_activity_percentage": "50", - "slashing_threshold_percentage": "50" - }, - "evidence": { - "max_age_duration": "172800000000000", - "max_age_num_blocks": "100000" - }, - "validator": { - "pub_key_types": [ - "ed25519" + { + "type": "cosmos-sdk/Account", + "value": { + "address": "fetch13gc9nq7h4k4t3enhfn868qa55anyw5gpy9nw6g", + "coins": [ + { + "denom": "atestfet", + "amount": "2000000000000000000" + } + ], + "public_key": null, + "account_number": "0", + "sequence": "0" + } + } ] } }, - "entropy": "", - "genesis_time": "2021-03-24T15:00:00Z" -} + "entropy": "" +} \ No newline at end of file diff --git a/config/gentx/gentx-3f334ca67e2465787b5aae51d15a71d5df8ad010.json b/config/gentx/gentx-3f334ca67e2465787b5aae51d15a71d5df8ad010.json new file mode 100644 index 0000000..55462bd --- /dev/null +++ b/config/gentx/gentx-3f334ca67e2465787b5aae51d15a71d5df8ad010.json @@ -0,0 +1 @@ +{"type":"cosmos-sdk/StdTx","value":{"msg":[{"type":"cosmos-sdk/MsgCreateValidator","value":{"description":{"moniker":"fetch-bl-val1","identity":"","website":"","security_contact":"","details":""},"commission":{"rate":"0.100000000000000000","max_rate":"0.200000000000000000","max_change_rate":"0.010000000000000000"},"min_self_delegation":"1000000000000000000","delegator_address":"fetch13gc9nq7h4k4t3enhfn868qa55anyw5gpy9nw6g","validator_address":"fetchvaloper13gc9nq7h4k4t3enhfn868qa55anyw5gpppvdf0","pubkey":"fetchvalconspub1zcjduepqdclcxttc528y9ctvzcwc6u2mkmtepgthhppturm2vqz0kvtqg0gsxjxkqs","value":{"denom":"atestfet","amount":"2000000000000000000"}}}],"fee":{"amount":[],"gas":"200000"},"signatures":[{"pub_key":{"type":"tendermint/PubKeySecp256k1","value":"AxVvO+FEB+0qnUxRFFst4pgUznOQUoJVHZ7N3h8Z8u7y"},"signature":"+u1wwHP0j1NH9gfneCeBbYAexuxw/KpZcc5BDJsPVOQC0rwEj4p9iHJmpOsawoOfIVfYNeU66pnzhNN334fTDQ=="}],"memo":"3f334ca67e2465787b5aae51d15a71d5df8ad010@95.216.159.232:26656"}} From 357a46db26ddb0fd0e98ef3cf57fc34ff31f5313 Mon Sep 17 00:00:00 2001 From: Ubuntu Date: Tue, 23 Mar 2021 21:15:06 +0000 Subject: [PATCH 13/25] dan-vcc gentx --- config/genesis.json | 183 ++++++++++-------- ...636830b57e645d52574859745cbfd90cdb17a.json | 1 + 2 files changed, 100 insertions(+), 84 deletions(-) create mode 100644 config/gentx/gentx-78b636830b57e645d52574859745cbfd90cdb17a.json diff --git a/config/genesis.json b/config/genesis.json index d832a8d..7a3c4d5 100644 --- a/config/genesis.json +++ b/config/genesis.json @@ -1,116 +1,167 @@ { + "genesis_time": "2021-03-24T15:00:00Z", + "chain_id": "prelaunch-1", + "consensus_params": { + "block": { + "max_bytes": "22020096", + "max_gas": "-1", + "time_iota_ms": "1000" + }, + "evidence": { + "max_age_num_blocks": "100000", + "max_age_duration": "172800000000000" + }, + "validator": { + "pub_key_types": [ + "ed25519" + ] + }, + "entropy": { + "aeon_length": "100", + "inactivity_window_size": "100", + "required_activity_percentage": "50", + "slashing_threshold_percentage": "50" + } + }, "app_hash": "", "app_state": { + "params": null, + "crisis": { + "constant_fee": { + "amount": "1000", + "denom": "atestfet" + } + }, "auth": { + "params": { + "max_memo_characters": "256", + "tx_sig_limit": "7", + "tx_size_cost_per_byte": "10", + "sig_verify_cost_ed25519": "590", + "sig_verify_cost_secp256k1": "1000" + }, "accounts": [ { "type": "cosmos-sdk/Account", "value": { - "account_number": "0", "address": "fetch1u4phlv46ztdj2xep3rt9ypghdllyjfc3v34t50", "coins": [ { - "amount": "1000000000000000000", - "denom": "atestfet" + "denom": "atestfet", + "amount": "1000000000000000000" } ], "public_key": null, + "account_number": "0", "sequence": "0" } }, { "type": "cosmos-sdk/Account", "value": { - "account_number": "0", "address": "fetch1r8hrxwe82ejurr2eymfufhza5jj95msmahau68", "coins": [ { - "amount": "1000000000000000000", - "denom": "atestfet" + "denom": "atestfet", + "amount": "1000000000000000000" } ], "public_key": null, + "account_number": "0", "sequence": "0" } }, { "type": "cosmos-sdk/Account", "value": { - "account_number": "0", "address": "fetch18t3fcx50m0r8lzfwfp2rgtdp442l5z3zapzvhd", "coins": [ { - "amount": "10000000000000000000", - "denom": "atestfet" + "denom": "atestfet", + "amount": "10000000000000000000" } ], "public_key": null, + "account_number": "0", "sequence": "0" } }, { "type": "cosmos-sdk/Account", "value": { - "account_number": "0", "address": "fetch1azqx48eqjjvu7y8335s6p7hfgckpsa8mvgyezp", "coins": [ { - "amount": "1000000000000000000", - "denom": "atestfet" + "denom": "atestfet", + "amount": "1000000000000000000" } ], "public_key": null, + "account_number": "0", "sequence": "0" } }, { "type": "cosmos-sdk/Account", "value": { - "account_number": "0", "address": "fetch1ujslvlkw4p49yv4hvmc6mdn6wj32k4nc9twn0p", "coins": [ { - "amount": "1000000000000000000", - "denom": "atestfet" + "denom": "atestfet", + "amount": "1000000000000000000" } ], "public_key": null, + "account_number": "0", "sequence": "0" } }, { "type": "cosmos-sdk/Account", "value": { - "account_number": "0", "address": "fetch16254fzc4yzuassvg08fffw8u6dxvf28fv9dnnx", "coins": [ { - "amount": "1000000000000000000", - "denom": "atestfet" + "denom": "atestfet", + "amount": "1000000000000000000" } ], "public_key": null, + "account_number": "0", + "sequence": "0" + } + }, + { + "type": "cosmos-sdk/Account", + "value": { + "address": "fetch13khad49h8aht652whwpfs3lfjsl2dw5sj7msqu", + "coins": [ + { + "denom": "atestfet", + "amount": "1000000000000000000" + } + ], + "public_key": null, + "account_number": "0", "sequence": "0" } } - ], + ] + }, + "mint": { + "minter": { + "annual_provisions": "0.000000000000000000", + "inflation": "0.030000000000000000" + }, "params": { - "max_memo_characters": "256", - "sig_verify_cost_ed25519": "590", - "sig_verify_cost_secp256k1": "1000", - "tx_sig_limit": "7", - "tx_size_cost_per_byte": "10" + "blocks_per_year": "6311520", + "inflation_rate": "0.030000000000000000", + "mint_denom": "atestfet" } }, "bank": { "send_enabled": true }, - "crisis": { - "constant_fee": { - "amount": "1000", - "denom": "atestfet" - } - }, "distribution": { "delegator_starting_infos": [], "delegator_withdraw_infos": [], @@ -136,6 +187,20 @@ "max_evidence_age": "120000000000" } }, + "upgrade": {}, + "slashing": { + "missed_blocks": {}, + "params": { + "downtime_jail_duration": "600000000000", + "min_signed_per_window": "0.500000000000000000", + "signed_blocks_window": "100", + "slash_fraction_beacon_inactivty": "0.000000000000000000", + "slash_fraction_dkg_failure": "0.000000000000000000", + "slash_fraction_double_sign": "0.050000000000000000", + "slash_fraction_downtime": "0.010000000000000000" + }, + "signing_infos": {} + }, "genutil": { "gentxs": [] }, @@ -162,30 +227,8 @@ "voting_period": "172800000000000" } }, - "mint": { - "minter": { - "annual_provisions": "0.000000000000000000", - "inflation": "0.030000000000000000" - }, - "params": { - "blocks_per_year": "6311520", - "inflation_rate": "0.030000000000000000", - "mint_denom": "atestfet" - } - }, - "params": null, - "slashing": { - "missed_blocks": {}, - "params": { - "downtime_jail_duration": "600000000000", - "min_signed_per_window": "0.500000000000000000", - "signed_blocks_window": "100", - "slash_fraction_beacon_inactivty": "0.000000000000000000", - "slash_fraction_dkg_failure": "0.000000000000000000", - "slash_fraction_double_sign": "0.050000000000000000", - "slash_fraction_downtime": "0.010000000000000000" - }, - "signing_infos": {} + "supply": { + "supply": [] }, "staking": { "delegations": null, @@ -204,10 +247,6 @@ "unbonding_delegations": null, "validators": null }, - "supply": { - "supply": [] - }, - "upgrade": {}, "wasm": { "params": { "code_upload_access": { @@ -217,29 +256,5 @@ } } }, - "chain_id": "prelaunch-1", - "consensus_params": { - "block": { - "max_bytes": "22020096", - "max_gas": "-1", - "time_iota_ms": "1000" - }, - "entropy": { - "aeon_length": "100", - "inactivity_window_size": "100", - "required_activity_percentage": "50", - "slashing_threshold_percentage": "50" - }, - "evidence": { - "max_age_duration": "172800000000000", - "max_age_num_blocks": "100000" - }, - "validator": { - "pub_key_types": [ - "ed25519" - ] - } - }, - "entropy": "", - "genesis_time": "2021-03-24T15:00:00Z" -} + "entropy": "" +} \ No newline at end of file diff --git a/config/gentx/gentx-78b636830b57e645d52574859745cbfd90cdb17a.json b/config/gentx/gentx-78b636830b57e645d52574859745cbfd90cdb17a.json new file mode 100644 index 0000000..b96ca48 --- /dev/null +++ b/config/gentx/gentx-78b636830b57e645d52574859745cbfd90cdb17a.json @@ -0,0 +1 @@ +{"type":"cosmos-sdk/StdTx","value":{"msg":[{"type":"cosmos-sdk/MsgCreateValidator","value":{"description":{"moniker":"ip-172-31-37-8","identity":"","website":"","security_contact":"","details":""},"commission":{"rate":"0.100000000000000000","max_rate":"0.200000000000000000","max_change_rate":"0.010000000000000000"},"min_self_delegation":"1000000000000000000","delegator_address":"fetch13khad49h8aht652whwpfs3lfjsl2dw5sj7msqu","validator_address":"fetchvaloper13khad49h8aht652whwpfs3lfjsl2dw5sh6ynnm","pubkey":"fetchvalconspub1zcjduepq70msj9gt9fmvlte3tl7amluftrnsaw7zuhkuhkuefv5caz35kszqj02f54","value":{"denom":"atestfet","amount":"1000000000000000000"}}}],"fee":{"amount":[],"gas":"200000"},"signatures":[{"pub_key":{"type":"tendermint/PubKeySecp256k1","value":"AqwIMhnd3G8NONjwFaptu06uCKotWhVDOpjlWcsaCcwa"},"signature":"Qn4/FmI6F54J5PEyFJpI01eXs3gKxxtftce11des21oFxXuugUyhAsbp8ourFH/fTXcGfcSi1/+ww/x1/F11tA=="}],"memo":"78b636830b57e645d52574859745cbfd90cdb17a@172.31.37.8:26656"}} From b8d35d282afd1cda6f11bd2cc001e9c0d2228430 Mon Sep 17 00:00:00 2001 From: J_ATEAM Date: Wed, 24 Mar 2021 06:14:49 +0000 Subject: [PATCH 14/25] ATEAM gentx --- config/genesis.json | 215 ++++++++++-------- ...04817572ea185830e52ae8d5872dbd3043370.json | 1 + 2 files changed, 116 insertions(+), 100 deletions(-) create mode 100644 config/gentx/gentx-b1a04817572ea185830e52ae8d5872dbd3043370.json diff --git a/config/genesis.json b/config/genesis.json index d832a8d..6a2e085 100644 --- a/config/genesis.json +++ b/config/genesis.json @@ -1,116 +1,181 @@ { + "genesis_time": "2021-03-24T15:00:00Z", + "chain_id": "prelaunch-1", + "consensus_params": { + "block": { + "max_bytes": "22020096", + "max_gas": "-1", + "time_iota_ms": "1000" + }, + "evidence": { + "max_age_num_blocks": "100000", + "max_age_duration": "172800000000000" + }, + "validator": { + "pub_key_types": [ + "ed25519" + ] + }, + "entropy": { + "aeon_length": "100", + "inactivity_window_size": "100", + "required_activity_percentage": "50", + "slashing_threshold_percentage": "50" + } + }, "app_hash": "", "app_state": { + "evidence": { + "evidence": [], + "params": { + "max_evidence_age": "120000000000" + } + }, + "crisis": { + "constant_fee": { + "amount": "1000", + "denom": "atestfet" + } + }, + "wasm": { + "params": { + "code_upload_access": { + "permission": "Everybody" + }, + "instantiate_default_permission": "Everybody" + } + }, "auth": { + "params": { + "max_memo_characters": "256", + "tx_sig_limit": "7", + "tx_size_cost_per_byte": "10", + "sig_verify_cost_ed25519": "590", + "sig_verify_cost_secp256k1": "1000" + }, "accounts": [ { "type": "cosmos-sdk/Account", "value": { - "account_number": "0", "address": "fetch1u4phlv46ztdj2xep3rt9ypghdllyjfc3v34t50", "coins": [ { - "amount": "1000000000000000000", - "denom": "atestfet" + "denom": "atestfet", + "amount": "1000000000000000000" } ], "public_key": null, + "account_number": "0", "sequence": "0" } }, { "type": "cosmos-sdk/Account", "value": { - "account_number": "0", "address": "fetch1r8hrxwe82ejurr2eymfufhza5jj95msmahau68", "coins": [ { - "amount": "1000000000000000000", - "denom": "atestfet" + "denom": "atestfet", + "amount": "1000000000000000000" } ], "public_key": null, + "account_number": "0", "sequence": "0" } }, { "type": "cosmos-sdk/Account", "value": { - "account_number": "0", "address": "fetch18t3fcx50m0r8lzfwfp2rgtdp442l5z3zapzvhd", "coins": [ { - "amount": "10000000000000000000", - "denom": "atestfet" + "denom": "atestfet", + "amount": "10000000000000000000" } ], "public_key": null, + "account_number": "0", "sequence": "0" } }, { "type": "cosmos-sdk/Account", "value": { - "account_number": "0", "address": "fetch1azqx48eqjjvu7y8335s6p7hfgckpsa8mvgyezp", "coins": [ { - "amount": "1000000000000000000", - "denom": "atestfet" + "denom": "atestfet", + "amount": "1000000000000000000" } ], "public_key": null, + "account_number": "0", "sequence": "0" } }, { "type": "cosmos-sdk/Account", "value": { - "account_number": "0", "address": "fetch1ujslvlkw4p49yv4hvmc6mdn6wj32k4nc9twn0p", "coins": [ { - "amount": "1000000000000000000", - "denom": "atestfet" + "denom": "atestfet", + "amount": "1000000000000000000" } ], "public_key": null, + "account_number": "0", "sequence": "0" } }, { "type": "cosmos-sdk/Account", "value": { - "account_number": "0", "address": "fetch16254fzc4yzuassvg08fffw8u6dxvf28fv9dnnx", "coins": [ { - "amount": "1000000000000000000", - "denom": "atestfet" + "denom": "atestfet", + "amount": "1000000000000000000" } ], "public_key": null, + "account_number": "0", + "sequence": "0" + } + }, + { + "type": "cosmos-sdk/Account", + "value": { + "address": "fetch16pvdy0jyxrh4gnv0tdjhpzqqt95x7krdm6spyw", + "coins": [ + { + "denom": "atestfet", + "amount": "1000000000000000000" + } + ], + "public_key": null, + "account_number": "0", "sequence": "0" } } - ], + ] + }, + "mint": { + "minter": { + "annual_provisions": "0.000000000000000000", + "inflation": "0.030000000000000000" + }, "params": { - "max_memo_characters": "256", - "sig_verify_cost_ed25519": "590", - "sig_verify_cost_secp256k1": "1000", - "tx_sig_limit": "7", - "tx_size_cost_per_byte": "10" + "blocks_per_year": "6311520", + "inflation_rate": "0.030000000000000000", + "mint_denom": "atestfet" } }, - "bank": { - "send_enabled": true - }, - "crisis": { - "constant_fee": { - "amount": "1000", - "denom": "atestfet" - } + "supply": { + "supply": [] }, + "params": null, "distribution": { "delegator_starting_infos": [], "delegator_withdraw_infos": [], @@ -130,15 +195,20 @@ "validator_historical_rewards": [], "validator_slash_events": [] }, - "evidence": { - "evidence": [], + "slashing": { + "missed_blocks": {}, "params": { - "max_evidence_age": "120000000000" - } - }, - "genutil": { - "gentxs": [] + "downtime_jail_duration": "600000000000", + "min_signed_per_window": "0.500000000000000000", + "signed_blocks_window": "100", + "slash_fraction_beacon_inactivty": "0.000000000000000000", + "slash_fraction_dkg_failure": "0.000000000000000000", + "slash_fraction_double_sign": "0.050000000000000000", + "slash_fraction_downtime": "0.010000000000000000" + }, + "signing_infos": {} }, + "upgrade": {}, "gov": { "deposit_params": { "max_deposit_period": "172800000000000", @@ -162,30 +232,11 @@ "voting_period": "172800000000000" } }, - "mint": { - "minter": { - "annual_provisions": "0.000000000000000000", - "inflation": "0.030000000000000000" - }, - "params": { - "blocks_per_year": "6311520", - "inflation_rate": "0.030000000000000000", - "mint_denom": "atestfet" - } + "bank": { + "send_enabled": true }, - "params": null, - "slashing": { - "missed_blocks": {}, - "params": { - "downtime_jail_duration": "600000000000", - "min_signed_per_window": "0.500000000000000000", - "signed_blocks_window": "100", - "slash_fraction_beacon_inactivty": "0.000000000000000000", - "slash_fraction_dkg_failure": "0.000000000000000000", - "slash_fraction_double_sign": "0.050000000000000000", - "slash_fraction_downtime": "0.010000000000000000" - }, - "signing_infos": {} + "genutil": { + "gentxs": [] }, "staking": { "delegations": null, @@ -203,43 +254,7 @@ "redelegations": null, "unbonding_delegations": null, "validators": null - }, - "supply": { - "supply": [] - }, - "upgrade": {}, - "wasm": { - "params": { - "code_upload_access": { - "permission": "Everybody" - }, - "instantiate_default_permission": "Everybody" - } - } - }, - "chain_id": "prelaunch-1", - "consensus_params": { - "block": { - "max_bytes": "22020096", - "max_gas": "-1", - "time_iota_ms": "1000" - }, - "entropy": { - "aeon_length": "100", - "inactivity_window_size": "100", - "required_activity_percentage": "50", - "slashing_threshold_percentage": "50" - }, - "evidence": { - "max_age_duration": "172800000000000", - "max_age_num_blocks": "100000" - }, - "validator": { - "pub_key_types": [ - "ed25519" - ] } }, - "entropy": "", - "genesis_time": "2021-03-24T15:00:00Z" -} + "entropy": "" +} \ No newline at end of file diff --git a/config/gentx/gentx-b1a04817572ea185830e52ae8d5872dbd3043370.json b/config/gentx/gentx-b1a04817572ea185830e52ae8d5872dbd3043370.json new file mode 100644 index 0000000..b2da576 --- /dev/null +++ b/config/gentx/gentx-b1a04817572ea185830e52ae8d5872dbd3043370.json @@ -0,0 +1 @@ +{"type":"cosmos-sdk/StdTx","value":{"msg":[{"type":"cosmos-sdk/MsgCreateValidator","value":{"description":{"moniker":"ATEAM","identity":"","website":"","security_contact":"","details":""},"commission":{"rate":"0.100000000000000000","max_rate":"0.200000000000000000","max_change_rate":"0.010000000000000000"},"min_self_delegation":"1000000000000000000","delegator_address":"fetch16pvdy0jyxrh4gnv0tdjhpzqqt95x7krdm6spyw","validator_address":"fetchvaloper16pvdy0jyxrh4gnv0tdjhpzqqt95x7krd770zhf","pubkey":"fetchvalconspub1zcjduepqhe6fkurjr3e03tr93f0tg86e3g98xnr0d5am0qqkl6k7mfaz9d9sl04gja","value":{"denom":"atestfet","amount":"1000000000000000000"}}}],"fee":{"amount":[],"gas":"200000"},"signatures":[{"pub_key":{"type":"tendermint/PubKeySecp256k1","value":"AtvPLKXdep2EYWfRNSGp0Qs6RxZJaLYZ8bf+SnPPxcXx"},"signature":"RnEL2WoyL8m3QRGr+exWHFMex8OL76+3Qpdjx7lstKUY/Q1o6XZXeatnuDiJx+eR/DznrEChOhFfFTv6R6ieLw=="}],"memo":"b1a04817572ea185830e52ae8d5872dbd3043370@10.30.1.100:26656"}} From 8486f31eeadddc5215a2decbf3da5f949df27987 Mon Sep 17 00:00:00 2001 From: Flavien Binet Date: Wed, 24 Mar 2021 09:28:02 +0100 Subject: [PATCH 15/25] sort genesis --- config/genesis.json | 276 ++++++++++++++++++++++---------------------- 1 file changed, 138 insertions(+), 138 deletions(-) diff --git a/config/genesis.json b/config/genesis.json index 4ba03c1..a141901 100644 --- a/config/genesis.json +++ b/config/genesis.json @@ -1,227 +1,192 @@ { - "genesis_time": "2021-03-24T15:00:00Z", - "chain_id": "prelaunch-1", - "consensus_params": { - "block": { - "max_bytes": "22020096", - "max_gas": "-1", - "time_iota_ms": "1000" - }, - "evidence": { - "max_age_num_blocks": "100000", - "max_age_duration": "172800000000000" - }, - "validator": { - "pub_key_types": [ - "ed25519" - ] - }, - "entropy": { - "aeon_length": "100", - "inactivity_window_size": "100", - "required_activity_percentage": "50", - "slashing_threshold_percentage": "50" - } - }, "app_hash": "", "app_state": { - "gov": { - "deposit_params": { - "max_deposit_period": "172800000000000", - "min_deposit": [ - { - "amount": "10000000000000000000", - "denom": "atestfet" - } - ] - }, - "deposits": null, - "proposals": null, - "starting_proposal_id": "1", - "tally_params": { - "quorum": "0.334000000000000000", - "threshold": "0.500000000000000000", - "veto": "0.334000000000000000" - }, - "votes": null, - "voting_params": { - "voting_period": "172800000000000" - } - }, - "supply": { - "supply": [] - }, - "bank": { - "send_enabled": true - }, - "mint": { - "minter": { - "annual_provisions": "0.000000000000000000", - "inflation": "0.030000000000000000" - }, - "params": { - "blocks_per_year": "6311520", - "inflation_rate": "0.030000000000000000", - "mint_denom": "atestfet" - } - }, - "wasm": { - "params": { - "code_upload_access": { - "permission": "Everybody" - }, - "instantiate_default_permission": "Everybody" - } - }, - "genutil": { - "gentxs": [] - }, - "evidence": { - "evidence": [], - "params": { - "max_evidence_age": "120000000000" - } - }, - "distribution": { - "delegator_starting_infos": [], - "delegator_withdraw_infos": [], - "fee_pool": { - "community_pool": [] - }, - "outstanding_rewards": [], - "params": { - "base_proposer_reward": "0.010000000000000000", - "bonus_proposer_reward": "0.040000000000000000", - "community_tax": "0.020000000000000000", - "withdraw_addr_enabled": true - }, - "previous_proposer": "", - "validator_accumulated_commissions": [], - "validator_current_rewards": [], - "validator_historical_rewards": [], - "validator_slash_events": [] - }, - "crisis": { - "constant_fee": { - "amount": "1000", - "denom": "atestfet" - } - }, "auth": { - "params": { - "max_memo_characters": "256", - "tx_sig_limit": "7", - "tx_size_cost_per_byte": "10", - "sig_verify_cost_ed25519": "590", - "sig_verify_cost_secp256k1": "1000" - }, "accounts": [ { "type": "cosmos-sdk/Account", "value": { + "account_number": "0", "address": "fetch1u4phlv46ztdj2xep3rt9ypghdllyjfc3v34t50", "coins": [ { - "denom": "atestfet", - "amount": "1000000000000000000" + "amount": "1000000000000000000", + "denom": "atestfet" } ], "public_key": null, - "account_number": "0", "sequence": "0" } }, { "type": "cosmos-sdk/Account", "value": { + "account_number": "0", "address": "fetch1r8hrxwe82ejurr2eymfufhza5jj95msmahau68", "coins": [ { - "denom": "atestfet", - "amount": "1000000000000000000" + "amount": "1000000000000000000", + "denom": "atestfet" } ], "public_key": null, - "account_number": "0", "sequence": "0" } }, { "type": "cosmos-sdk/Account", "value": { + "account_number": "0", "address": "fetch18t3fcx50m0r8lzfwfp2rgtdp442l5z3zapzvhd", "coins": [ { - "denom": "atestfet", - "amount": "10000000000000000000" + "amount": "10000000000000000000", + "denom": "atestfet" } ], "public_key": null, - "account_number": "0", "sequence": "0" } }, { "type": "cosmos-sdk/Account", "value": { + "account_number": "0", "address": "fetch1azqx48eqjjvu7y8335s6p7hfgckpsa8mvgyezp", "coins": [ { - "denom": "atestfet", - "amount": "1000000000000000000" + "amount": "1000000000000000000", + "denom": "atestfet" } ], "public_key": null, - "account_number": "0", "sequence": "0" } }, { "type": "cosmos-sdk/Account", "value": { + "account_number": "0", "address": "fetch1ujslvlkw4p49yv4hvmc6mdn6wj32k4nc9twn0p", "coins": [ { - "denom": "atestfet", - "amount": "1000000000000000000" + "amount": "1000000000000000000", + "denom": "atestfet" } ], "public_key": null, - "account_number": "0", "sequence": "0" } }, { "type": "cosmos-sdk/Account", "value": { + "account_number": "0", "address": "fetch16254fzc4yzuassvg08fffw8u6dxvf28fv9dnnx", "coins": [ { - "denom": "atestfet", - "amount": "1000000000000000000" + "amount": "1000000000000000000", + "denom": "atestfet" } ], "public_key": null, - "account_number": "0", "sequence": "0" } }, { "type": "cosmos-sdk/Account", "value": { + "account_number": "0", "address": "fetch13zc59un6v5vyfyvfud606zccgvarnc98932sqg", "coins": [ { - "denom": "atestfet", - "amount": "10000000000000000000" + "amount": "10000000000000000000", + "denom": "atestfet" } ], "public_key": null, - "account_number": "0", "sequence": "0" } } - ] + ], + "params": { + "max_memo_characters": "256", + "sig_verify_cost_ed25519": "590", + "sig_verify_cost_secp256k1": "1000", + "tx_sig_limit": "7", + "tx_size_cost_per_byte": "10" + } + }, + "bank": { + "send_enabled": true + }, + "crisis": { + "constant_fee": { + "amount": "1000", + "denom": "atestfet" + } + }, + "distribution": { + "delegator_starting_infos": [], + "delegator_withdraw_infos": [], + "fee_pool": { + "community_pool": [] + }, + "outstanding_rewards": [], + "params": { + "base_proposer_reward": "0.010000000000000000", + "bonus_proposer_reward": "0.040000000000000000", + "community_tax": "0.020000000000000000", + "withdraw_addr_enabled": true + }, + "previous_proposer": "", + "validator_accumulated_commissions": [], + "validator_current_rewards": [], + "validator_historical_rewards": [], + "validator_slash_events": [] + }, + "evidence": { + "evidence": [], + "params": { + "max_evidence_age": "120000000000" + } + }, + "genutil": { + "gentxs": [] + }, + "gov": { + "deposit_params": { + "max_deposit_period": "172800000000000", + "min_deposit": [ + { + "amount": "10000000000000000000", + "denom": "atestfet" + } + ] + }, + "deposits": null, + "proposals": null, + "starting_proposal_id": "1", + "tally_params": { + "quorum": "0.334000000000000000", + "threshold": "0.500000000000000000", + "veto": "0.334000000000000000" + }, + "votes": null, + "voting_params": { + "voting_period": "172800000000000" + } + }, + "mint": { + "minter": { + "annual_provisions": "0.000000000000000000", + "inflation": "0.030000000000000000" + }, + "params": { + "blocks_per_year": "6311520", + "inflation_rate": "0.030000000000000000", + "mint_denom": "atestfet" + } }, "params": null, "slashing": { @@ -254,7 +219,42 @@ "unbonding_delegations": null, "validators": null }, - "upgrade": {} + "supply": { + "supply": [] + }, + "upgrade": {}, + "wasm": { + "params": { + "code_upload_access": { + "permission": "Everybody" + }, + "instantiate_default_permission": "Everybody" + } + } + }, + "chain_id": "prelaunch-1", + "consensus_params": { + "block": { + "max_bytes": "22020096", + "max_gas": "-1", + "time_iota_ms": "1000" + }, + "entropy": { + "aeon_length": "100", + "inactivity_window_size": "100", + "required_activity_percentage": "50", + "slashing_threshold_percentage": "50" + }, + "evidence": { + "max_age_duration": "172800000000000", + "max_age_num_blocks": "100000" + }, + "validator": { + "pub_key_types": [ + "ed25519" + ] + } }, - "entropy": "" -} \ No newline at end of file + "entropy": "", + "genesis_time": "2021-03-24T15:00:00Z" +} From 2f9abbb8ebfc2df6b736729f74463c1a84638a69 Mon Sep 17 00:00:00 2001 From: Flavien Binet Date: Wed, 24 Mar 2021 09:33:54 +0100 Subject: [PATCH 16/25] sort genesis --- config/genesis.json | 218 ++++++++++++++++++++++---------------------- 1 file changed, 109 insertions(+), 109 deletions(-) diff --git a/config/genesis.json b/config/genesis.json index 780d1bd..69d3f91 100644 --- a/config/genesis.json +++ b/config/genesis.json @@ -1,167 +1,110 @@ { - "genesis_time": "2021-03-24T15:00:00Z", - "chain_id": "prelaunch-1", - "consensus_params": { - "block": { - "max_bytes": "22020096", - "max_gas": "-1", - "time_iota_ms": "1000" - }, - "evidence": { - "max_age_num_blocks": "100000", - "max_age_duration": "172800000000000" - }, - "validator": { - "pub_key_types": [ - "ed25519" - ] - }, - "entropy": { - "aeon_length": "100", - "inactivity_window_size": "100", - "required_activity_percentage": "50", - "slashing_threshold_percentage": "50" - } - }, "app_hash": "", "app_state": { - "bank": { - "send_enabled": true - }, - "genutil": { - "gentxs": [] - }, - "supply": { - "supply": [] - }, - "staking": { - "delegations": null, - "exported": false, - "last_total_power": "0", - "last_validator_powers": null, - "params": { - "bond_denom": "atestfet", - "historical_entries": 0, - "max_entries": 7, - "max_validators": 100, - "min_self_delegation": "1000000000000000000", - "unbonding_time": "1814400000000000" - }, - "redelegations": null, - "unbonding_delegations": null, - "validators": null - }, "auth": { - "params": { - "max_memo_characters": "256", - "tx_sig_limit": "7", - "tx_size_cost_per_byte": "10", - "sig_verify_cost_ed25519": "590", - "sig_verify_cost_secp256k1": "1000" - }, "accounts": [ { "type": "cosmos-sdk/Account", "value": { + "account_number": "0", "address": "fetch1u4phlv46ztdj2xep3rt9ypghdllyjfc3v34t50", "coins": [ { - "denom": "atestfet", - "amount": "1000000000000000000" + "amount": "1000000000000000000", + "denom": "atestfet" } ], "public_key": null, - "account_number": "0", "sequence": "0" } }, { "type": "cosmos-sdk/Account", "value": { + "account_number": "0", "address": "fetch1r8hrxwe82ejurr2eymfufhza5jj95msmahau68", "coins": [ { - "denom": "atestfet", - "amount": "1000000000000000000" + "amount": "1000000000000000000", + "denom": "atestfet" } ], "public_key": null, - "account_number": "0", "sequence": "0" } }, { "type": "cosmos-sdk/Account", "value": { + "account_number": "0", "address": "fetch18t3fcx50m0r8lzfwfp2rgtdp442l5z3zapzvhd", "coins": [ { - "denom": "atestfet", - "amount": "10000000000000000000" + "amount": "10000000000000000000", + "denom": "atestfet" } ], "public_key": null, - "account_number": "0", "sequence": "0" } }, { "type": "cosmos-sdk/Account", "value": { + "account_number": "0", "address": "fetch1azqx48eqjjvu7y8335s6p7hfgckpsa8mvgyezp", "coins": [ { - "denom": "atestfet", - "amount": "1000000000000000000" + "amount": "1000000000000000000", + "denom": "atestfet" } ], "public_key": null, - "account_number": "0", "sequence": "0" } }, { "type": "cosmos-sdk/Account", "value": { + "account_number": "0", "address": "fetch1ujslvlkw4p49yv4hvmc6mdn6wj32k4nc9twn0p", "coins": [ { - "denom": "atestfet", - "amount": "1000000000000000000" + "amount": "1000000000000000000", + "denom": "atestfet" } ], "public_key": null, - "account_number": "0", "sequence": "0" } }, { "type": "cosmos-sdk/Account", "value": { + "account_number": "0", "address": "fetch16254fzc4yzuassvg08fffw8u6dxvf28fv9dnnx", "coins": [ { - "denom": "atestfet", - "amount": "1000000000000000000" + "amount": "1000000000000000000", + "denom": "atestfet" } ], "public_key": null, - "account_number": "0", "sequence": "0" } }, { "type": "cosmos-sdk/Account", "value": { + "account_number": "0", "address": "fetch1rxfa5hu6wl2624a3fajf4843erv9f0acs2dsnj", "coins": [ { - "denom": "atestfet", - "amount": "1000000000000000000" + "amount": "1000000000000000000", + "denom": "atestfet" } ], "public_key": null, - "account_number": "0", "sequence": "0" } }, @@ -180,34 +123,52 @@ "sequence": "0" } } - ] - }, - "slashing": { - "missed_blocks": {}, + ], "params": { - "downtime_jail_duration": "600000000000", - "min_signed_per_window": "0.500000000000000000", - "signed_blocks_window": "100", - "slash_fraction_beacon_inactivty": "0.000000000000000000", - "slash_fraction_dkg_failure": "0.000000000000000000", - "slash_fraction_double_sign": "0.050000000000000000", - "slash_fraction_downtime": "0.010000000000000000" - }, - "signing_infos": {} + "max_memo_characters": "256", + "sig_verify_cost_ed25519": "590", + "sig_verify_cost_secp256k1": "1000", + "tx_sig_limit": "7", + "tx_size_cost_per_byte": "10" + } + }, + "bank": { + "send_enabled": true }, - "params": null, "crisis": { "constant_fee": { "amount": "1000", "denom": "atestfet" } }, + "distribution": { + "delegator_starting_infos": [], + "delegator_withdraw_infos": [], + "fee_pool": { + "community_pool": [] + }, + "outstanding_rewards": [], + "params": { + "base_proposer_reward": "0.010000000000000000", + "bonus_proposer_reward": "0.040000000000000000", + "community_tax": "0.020000000000000000", + "withdraw_addr_enabled": true + }, + "previous_proposer": "", + "validator_accumulated_commissions": [], + "validator_current_rewards": [], + "validator_historical_rewards": [], + "validator_slash_events": [] + }, "evidence": { "evidence": [], "params": { "max_evidence_age": "120000000000" } }, + "genutil": { + "gentxs": [] + }, "gov": { "deposit_params": { "max_deposit_period": "172800000000000", @@ -242,24 +203,39 @@ "mint_denom": "atestfet" } }, - "distribution": { - "delegator_starting_infos": [], - "delegator_withdraw_infos": [], - "fee_pool": { - "community_pool": [] + "params": null, + "slashing": { + "missed_blocks": {}, + "params": { + "downtime_jail_duration": "600000000000", + "min_signed_per_window": "0.500000000000000000", + "signed_blocks_window": "100", + "slash_fraction_beacon_inactivty": "0.000000000000000000", + "slash_fraction_dkg_failure": "0.000000000000000000", + "slash_fraction_double_sign": "0.050000000000000000", + "slash_fraction_downtime": "0.010000000000000000" }, - "outstanding_rewards": [], + "signing_infos": {} + }, + "staking": { + "delegations": null, + "exported": false, + "last_total_power": "0", + "last_validator_powers": null, "params": { - "base_proposer_reward": "0.010000000000000000", - "bonus_proposer_reward": "0.040000000000000000", - "community_tax": "0.020000000000000000", - "withdraw_addr_enabled": true + "bond_denom": "atestfet", + "historical_entries": 0, + "max_entries": 7, + "max_validators": 100, + "min_self_delegation": "1000000000000000000", + "unbonding_time": "1814400000000000" }, - "previous_proposer": "", - "validator_accumulated_commissions": [], - "validator_current_rewards": [], - "validator_historical_rewards": [], - "validator_slash_events": [] + "redelegations": null, + "unbonding_delegations": null, + "validators": null + }, + "supply": { + "supply": [] }, "upgrade": {}, "wasm": { @@ -271,5 +247,29 @@ } } }, - "entropy": "" -} \ No newline at end of file + "chain_id": "prelaunch-1", + "consensus_params": { + "block": { + "max_bytes": "22020096", + "max_gas": "-1", + "time_iota_ms": "1000" + }, + "entropy": { + "aeon_length": "100", + "inactivity_window_size": "100", + "required_activity_percentage": "50", + "slashing_threshold_percentage": "50" + }, + "evidence": { + "max_age_duration": "172800000000000", + "max_age_num_blocks": "100000" + }, + "validator": { + "pub_key_types": [ + "ed25519" + ] + } + }, + "entropy": "", + "genesis_time": "2021-03-24T15:00:00Z" +} From a3385b81d2e6d96062d42a78e3eabc7421db19cc Mon Sep 17 00:00:00 2001 From: Flavien Binet Date: Wed, 24 Mar 2021 10:44:23 +0100 Subject: [PATCH 17/25] sort genesis --- config/genesis.json | 336 ++++++++++++++++++++++---------------------- 1 file changed, 168 insertions(+), 168 deletions(-) diff --git a/config/genesis.json b/config/genesis.json index 727e3f4..66bbb27 100644 --- a/config/genesis.json +++ b/config/genesis.json @@ -1,260 +1,260 @@ { - "genesis_time": "2021-03-24T15:00:00Z", - "chain_id": "prelaunch-1", - "consensus_params": { - "block": { - "max_bytes": "22020096", - "max_gas": "-1", - "time_iota_ms": "1000" - }, - "evidence": { - "max_age_num_blocks": "100000", - "max_age_duration": "172800000000000" - }, - "validator": { - "pub_key_types": [ - "ed25519" - ] - }, - "entropy": { - "aeon_length": "100", - "inactivity_window_size": "100", - "required_activity_percentage": "50", - "slashing_threshold_percentage": "50" - } - }, "app_hash": "", "app_state": { - "mint": { - "minter": { - "annual_provisions": "0.000000000000000000", - "inflation": "0.030000000000000000" - }, - "params": { - "blocks_per_year": "6311520", - "inflation_rate": "0.030000000000000000", - "mint_denom": "atestfet" - } - }, - "crisis": { - "constant_fee": { - "amount": "1000", - "denom": "atestfet" - } - }, - "evidence": { - "evidence": [], - "params": { - "max_evidence_age": "120000000000" - } - }, - "staking": { - "delegations": null, - "exported": false, - "last_total_power": "0", - "last_validator_powers": null, - "params": { - "bond_denom": "atestfet", - "historical_entries": 0, - "max_entries": 7, - "max_validators": 100, - "min_self_delegation": "1000000000000000000", - "unbonding_time": "1814400000000000" - }, - "redelegations": null, - "unbonding_delegations": null, - "validators": null - }, - "distribution": { - "delegator_starting_infos": [], - "delegator_withdraw_infos": [], - "fee_pool": { - "community_pool": [] - }, - "outstanding_rewards": [], - "params": { - "base_proposer_reward": "0.010000000000000000", - "bonus_proposer_reward": "0.040000000000000000", - "community_tax": "0.020000000000000000", - "withdraw_addr_enabled": true - }, - "previous_proposer": "", - "validator_accumulated_commissions": [], - "validator_current_rewards": [], - "validator_historical_rewards": [], - "validator_slash_events": [] - }, - "bank": { - "send_enabled": true - }, - "supply": { - "supply": [] - }, - "params": null, - "upgrade": {}, - "wasm": { - "params": { - "code_upload_access": { - "permission": "Everybody" - }, - "instantiate_default_permission": "Everybody" - } - }, - "slashing": { - "missed_blocks": {}, - "params": { - "downtime_jail_duration": "600000000000", - "min_signed_per_window": "0.500000000000000000", - "signed_blocks_window": "100", - "slash_fraction_beacon_inactivty": "0.000000000000000000", - "slash_fraction_dkg_failure": "0.000000000000000000", - "slash_fraction_double_sign": "0.050000000000000000", - "slash_fraction_downtime": "0.010000000000000000" - }, - "signing_infos": {} - }, - "genutil": { - "gentxs": [] - }, - "gov": { - "deposit_params": { - "max_deposit_period": "172800000000000", - "min_deposit": [ - { - "amount": "10000000000000000000", - "denom": "atestfet" - } - ] - }, - "deposits": null, - "proposals": null, - "starting_proposal_id": "1", - "tally_params": { - "quorum": "0.334000000000000000", - "threshold": "0.500000000000000000", - "veto": "0.334000000000000000" - }, - "votes": null, - "voting_params": { - "voting_period": "172800000000000" - } - }, "auth": { - "params": { - "max_memo_characters": "256", - "tx_sig_limit": "7", - "tx_size_cost_per_byte": "10", - "sig_verify_cost_ed25519": "590", - "sig_verify_cost_secp256k1": "1000" - }, "accounts": [ { "type": "cosmos-sdk/Account", "value": { + "account_number": "0", "address": "fetch1u4phlv46ztdj2xep3rt9ypghdllyjfc3v34t50", "coins": [ { - "denom": "atestfet", - "amount": "1000000000000000000" + "amount": "1000000000000000000", + "denom": "atestfet" } ], "public_key": null, - "account_number": "0", "sequence": "0" } }, { "type": "cosmos-sdk/Account", "value": { + "account_number": "0", "address": "fetch1r8hrxwe82ejurr2eymfufhza5jj95msmahau68", "coins": [ { - "denom": "atestfet", - "amount": "1000000000000000000" + "amount": "1000000000000000000", + "denom": "atestfet" } ], "public_key": null, - "account_number": "0", "sequence": "0" } }, { "type": "cosmos-sdk/Account", "value": { + "account_number": "0", "address": "fetch18t3fcx50m0r8lzfwfp2rgtdp442l5z3zapzvhd", "coins": [ { - "denom": "atestfet", - "amount": "10000000000000000000" + "amount": "10000000000000000000", + "denom": "atestfet" } ], "public_key": null, - "account_number": "0", "sequence": "0" } }, { "type": "cosmos-sdk/Account", "value": { + "account_number": "0", "address": "fetch1azqx48eqjjvu7y8335s6p7hfgckpsa8mvgyezp", "coins": [ { - "denom": "atestfet", - "amount": "1000000000000000000" + "amount": "1000000000000000000", + "denom": "atestfet" } ], "public_key": null, - "account_number": "0", "sequence": "0" } }, { "type": "cosmos-sdk/Account", "value": { + "account_number": "0", "address": "fetch1ujslvlkw4p49yv4hvmc6mdn6wj32k4nc9twn0p", "coins": [ { - "denom": "atestfet", - "amount": "1000000000000000000" + "amount": "1000000000000000000", + "denom": "atestfet" } ], "public_key": null, - "account_number": "0", "sequence": "0" } }, { "type": "cosmos-sdk/Account", "value": { + "account_number": "0", "address": "fetch16254fzc4yzuassvg08fffw8u6dxvf28fv9dnnx", "coins": [ { - "denom": "atestfet", - "amount": "1000000000000000000" + "amount": "1000000000000000000", + "denom": "atestfet" } ], "public_key": null, - "account_number": "0", "sequence": "0" } }, { "type": "cosmos-sdk/Account", "value": { + "account_number": "0", "address": "fetch13gc9nq7h4k4t3enhfn868qa55anyw5gpy9nw6g", "coins": [ { - "denom": "atestfet", - "amount": "2000000000000000000" + "amount": "2000000000000000000", + "denom": "atestfet" } ], "public_key": null, - "account_number": "0", "sequence": "0" } } + ], + "params": { + "max_memo_characters": "256", + "sig_verify_cost_ed25519": "590", + "sig_verify_cost_secp256k1": "1000", + "tx_sig_limit": "7", + "tx_size_cost_per_byte": "10" + } + }, + "bank": { + "send_enabled": true + }, + "crisis": { + "constant_fee": { + "amount": "1000", + "denom": "atestfet" + } + }, + "distribution": { + "delegator_starting_infos": [], + "delegator_withdraw_infos": [], + "fee_pool": { + "community_pool": [] + }, + "outstanding_rewards": [], + "params": { + "base_proposer_reward": "0.010000000000000000", + "bonus_proposer_reward": "0.040000000000000000", + "community_tax": "0.020000000000000000", + "withdraw_addr_enabled": true + }, + "previous_proposer": "", + "validator_accumulated_commissions": [], + "validator_current_rewards": [], + "validator_historical_rewards": [], + "validator_slash_events": [] + }, + "evidence": { + "evidence": [], + "params": { + "max_evidence_age": "120000000000" + } + }, + "genutil": { + "gentxs": [] + }, + "gov": { + "deposit_params": { + "max_deposit_period": "172800000000000", + "min_deposit": [ + { + "amount": "10000000000000000000", + "denom": "atestfet" + } + ] + }, + "deposits": null, + "proposals": null, + "starting_proposal_id": "1", + "tally_params": { + "quorum": "0.334000000000000000", + "threshold": "0.500000000000000000", + "veto": "0.334000000000000000" + }, + "votes": null, + "voting_params": { + "voting_period": "172800000000000" + } + }, + "mint": { + "minter": { + "annual_provisions": "0.000000000000000000", + "inflation": "0.030000000000000000" + }, + "params": { + "blocks_per_year": "6311520", + "inflation_rate": "0.030000000000000000", + "mint_denom": "atestfet" + } + }, + "params": null, + "slashing": { + "missed_blocks": {}, + "params": { + "downtime_jail_duration": "600000000000", + "min_signed_per_window": "0.500000000000000000", + "signed_blocks_window": "100", + "slash_fraction_beacon_inactivty": "0.000000000000000000", + "slash_fraction_dkg_failure": "0.000000000000000000", + "slash_fraction_double_sign": "0.050000000000000000", + "slash_fraction_downtime": "0.010000000000000000" + }, + "signing_infos": {} + }, + "staking": { + "delegations": null, + "exported": false, + "last_total_power": "0", + "last_validator_powers": null, + "params": { + "bond_denom": "atestfet", + "historical_entries": 0, + "max_entries": 7, + "max_validators": 100, + "min_self_delegation": "1000000000000000000", + "unbonding_time": "1814400000000000" + }, + "redelegations": null, + "unbonding_delegations": null, + "validators": null + }, + "supply": { + "supply": [] + }, + "upgrade": {}, + "wasm": { + "params": { + "code_upload_access": { + "permission": "Everybody" + }, + "instantiate_default_permission": "Everybody" + } + } + }, + "chain_id": "prelaunch-1", + "consensus_params": { + "block": { + "max_bytes": "22020096", + "max_gas": "-1", + "time_iota_ms": "1000" + }, + "entropy": { + "aeon_length": "100", + "inactivity_window_size": "100", + "required_activity_percentage": "50", + "slashing_threshold_percentage": "50" + }, + "evidence": { + "max_age_duration": "172800000000000", + "max_age_num_blocks": "100000" + }, + "validator": { + "pub_key_types": [ + "ed25519" ] } }, - "entropy": "" -} \ No newline at end of file + "entropy": "", + "genesis_time": "2021-03-24T15:00:00Z" +} From 8f0ecc29fcd6fb4675a111b79b7d55ef513bace0 Mon Sep 17 00:00:00 2001 From: Flavien Binet Date: Wed, 24 Mar 2021 10:53:08 +0100 Subject: [PATCH 18/25] sort genesis --- config/genesis.json | 174 ++++++++++++++++++++++---------------------- 1 file changed, 87 insertions(+), 87 deletions(-) diff --git a/config/genesis.json b/config/genesis.json index f57754c..0f0032f 100644 --- a/config/genesis.json +++ b/config/genesis.json @@ -1,148 +1,110 @@ { - "genesis_time": "2021-03-24T15:00:00Z", - "chain_id": "prelaunch-1", - "consensus_params": { - "block": { - "max_bytes": "22020096", - "max_gas": "-1", - "time_iota_ms": "1000" - }, - "evidence": { - "max_age_num_blocks": "100000", - "max_age_duration": "172800000000000" - }, - "validator": { - "pub_key_types": [ - "ed25519" - ] - }, - "entropy": { - "aeon_length": "100", - "inactivity_window_size": "100", - "required_activity_percentage": "50", - "slashing_threshold_percentage": "50" - } - }, "app_hash": "", "app_state": { - "params": null, - "crisis": { - "constant_fee": { - "amount": "1000", - "denom": "atestfet" - } - }, "auth": { - "params": { - "max_memo_characters": "256", - "tx_sig_limit": "7", - "tx_size_cost_per_byte": "10", - "sig_verify_cost_ed25519": "590", - "sig_verify_cost_secp256k1": "1000" - }, "accounts": [ { "type": "cosmos-sdk/Account", "value": { + "account_number": "0", "address": "fetch1u4phlv46ztdj2xep3rt9ypghdllyjfc3v34t50", "coins": [ { - "denom": "atestfet", - "amount": "1000000000000000000" + "amount": "1000000000000000000", + "denom": "atestfet" } ], "public_key": null, - "account_number": "0", "sequence": "0" } }, { "type": "cosmos-sdk/Account", "value": { + "account_number": "0", "address": "fetch1r8hrxwe82ejurr2eymfufhza5jj95msmahau68", "coins": [ { - "denom": "atestfet", - "amount": "1000000000000000000" + "amount": "1000000000000000000", + "denom": "atestfet" } ], "public_key": null, - "account_number": "0", "sequence": "0" } }, { "type": "cosmos-sdk/Account", "value": { + "account_number": "0", "address": "fetch18t3fcx50m0r8lzfwfp2rgtdp442l5z3zapzvhd", "coins": [ { - "denom": "atestfet", - "amount": "10000000000000000000" + "amount": "10000000000000000000", + "denom": "atestfet" } ], "public_key": null, - "account_number": "0", "sequence": "0" } }, { "type": "cosmos-sdk/Account", "value": { + "account_number": "0", "address": "fetch1azqx48eqjjvu7y8335s6p7hfgckpsa8mvgyezp", "coins": [ { - "denom": "atestfet", - "amount": "1000000000000000000" + "amount": "1000000000000000000", + "denom": "atestfet" } ], "public_key": null, - "account_number": "0", "sequence": "0" } }, { "type": "cosmos-sdk/Account", "value": { + "account_number": "0", "address": "fetch1ujslvlkw4p49yv4hvmc6mdn6wj32k4nc9twn0p", "coins": [ { - "denom": "atestfet", - "amount": "1000000000000000000" + "amount": "1000000000000000000", + "denom": "atestfet" } ], "public_key": null, - "account_number": "0", "sequence": "0" } }, { "type": "cosmos-sdk/Account", "value": { + "account_number": "0", "address": "fetch16254fzc4yzuassvg08fffw8u6dxvf28fv9dnnx", "coins": [ { - "denom": "atestfet", - "amount": "1000000000000000000" + "amount": "1000000000000000000", + "denom": "atestfet" } ], "public_key": null, - "account_number": "0", "sequence": "0" } }, { "type": "cosmos-sdk/Account", "value": { + "account_number": "0", "address": "fetch13khad49h8aht652whwpfs3lfjsl2dw5sj7msqu", "coins": [ { - "denom": "atestfet", - "amount": "1000000000000000000" + "amount": "1000000000000000000", + "denom": "atestfet" } ], "public_key": null, - "account_number": "0", "sequence": "0" } }, @@ -191,22 +153,24 @@ "sequence": "0" } } - ] - }, - "mint": { - "minter": { - "annual_provisions": "0.000000000000000000", - "inflation": "0.030000000000000000" - }, + ], "params": { - "blocks_per_year": "6311520", - "inflation_rate": "0.030000000000000000", - "mint_denom": "atestfet" + "max_memo_characters": "256", + "sig_verify_cost_ed25519": "590", + "sig_verify_cost_secp256k1": "1000", + "tx_sig_limit": "7", + "tx_size_cost_per_byte": "10" } }, "bank": { "send_enabled": true }, + "crisis": { + "constant_fee": { + "amount": "1000", + "denom": "atestfet" + } + }, "distribution": { "delegator_starting_infos": [], "delegator_withdraw_infos": [], @@ -232,20 +196,6 @@ "max_evidence_age": "120000000000" } }, - "upgrade": {}, - "slashing": { - "missed_blocks": {}, - "params": { - "downtime_jail_duration": "600000000000", - "min_signed_per_window": "0.500000000000000000", - "signed_blocks_window": "100", - "slash_fraction_beacon_inactivty": "0.000000000000000000", - "slash_fraction_dkg_failure": "0.000000000000000000", - "slash_fraction_double_sign": "0.050000000000000000", - "slash_fraction_downtime": "0.010000000000000000" - }, - "signing_infos": {} - }, "genutil": { "gentxs": [] }, @@ -272,8 +222,30 @@ "voting_period": "172800000000000" } }, - "supply": { - "supply": [] + "mint": { + "minter": { + "annual_provisions": "0.000000000000000000", + "inflation": "0.030000000000000000" + }, + "params": { + "blocks_per_year": "6311520", + "inflation_rate": "0.030000000000000000", + "mint_denom": "atestfet" + } + }, + "params": null, + "slashing": { + "missed_blocks": {}, + "params": { + "downtime_jail_duration": "600000000000", + "min_signed_per_window": "0.500000000000000000", + "signed_blocks_window": "100", + "slash_fraction_beacon_inactivty": "0.000000000000000000", + "slash_fraction_dkg_failure": "0.000000000000000000", + "slash_fraction_double_sign": "0.050000000000000000", + "slash_fraction_downtime": "0.010000000000000000" + }, + "signing_infos": {} }, "staking": { "delegations": null, @@ -292,6 +264,10 @@ "unbonding_delegations": null, "validators": null }, + "supply": { + "supply": [] + }, + "upgrade": {}, "wasm": { "params": { "code_upload_access": { @@ -301,5 +277,29 @@ } } }, - "entropy": "" -} \ No newline at end of file + "chain_id": "prelaunch-1", + "consensus_params": { + "block": { + "max_bytes": "22020096", + "max_gas": "-1", + "time_iota_ms": "1000" + }, + "entropy": { + "aeon_length": "100", + "inactivity_window_size": "100", + "required_activity_percentage": "50", + "slashing_threshold_percentage": "50" + }, + "evidence": { + "max_age_duration": "172800000000000", + "max_age_num_blocks": "100000" + }, + "validator": { + "pub_key_types": [ + "ed25519" + ] + } + }, + "entropy": "", + "genesis_time": "2021-03-24T15:00:00Z" +} From c0d7fcb66dbc790c2ef58c76b849293f01934eb5 Mon Sep 17 00:00:00 2001 From: Flavien Binet Date: Wed, 24 Mar 2021 10:53:58 +0100 Subject: [PATCH 19/25] sort genesis --- config/genesis.json | 206 ++++++++++++++++++++++---------------------- 1 file changed, 103 insertions(+), 103 deletions(-) diff --git a/config/genesis.json b/config/genesis.json index 74b6895..f8a0c14 100644 --- a/config/genesis.json +++ b/config/genesis.json @@ -1,161 +1,110 @@ { - "genesis_time": "2021-03-24T15:00:00Z", - "chain_id": "prelaunch-1", - "consensus_params": { - "block": { - "max_bytes": "22020096", - "max_gas": "-1", - "time_iota_ms": "1000" - }, - "evidence": { - "max_age_num_blocks": "100000", - "max_age_duration": "172800000000000" - }, - "validator": { - "pub_key_types": [ - "ed25519" - ] - }, - "entropy": { - "aeon_length": "100", - "inactivity_window_size": "100", - "required_activity_percentage": "50", - "slashing_threshold_percentage": "50" - } - }, "app_hash": "", "app_state": { - "evidence": { - "evidence": [], - "params": { - "max_evidence_age": "120000000000" - } - }, - "crisis": { - "constant_fee": { - "amount": "1000", - "denom": "atestfet" - } - }, - "wasm": { - "params": { - "code_upload_access": { - "permission": "Everybody" - }, - "instantiate_default_permission": "Everybody" - } - }, "auth": { - "params": { - "max_memo_characters": "256", - "tx_sig_limit": "7", - "tx_size_cost_per_byte": "10", - "sig_verify_cost_ed25519": "590", - "sig_verify_cost_secp256k1": "1000" - }, "accounts": [ { "type": "cosmos-sdk/Account", "value": { + "account_number": "0", "address": "fetch1u4phlv46ztdj2xep3rt9ypghdllyjfc3v34t50", "coins": [ { - "denom": "atestfet", - "amount": "1000000000000000000" + "amount": "1000000000000000000", + "denom": "atestfet" } ], "public_key": null, - "account_number": "0", "sequence": "0" } }, { "type": "cosmos-sdk/Account", "value": { + "account_number": "0", "address": "fetch1r8hrxwe82ejurr2eymfufhza5jj95msmahau68", "coins": [ { - "denom": "atestfet", - "amount": "1000000000000000000" + "amount": "1000000000000000000", + "denom": "atestfet" } ], "public_key": null, - "account_number": "0", "sequence": "0" } }, { "type": "cosmos-sdk/Account", "value": { + "account_number": "0", "address": "fetch18t3fcx50m0r8lzfwfp2rgtdp442l5z3zapzvhd", "coins": [ { - "denom": "atestfet", - "amount": "10000000000000000000" + "amount": "10000000000000000000", + "denom": "atestfet" } ], "public_key": null, - "account_number": "0", "sequence": "0" } }, { "type": "cosmos-sdk/Account", "value": { + "account_number": "0", "address": "fetch1azqx48eqjjvu7y8335s6p7hfgckpsa8mvgyezp", "coins": [ { - "denom": "atestfet", - "amount": "1000000000000000000" + "amount": "1000000000000000000", + "denom": "atestfet" } ], "public_key": null, - "account_number": "0", "sequence": "0" } }, { "type": "cosmos-sdk/Account", "value": { + "account_number": "0", "address": "fetch1ujslvlkw4p49yv4hvmc6mdn6wj32k4nc9twn0p", "coins": [ { - "denom": "atestfet", - "amount": "1000000000000000000" + "amount": "1000000000000000000", + "denom": "atestfet" } ], "public_key": null, - "account_number": "0", "sequence": "0" } }, { "type": "cosmos-sdk/Account", "value": { + "account_number": "0", "address": "fetch16254fzc4yzuassvg08fffw8u6dxvf28fv9dnnx", "coins": [ { - "denom": "atestfet", - "amount": "1000000000000000000" + "amount": "1000000000000000000", + "denom": "atestfet" } ], "public_key": null, - "account_number": "0", "sequence": "0" } }, { "type": "cosmos-sdk/Account", "value": { + "account_number": "0", "address": "fetch16pvdy0jyxrh4gnv0tdjhpzqqt95x7krdm6spyw", "coins": [ { - "denom": "atestfet", - "amount": "1000000000000000000" + "amount": "1000000000000000000", + "denom": "atestfet" } ], "public_key": null, - "account_number": "0", "sequence": "0" } }, @@ -219,23 +168,24 @@ "sequence": "0" } } - ] - }, - "mint": { - "minter": { - "annual_provisions": "0.000000000000000000", - "inflation": "0.030000000000000000" - }, + ], "params": { - "blocks_per_year": "6311520", - "inflation_rate": "0.030000000000000000", - "mint_denom": "atestfet" + "max_memo_characters": "256", + "sig_verify_cost_ed25519": "590", + "sig_verify_cost_secp256k1": "1000", + "tx_sig_limit": "7", + "tx_size_cost_per_byte": "10" } }, - "supply": { - "supply": [] + "bank": { + "send_enabled": true + }, + "crisis": { + "constant_fee": { + "amount": "1000", + "denom": "atestfet" + } }, - "params": null, "distribution": { "delegator_starting_infos": [], "delegator_withdraw_infos": [], @@ -255,20 +205,15 @@ "validator_historical_rewards": [], "validator_slash_events": [] }, - "slashing": { - "missed_blocks": {}, + "evidence": { + "evidence": [], "params": { - "downtime_jail_duration": "600000000000", - "min_signed_per_window": "0.500000000000000000", - "signed_blocks_window": "100", - "slash_fraction_beacon_inactivty": "0.000000000000000000", - "slash_fraction_dkg_failure": "0.000000000000000000", - "slash_fraction_double_sign": "0.050000000000000000", - "slash_fraction_downtime": "0.010000000000000000" - }, - "signing_infos": {} + "max_evidence_age": "120000000000" + } + }, + "genutil": { + "gentxs": [] }, - "upgrade": {}, "gov": { "deposit_params": { "max_deposit_period": "172800000000000", @@ -292,11 +237,30 @@ "voting_period": "172800000000000" } }, - "bank": { - "send_enabled": true + "mint": { + "minter": { + "annual_provisions": "0.000000000000000000", + "inflation": "0.030000000000000000" + }, + "params": { + "blocks_per_year": "6311520", + "inflation_rate": "0.030000000000000000", + "mint_denom": "atestfet" + } }, - "genutil": { - "gentxs": [] + "params": null, + "slashing": { + "missed_blocks": {}, + "params": { + "downtime_jail_duration": "600000000000", + "min_signed_per_window": "0.500000000000000000", + "signed_blocks_window": "100", + "slash_fraction_beacon_inactivty": "0.000000000000000000", + "slash_fraction_dkg_failure": "0.000000000000000000", + "slash_fraction_double_sign": "0.050000000000000000", + "slash_fraction_downtime": "0.010000000000000000" + }, + "signing_infos": {} }, "staking": { "delegations": null, @@ -314,7 +278,43 @@ "redelegations": null, "unbonding_delegations": null, "validators": null + }, + "supply": { + "supply": [] + }, + "upgrade": {}, + "wasm": { + "params": { + "code_upload_access": { + "permission": "Everybody" + }, + "instantiate_default_permission": "Everybody" + } + } + }, + "chain_id": "prelaunch-1", + "consensus_params": { + "block": { + "max_bytes": "22020096", + "max_gas": "-1", + "time_iota_ms": "1000" + }, + "entropy": { + "aeon_length": "100", + "inactivity_window_size": "100", + "required_activity_percentage": "50", + "slashing_threshold_percentage": "50" + }, + "evidence": { + "max_age_duration": "172800000000000", + "max_age_num_blocks": "100000" + }, + "validator": { + "pub_key_types": [ + "ed25519" + ] } }, - "entropy": "" -} \ No newline at end of file + "entropy": "", + "genesis_time": "2021-03-24T15:00:00Z" +} From bf67a370eac8c3e29698c40d2e854e0005dc485c Mon Sep 17 00:00:00 2001 From: ardapda Date: Wed, 24 Mar 2021 11:43:46 +0100 Subject: [PATCH 20/25] ad-fetch-node-1 gentx --- config/genesis.json | 335 +++++++++--------- ...7f67dd0908c9093e299f9bd01c2e1f1e3cafd.json | 1 + 2 files changed, 176 insertions(+), 160 deletions(-) create mode 100644 config/gentx/gentx-5537f67dd0908c9093e299f9bd01c2e1f1e3cafd.json diff --git a/config/genesis.json b/config/genesis.json index f8a0c14..657d958 100644 --- a/config/genesis.json +++ b/config/genesis.json @@ -1,189 +1,314 @@ { + "genesis_time": "2021-03-24T15:00:00Z", + "chain_id": "prelaunch-1", + "consensus_params": { + "block": { + "max_bytes": "22020096", + "max_gas": "-1", + "time_iota_ms": "1000" + }, + "evidence": { + "max_age_num_blocks": "100000", + "max_age_duration": "172800000000000" + }, + "validator": { + "pub_key_types": [ + "ed25519" + ] + }, + "entropy": { + "aeon_length": "100", + "inactivity_window_size": "100", + "required_activity_percentage": "50", + "slashing_threshold_percentage": "50" + } + }, "app_hash": "", "app_state": { + "upgrade": {}, + "crisis": { + "constant_fee": { + "amount": "1000", + "denom": "atestfet" + } + }, + "evidence": { + "evidence": [], + "params": { + "max_evidence_age": "120000000000" + } + }, + "mint": { + "minter": { + "annual_provisions": "0.000000000000000000", + "inflation": "0.030000000000000000" + }, + "params": { + "blocks_per_year": "6311520", + "inflation_rate": "0.030000000000000000", + "mint_denom": "atestfet" + } + }, + "staking": { + "delegations": null, + "exported": false, + "last_total_power": "0", + "last_validator_powers": null, + "params": { + "bond_denom": "atestfet", + "historical_entries": 0, + "max_entries": 7, + "max_validators": 100, + "min_self_delegation": "1000000000000000000", + "unbonding_time": "1814400000000000" + }, + "redelegations": null, + "unbonding_delegations": null, + "validators": null + }, + "gov": { + "deposit_params": { + "max_deposit_period": "172800000000000", + "min_deposit": [ + { + "amount": "10000000000000000000", + "denom": "atestfet" + } + ] + }, + "deposits": null, + "proposals": null, + "starting_proposal_id": "1", + "tally_params": { + "quorum": "0.334000000000000000", + "threshold": "0.500000000000000000", + "veto": "0.334000000000000000" + }, + "votes": null, + "voting_params": { + "voting_period": "172800000000000" + } + }, + "slashing": { + "missed_blocks": {}, + "params": { + "downtime_jail_duration": "600000000000", + "min_signed_per_window": "0.500000000000000000", + "signed_blocks_window": "100", + "slash_fraction_beacon_inactivty": "0.000000000000000000", + "slash_fraction_dkg_failure": "0.000000000000000000", + "slash_fraction_double_sign": "0.050000000000000000", + "slash_fraction_downtime": "0.010000000000000000" + }, + "signing_infos": {} + }, + "supply": { + "supply": [] + }, + "bank": { + "send_enabled": true + }, + "genutil": { + "gentxs": [] + }, "auth": { + "params": { + "max_memo_characters": "256", + "tx_sig_limit": "7", + "tx_size_cost_per_byte": "10", + "sig_verify_cost_ed25519": "590", + "sig_verify_cost_secp256k1": "1000" + }, "accounts": [ { "type": "cosmos-sdk/Account", "value": { - "account_number": "0", "address": "fetch1u4phlv46ztdj2xep3rt9ypghdllyjfc3v34t50", "coins": [ { - "amount": "1000000000000000000", - "denom": "atestfet" + "denom": "atestfet", + "amount": "1000000000000000000" } ], "public_key": null, + "account_number": "0", "sequence": "0" } }, { "type": "cosmos-sdk/Account", "value": { - "account_number": "0", "address": "fetch1r8hrxwe82ejurr2eymfufhza5jj95msmahau68", "coins": [ { - "amount": "1000000000000000000", - "denom": "atestfet" + "denom": "atestfet", + "amount": "1000000000000000000" } ], "public_key": null, + "account_number": "0", "sequence": "0" } }, { "type": "cosmos-sdk/Account", "value": { - "account_number": "0", "address": "fetch18t3fcx50m0r8lzfwfp2rgtdp442l5z3zapzvhd", "coins": [ { - "amount": "10000000000000000000", - "denom": "atestfet" + "denom": "atestfet", + "amount": "10000000000000000000" } ], "public_key": null, + "account_number": "0", "sequence": "0" } }, { "type": "cosmos-sdk/Account", "value": { - "account_number": "0", "address": "fetch1azqx48eqjjvu7y8335s6p7hfgckpsa8mvgyezp", "coins": [ { - "amount": "1000000000000000000", - "denom": "atestfet" + "denom": "atestfet", + "amount": "1000000000000000000" } ], "public_key": null, + "account_number": "0", "sequence": "0" } }, { "type": "cosmos-sdk/Account", "value": { - "account_number": "0", "address": "fetch1ujslvlkw4p49yv4hvmc6mdn6wj32k4nc9twn0p", "coins": [ { - "amount": "1000000000000000000", - "denom": "atestfet" + "denom": "atestfet", + "amount": "1000000000000000000" } ], "public_key": null, + "account_number": "0", "sequence": "0" } }, { "type": "cosmos-sdk/Account", "value": { - "account_number": "0", "address": "fetch16254fzc4yzuassvg08fffw8u6dxvf28fv9dnnx", "coins": [ { - "amount": "1000000000000000000", - "denom": "atestfet" + "denom": "atestfet", + "amount": "1000000000000000000" } ], "public_key": null, + "account_number": "0", "sequence": "0" } }, { "type": "cosmos-sdk/Account", "value": { - "account_number": "0", "address": "fetch16pvdy0jyxrh4gnv0tdjhpzqqt95x7krdm6spyw", "coins": [ { - "amount": "1000000000000000000", - "denom": "atestfet" + "denom": "atestfet", + "amount": "1000000000000000000" } ], "public_key": null, + "account_number": "0", "sequence": "0" } }, { "type": "cosmos-sdk/Account", "value": { - "account_number": "0", "address": "fetch13khad49h8aht652whwpfs3lfjsl2dw5sj7msqu", "coins": [ { - "amount": "1000000000000000000", - "denom": "atestfet" + "denom": "atestfet", + "amount": "1000000000000000000" } ], "public_key": null, + "account_number": "0", "sequence": "0" } }, { "type": "cosmos-sdk/Account", "value": { - "account_number": "0", "address": "fetch1rxfa5hu6wl2624a3fajf4843erv9f0acs2dsnj", "coins": [ { - "amount": "1000000000000000000", - "denom": "atestfet" + "denom": "atestfet", + "amount": "1000000000000000000" } ], "public_key": null, + "account_number": "0", "sequence": "0" } }, { "type": "cosmos-sdk/Account", "value": { - "account_number": "0", "address": "fetch13zc59un6v5vyfyvfud606zccgvarnc98932sqg", "coins": [ { - "amount": "10000000000000000000", - "denom": "atestfet" + "denom": "atestfet", + "amount": "10000000000000000000" } ], "public_key": null, + "account_number": "0", "sequence": "0" } }, { "type": "cosmos-sdk/Account", "value": { - "account_number": "0", "address": "fetch13gc9nq7h4k4t3enhfn868qa55anyw5gpy9nw6g", "coins": [ { - "amount": "2000000000000000000", - "denom": "atestfet" + "denom": "atestfet", + "amount": "2000000000000000000" } ], "public_key": null, + "account_number": "0", + "sequence": "0" + } + }, + { + "type": "cosmos-sdk/Account", + "value": { + "address": "fetch1283x8vlre64slwqzx9gm77r5sj4a2x8pthy0du", + "coins": [ + { + "denom": "atestfet", + "amount": "1000000000000000000" + } + ], + "public_key": null, + "account_number": "0", "sequence": "0" } } - ], - "params": { - "max_memo_characters": "256", - "sig_verify_cost_ed25519": "590", - "sig_verify_cost_secp256k1": "1000", - "tx_sig_limit": "7", - "tx_size_cost_per_byte": "10" - } - }, - "bank": { - "send_enabled": true + ] }, - "crisis": { - "constant_fee": { - "amount": "1000", - "denom": "atestfet" + "params": null, + "wasm": { + "params": { + "code_upload_access": { + "permission": "Everybody" + }, + "instantiate_default_permission": "Everybody" } }, "distribution": { @@ -204,117 +329,7 @@ "validator_current_rewards": [], "validator_historical_rewards": [], "validator_slash_events": [] - }, - "evidence": { - "evidence": [], - "params": { - "max_evidence_age": "120000000000" - } - }, - "genutil": { - "gentxs": [] - }, - "gov": { - "deposit_params": { - "max_deposit_period": "172800000000000", - "min_deposit": [ - { - "amount": "10000000000000000000", - "denom": "atestfet" - } - ] - }, - "deposits": null, - "proposals": null, - "starting_proposal_id": "1", - "tally_params": { - "quorum": "0.334000000000000000", - "threshold": "0.500000000000000000", - "veto": "0.334000000000000000" - }, - "votes": null, - "voting_params": { - "voting_period": "172800000000000" - } - }, - "mint": { - "minter": { - "annual_provisions": "0.000000000000000000", - "inflation": "0.030000000000000000" - }, - "params": { - "blocks_per_year": "6311520", - "inflation_rate": "0.030000000000000000", - "mint_denom": "atestfet" - } - }, - "params": null, - "slashing": { - "missed_blocks": {}, - "params": { - "downtime_jail_duration": "600000000000", - "min_signed_per_window": "0.500000000000000000", - "signed_blocks_window": "100", - "slash_fraction_beacon_inactivty": "0.000000000000000000", - "slash_fraction_dkg_failure": "0.000000000000000000", - "slash_fraction_double_sign": "0.050000000000000000", - "slash_fraction_downtime": "0.010000000000000000" - }, - "signing_infos": {} - }, - "staking": { - "delegations": null, - "exported": false, - "last_total_power": "0", - "last_validator_powers": null, - "params": { - "bond_denom": "atestfet", - "historical_entries": 0, - "max_entries": 7, - "max_validators": 100, - "min_self_delegation": "1000000000000000000", - "unbonding_time": "1814400000000000" - }, - "redelegations": null, - "unbonding_delegations": null, - "validators": null - }, - "supply": { - "supply": [] - }, - "upgrade": {}, - "wasm": { - "params": { - "code_upload_access": { - "permission": "Everybody" - }, - "instantiate_default_permission": "Everybody" - } - } - }, - "chain_id": "prelaunch-1", - "consensus_params": { - "block": { - "max_bytes": "22020096", - "max_gas": "-1", - "time_iota_ms": "1000" - }, - "entropy": { - "aeon_length": "100", - "inactivity_window_size": "100", - "required_activity_percentage": "50", - "slashing_threshold_percentage": "50" - }, - "evidence": { - "max_age_duration": "172800000000000", - "max_age_num_blocks": "100000" - }, - "validator": { - "pub_key_types": [ - "ed25519" - ] } }, - "entropy": "", - "genesis_time": "2021-03-24T15:00:00Z" -} + "entropy": "" +} \ No newline at end of file diff --git a/config/gentx/gentx-5537f67dd0908c9093e299f9bd01c2e1f1e3cafd.json b/config/gentx/gentx-5537f67dd0908c9093e299f9bd01c2e1f1e3cafd.json new file mode 100644 index 0000000..95294ee --- /dev/null +++ b/config/gentx/gentx-5537f67dd0908c9093e299f9bd01c2e1f1e3cafd.json @@ -0,0 +1 @@ +{"type":"cosmos-sdk/StdTx","value":{"msg":[{"type":"cosmos-sdk/MsgCreateValidator","value":{"description":{"moniker":"vmi516157.contaboserver.net","identity":"","website":"","security_contact":"","details":""},"commission":{"rate":"0.100000000000000000","max_rate":"0.200000000000000000","max_change_rate":"0.010000000000000000"},"min_self_delegation":"1000000000000000000","delegator_address":"fetch1283x8vlre64slwqzx9gm77r5sj4a2x8pthy0du","validator_address":"fetchvaloper1283x8vlre64slwqzx9gm77r5sj4a2x8pwnmv7m","pubkey":"fetchvalconspub1zcjduepqsjnkfgsnyamjjguvmlxugwqc7jlfsnmqvs9k6a6vvf7s97plkn5s7rjduf","value":{"denom":"atestfet","amount":"1000000000000000000"}}}],"fee":{"amount":[],"gas":"200000"},"signatures":[{"pub_key":{"type":"tendermint/PubKeySecp256k1","value":"Ay9idjpyQi9rfa75UQZmts98a2xBobMyBl7l3GPge8X6"},"signature":"zqjSkyabz7+aYJV/WZRX5wWT05gzUWgISx4/jFLwZ6kyv8pR73655mmAS4X6EP8XZZhJZ5w0mR/QbJmCmTCq1g=="}],"memo":"5537f67dd0908c9093e299f9bd01c2e1f1e3cafd@161.97.163.243:26656"}} From 7a12745bf28f862eb4fcf986a249e18f492e2e7c Mon Sep 17 00:00:00 2001 From: Flavien Binet Date: Wed, 24 Mar 2021 12:07:11 +0100 Subject: [PATCH 21/25] sort genesis --- config/genesis.json | 326 ++++++++++++++++++++++---------------------- 1 file changed, 163 insertions(+), 163 deletions(-) diff --git a/config/genesis.json b/config/genesis.json index 657d958..5268a27 100644 --- a/config/genesis.json +++ b/config/genesis.json @@ -1,314 +1,204 @@ { - "genesis_time": "2021-03-24T15:00:00Z", - "chain_id": "prelaunch-1", - "consensus_params": { - "block": { - "max_bytes": "22020096", - "max_gas": "-1", - "time_iota_ms": "1000" - }, - "evidence": { - "max_age_num_blocks": "100000", - "max_age_duration": "172800000000000" - }, - "validator": { - "pub_key_types": [ - "ed25519" - ] - }, - "entropy": { - "aeon_length": "100", - "inactivity_window_size": "100", - "required_activity_percentage": "50", - "slashing_threshold_percentage": "50" - } - }, "app_hash": "", "app_state": { - "upgrade": {}, - "crisis": { - "constant_fee": { - "amount": "1000", - "denom": "atestfet" - } - }, - "evidence": { - "evidence": [], - "params": { - "max_evidence_age": "120000000000" - } - }, - "mint": { - "minter": { - "annual_provisions": "0.000000000000000000", - "inflation": "0.030000000000000000" - }, - "params": { - "blocks_per_year": "6311520", - "inflation_rate": "0.030000000000000000", - "mint_denom": "atestfet" - } - }, - "staking": { - "delegations": null, - "exported": false, - "last_total_power": "0", - "last_validator_powers": null, - "params": { - "bond_denom": "atestfet", - "historical_entries": 0, - "max_entries": 7, - "max_validators": 100, - "min_self_delegation": "1000000000000000000", - "unbonding_time": "1814400000000000" - }, - "redelegations": null, - "unbonding_delegations": null, - "validators": null - }, - "gov": { - "deposit_params": { - "max_deposit_period": "172800000000000", - "min_deposit": [ - { - "amount": "10000000000000000000", - "denom": "atestfet" - } - ] - }, - "deposits": null, - "proposals": null, - "starting_proposal_id": "1", - "tally_params": { - "quorum": "0.334000000000000000", - "threshold": "0.500000000000000000", - "veto": "0.334000000000000000" - }, - "votes": null, - "voting_params": { - "voting_period": "172800000000000" - } - }, - "slashing": { - "missed_blocks": {}, - "params": { - "downtime_jail_duration": "600000000000", - "min_signed_per_window": "0.500000000000000000", - "signed_blocks_window": "100", - "slash_fraction_beacon_inactivty": "0.000000000000000000", - "slash_fraction_dkg_failure": "0.000000000000000000", - "slash_fraction_double_sign": "0.050000000000000000", - "slash_fraction_downtime": "0.010000000000000000" - }, - "signing_infos": {} - }, - "supply": { - "supply": [] - }, - "bank": { - "send_enabled": true - }, - "genutil": { - "gentxs": [] - }, "auth": { - "params": { - "max_memo_characters": "256", - "tx_sig_limit": "7", - "tx_size_cost_per_byte": "10", - "sig_verify_cost_ed25519": "590", - "sig_verify_cost_secp256k1": "1000" - }, "accounts": [ { "type": "cosmos-sdk/Account", "value": { + "account_number": "0", "address": "fetch1u4phlv46ztdj2xep3rt9ypghdllyjfc3v34t50", "coins": [ { - "denom": "atestfet", - "amount": "1000000000000000000" + "amount": "1000000000000000000", + "denom": "atestfet" } ], "public_key": null, - "account_number": "0", "sequence": "0" } }, { "type": "cosmos-sdk/Account", "value": { + "account_number": "0", "address": "fetch1r8hrxwe82ejurr2eymfufhza5jj95msmahau68", "coins": [ { - "denom": "atestfet", - "amount": "1000000000000000000" + "amount": "1000000000000000000", + "denom": "atestfet" } ], "public_key": null, - "account_number": "0", "sequence": "0" } }, { "type": "cosmos-sdk/Account", "value": { + "account_number": "0", "address": "fetch18t3fcx50m0r8lzfwfp2rgtdp442l5z3zapzvhd", "coins": [ { - "denom": "atestfet", - "amount": "10000000000000000000" + "amount": "10000000000000000000", + "denom": "atestfet" } ], "public_key": null, - "account_number": "0", "sequence": "0" } }, { "type": "cosmos-sdk/Account", "value": { + "account_number": "0", "address": "fetch1azqx48eqjjvu7y8335s6p7hfgckpsa8mvgyezp", "coins": [ { - "denom": "atestfet", - "amount": "1000000000000000000" + "amount": "1000000000000000000", + "denom": "atestfet" } ], "public_key": null, - "account_number": "0", "sequence": "0" } }, { "type": "cosmos-sdk/Account", "value": { + "account_number": "0", "address": "fetch1ujslvlkw4p49yv4hvmc6mdn6wj32k4nc9twn0p", "coins": [ { - "denom": "atestfet", - "amount": "1000000000000000000" + "amount": "1000000000000000000", + "denom": "atestfet" } ], "public_key": null, - "account_number": "0", "sequence": "0" } }, { "type": "cosmos-sdk/Account", "value": { + "account_number": "0", "address": "fetch16254fzc4yzuassvg08fffw8u6dxvf28fv9dnnx", "coins": [ { - "denom": "atestfet", - "amount": "1000000000000000000" + "amount": "1000000000000000000", + "denom": "atestfet" } ], "public_key": null, - "account_number": "0", "sequence": "0" } }, { "type": "cosmos-sdk/Account", "value": { + "account_number": "0", "address": "fetch16pvdy0jyxrh4gnv0tdjhpzqqt95x7krdm6spyw", "coins": [ { - "denom": "atestfet", - "amount": "1000000000000000000" + "amount": "1000000000000000000", + "denom": "atestfet" } ], "public_key": null, - "account_number": "0", "sequence": "0" } }, { "type": "cosmos-sdk/Account", "value": { + "account_number": "0", "address": "fetch13khad49h8aht652whwpfs3lfjsl2dw5sj7msqu", "coins": [ { - "denom": "atestfet", - "amount": "1000000000000000000" + "amount": "1000000000000000000", + "denom": "atestfet" } ], "public_key": null, - "account_number": "0", "sequence": "0" } }, { "type": "cosmos-sdk/Account", "value": { + "account_number": "0", "address": "fetch1rxfa5hu6wl2624a3fajf4843erv9f0acs2dsnj", "coins": [ { - "denom": "atestfet", - "amount": "1000000000000000000" + "amount": "1000000000000000000", + "denom": "atestfet" } ], "public_key": null, - "account_number": "0", "sequence": "0" } }, { "type": "cosmos-sdk/Account", "value": { + "account_number": "0", "address": "fetch13zc59un6v5vyfyvfud606zccgvarnc98932sqg", "coins": [ { - "denom": "atestfet", - "amount": "10000000000000000000" + "amount": "10000000000000000000", + "denom": "atestfet" } ], "public_key": null, - "account_number": "0", "sequence": "0" } }, { "type": "cosmos-sdk/Account", "value": { + "account_number": "0", "address": "fetch13gc9nq7h4k4t3enhfn868qa55anyw5gpy9nw6g", "coins": [ { - "denom": "atestfet", - "amount": "2000000000000000000" + "amount": "2000000000000000000", + "denom": "atestfet" } ], "public_key": null, - "account_number": "0", "sequence": "0" } }, { "type": "cosmos-sdk/Account", "value": { + "account_number": "0", "address": "fetch1283x8vlre64slwqzx9gm77r5sj4a2x8pthy0du", "coins": [ { - "denom": "atestfet", - "amount": "1000000000000000000" + "amount": "1000000000000000000", + "denom": "atestfet" } ], "public_key": null, - "account_number": "0", "sequence": "0" } } - ] - }, - "params": null, - "wasm": { + ], "params": { - "code_upload_access": { - "permission": "Everybody" - }, - "instantiate_default_permission": "Everybody" + "max_memo_characters": "256", + "sig_verify_cost_ed25519": "590", + "sig_verify_cost_secp256k1": "1000", + "tx_sig_limit": "7", + "tx_size_cost_per_byte": "10" + } + }, + "bank": { + "send_enabled": true + }, + "crisis": { + "constant_fee": { + "amount": "1000", + "denom": "atestfet" } }, "distribution": { @@ -329,7 +219,117 @@ "validator_current_rewards": [], "validator_historical_rewards": [], "validator_slash_events": [] + }, + "evidence": { + "evidence": [], + "params": { + "max_evidence_age": "120000000000" + } + }, + "genutil": { + "gentxs": [] + }, + "gov": { + "deposit_params": { + "max_deposit_period": "172800000000000", + "min_deposit": [ + { + "amount": "10000000000000000000", + "denom": "atestfet" + } + ] + }, + "deposits": null, + "proposals": null, + "starting_proposal_id": "1", + "tally_params": { + "quorum": "0.334000000000000000", + "threshold": "0.500000000000000000", + "veto": "0.334000000000000000" + }, + "votes": null, + "voting_params": { + "voting_period": "172800000000000" + } + }, + "mint": { + "minter": { + "annual_provisions": "0.000000000000000000", + "inflation": "0.030000000000000000" + }, + "params": { + "blocks_per_year": "6311520", + "inflation_rate": "0.030000000000000000", + "mint_denom": "atestfet" + } + }, + "params": null, + "slashing": { + "missed_blocks": {}, + "params": { + "downtime_jail_duration": "600000000000", + "min_signed_per_window": "0.500000000000000000", + "signed_blocks_window": "100", + "slash_fraction_beacon_inactivty": "0.000000000000000000", + "slash_fraction_dkg_failure": "0.000000000000000000", + "slash_fraction_double_sign": "0.050000000000000000", + "slash_fraction_downtime": "0.010000000000000000" + }, + "signing_infos": {} + }, + "staking": { + "delegations": null, + "exported": false, + "last_total_power": "0", + "last_validator_powers": null, + "params": { + "bond_denom": "atestfet", + "historical_entries": 0, + "max_entries": 7, + "max_validators": 100, + "min_self_delegation": "1000000000000000000", + "unbonding_time": "1814400000000000" + }, + "redelegations": null, + "unbonding_delegations": null, + "validators": null + }, + "supply": { + "supply": [] + }, + "upgrade": {}, + "wasm": { + "params": { + "code_upload_access": { + "permission": "Everybody" + }, + "instantiate_default_permission": "Everybody" + } + } + }, + "chain_id": "prelaunch-1", + "consensus_params": { + "block": { + "max_bytes": "22020096", + "max_gas": "-1", + "time_iota_ms": "1000" + }, + "entropy": { + "aeon_length": "100", + "inactivity_window_size": "100", + "required_activity_percentage": "50", + "slashing_threshold_percentage": "50" + }, + "evidence": { + "max_age_duration": "172800000000000", + "max_age_num_blocks": "100000" + }, + "validator": { + "pub_key_types": [ + "ed25519" + ] } }, - "entropy": "" -} \ No newline at end of file + "entropy": "", + "genesis_time": "2021-03-24T15:00:00Z" +} From b1a59a971a1cfa4d8e206a73876d65a35846d669 Mon Sep 17 00:00:00 2001 From: Ubuntu Date: Wed, 24 Mar 2021 13:03:41 +0000 Subject: [PATCH 22/25] jonathan6620 gentx --- config/genesis.json | 281 +++++++++--------- ...1a8b9adf848b821add4b10c3ba3a3fb47453d.json | 1 + 2 files changed, 149 insertions(+), 133 deletions(-) create mode 100644 config/gentx/gentx-4491a8b9adf848b821add4b10c3ba3a3fb47453d.json diff --git a/config/genesis.json b/config/genesis.json index 5268a27..1dcb8c0 100644 --- a/config/genesis.json +++ b/config/genesis.json @@ -1,224 +1,261 @@ { + "genesis_time": "2021-03-24T15:00:00Z", + "chain_id": "prelaunch-1", + "consensus_params": { + "block": { + "max_bytes": "22020096", + "max_gas": "-1", + "time_iota_ms": "1000" + }, + "evidence": { + "max_age_num_blocks": "100000", + "max_age_duration": "172800000000000" + }, + "validator": { + "pub_key_types": [ + "ed25519" + ] + }, + "entropy": { + "aeon_length": "100", + "inactivity_window_size": "100", + "required_activity_percentage": "50", + "slashing_threshold_percentage": "50" + } + }, "app_hash": "", "app_state": { + "wasm": { + "params": { + "code_upload_access": { + "permission": "Everybody" + }, + "instantiate_default_permission": "Everybody" + } + }, + "params": null, "auth": { + "params": { + "max_memo_characters": "256", + "tx_sig_limit": "7", + "tx_size_cost_per_byte": "10", + "sig_verify_cost_ed25519": "590", + "sig_verify_cost_secp256k1": "1000" + }, "accounts": [ { "type": "cosmos-sdk/Account", "value": { - "account_number": "0", "address": "fetch1u4phlv46ztdj2xep3rt9ypghdllyjfc3v34t50", "coins": [ { - "amount": "1000000000000000000", - "denom": "atestfet" + "denom": "atestfet", + "amount": "1000000000000000000" } ], "public_key": null, + "account_number": "0", "sequence": "0" } }, { "type": "cosmos-sdk/Account", "value": { - "account_number": "0", "address": "fetch1r8hrxwe82ejurr2eymfufhza5jj95msmahau68", "coins": [ { - "amount": "1000000000000000000", - "denom": "atestfet" + "denom": "atestfet", + "amount": "1000000000000000000" } ], "public_key": null, + "account_number": "0", "sequence": "0" } }, { "type": "cosmos-sdk/Account", "value": { - "account_number": "0", "address": "fetch18t3fcx50m0r8lzfwfp2rgtdp442l5z3zapzvhd", "coins": [ { - "amount": "10000000000000000000", - "denom": "atestfet" + "denom": "atestfet", + "amount": "10000000000000000000" } ], "public_key": null, + "account_number": "0", "sequence": "0" } }, { "type": "cosmos-sdk/Account", "value": { - "account_number": "0", "address": "fetch1azqx48eqjjvu7y8335s6p7hfgckpsa8mvgyezp", "coins": [ { - "amount": "1000000000000000000", - "denom": "atestfet" + "denom": "atestfet", + "amount": "1000000000000000000" } ], "public_key": null, + "account_number": "0", "sequence": "0" } }, { "type": "cosmos-sdk/Account", "value": { - "account_number": "0", "address": "fetch1ujslvlkw4p49yv4hvmc6mdn6wj32k4nc9twn0p", "coins": [ { - "amount": "1000000000000000000", - "denom": "atestfet" + "denom": "atestfet", + "amount": "1000000000000000000" } ], "public_key": null, + "account_number": "0", "sequence": "0" } }, { "type": "cosmos-sdk/Account", "value": { - "account_number": "0", "address": "fetch16254fzc4yzuassvg08fffw8u6dxvf28fv9dnnx", "coins": [ { - "amount": "1000000000000000000", - "denom": "atestfet" + "denom": "atestfet", + "amount": "1000000000000000000" } ], "public_key": null, + "account_number": "0", "sequence": "0" } }, { "type": "cosmos-sdk/Account", "value": { - "account_number": "0", "address": "fetch16pvdy0jyxrh4gnv0tdjhpzqqt95x7krdm6spyw", "coins": [ { - "amount": "1000000000000000000", - "denom": "atestfet" + "denom": "atestfet", + "amount": "1000000000000000000" } ], "public_key": null, + "account_number": "0", "sequence": "0" } }, { "type": "cosmos-sdk/Account", "value": { - "account_number": "0", "address": "fetch13khad49h8aht652whwpfs3lfjsl2dw5sj7msqu", "coins": [ { - "amount": "1000000000000000000", - "denom": "atestfet" + "denom": "atestfet", + "amount": "1000000000000000000" } ], "public_key": null, + "account_number": "0", "sequence": "0" } }, { "type": "cosmos-sdk/Account", "value": { - "account_number": "0", "address": "fetch1rxfa5hu6wl2624a3fajf4843erv9f0acs2dsnj", "coins": [ { - "amount": "1000000000000000000", - "denom": "atestfet" + "denom": "atestfet", + "amount": "1000000000000000000" } ], "public_key": null, + "account_number": "0", "sequence": "0" } }, { "type": "cosmos-sdk/Account", "value": { - "account_number": "0", "address": "fetch13zc59un6v5vyfyvfud606zccgvarnc98932sqg", "coins": [ { - "amount": "10000000000000000000", - "denom": "atestfet" + "denom": "atestfet", + "amount": "10000000000000000000" } ], "public_key": null, + "account_number": "0", "sequence": "0" } }, { "type": "cosmos-sdk/Account", "value": { - "account_number": "0", "address": "fetch13gc9nq7h4k4t3enhfn868qa55anyw5gpy9nw6g", "coins": [ { - "amount": "2000000000000000000", - "denom": "atestfet" + "denom": "atestfet", + "amount": "2000000000000000000" } ], "public_key": null, + "account_number": "0", "sequence": "0" } }, { "type": "cosmos-sdk/Account", "value": { - "account_number": "0", "address": "fetch1283x8vlre64slwqzx9gm77r5sj4a2x8pthy0du", "coins": [ { - "amount": "1000000000000000000", - "denom": "atestfet" + "denom": "atestfet", + "amount": "1000000000000000000" } ], "public_key": null, + "account_number": "0", + "sequence": "0" + } + }, + { + "type": "cosmos-sdk/Account", + "value": { + "address": "fetch1dpxtnqdjw5s2ypgfx8r62unqlplu5twtz7ezyj", + "coins": [ + { + "denom": "atestfet", + "amount": "1000000000000000000" + } + ], + "public_key": null, + "account_number": "0", "sequence": "0" } } - ], - "params": { - "max_memo_characters": "256", - "sig_verify_cost_ed25519": "590", - "sig_verify_cost_secp256k1": "1000", - "tx_sig_limit": "7", - "tx_size_cost_per_byte": "10" - } - }, - "bank": { - "send_enabled": true - }, - "crisis": { - "constant_fee": { - "amount": "1000", - "denom": "atestfet" - } + ] }, - "distribution": { - "delegator_starting_infos": [], - "delegator_withdraw_infos": [], - "fee_pool": { - "community_pool": [] - }, - "outstanding_rewards": [], + "staking": { + "delegations": null, + "exported": false, + "last_total_power": "0", + "last_validator_powers": null, "params": { - "base_proposer_reward": "0.010000000000000000", - "bonus_proposer_reward": "0.040000000000000000", - "community_tax": "0.020000000000000000", - "withdraw_addr_enabled": true + "bond_denom": "atestfet", + "historical_entries": 0, + "max_entries": 7, + "max_validators": 100, + "min_self_delegation": "1000000000000000000", + "unbonding_time": "1814400000000000" }, - "previous_proposer": "", - "validator_accumulated_commissions": [], - "validator_current_rewards": [], - "validator_historical_rewards": [], - "validator_slash_events": [] + "redelegations": null, + "unbonding_delegations": null, + "validators": null }, "evidence": { "evidence": [], @@ -229,6 +266,27 @@ "genutil": { "gentxs": [] }, + "upgrade": {}, + "bank": { + "send_enabled": true + }, + "mint": { + "minter": { + "annual_provisions": "0.000000000000000000", + "inflation": "0.030000000000000000" + }, + "params": { + "blocks_per_year": "6311520", + "inflation_rate": "0.030000000000000000", + "mint_denom": "atestfet" + } + }, + "crisis": { + "constant_fee": { + "amount": "1000", + "denom": "atestfet" + } + }, "gov": { "deposit_params": { "max_deposit_period": "172800000000000", @@ -252,18 +310,28 @@ "voting_period": "172800000000000" } }, - "mint": { - "minter": { - "annual_provisions": "0.000000000000000000", - "inflation": "0.030000000000000000" + "supply": { + "supply": [] + }, + "distribution": { + "delegator_starting_infos": [], + "delegator_withdraw_infos": [], + "fee_pool": { + "community_pool": [] }, + "outstanding_rewards": [], "params": { - "blocks_per_year": "6311520", - "inflation_rate": "0.030000000000000000", - "mint_denom": "atestfet" - } + "base_proposer_reward": "0.010000000000000000", + "bonus_proposer_reward": "0.040000000000000000", + "community_tax": "0.020000000000000000", + "withdraw_addr_enabled": true + }, + "previous_proposer": "", + "validator_accumulated_commissions": [], + "validator_current_rewards": [], + "validator_historical_rewards": [], + "validator_slash_events": [] }, - "params": null, "slashing": { "missed_blocks": {}, "params": { @@ -276,60 +344,7 @@ "slash_fraction_downtime": "0.010000000000000000" }, "signing_infos": {} - }, - "staking": { - "delegations": null, - "exported": false, - "last_total_power": "0", - "last_validator_powers": null, - "params": { - "bond_denom": "atestfet", - "historical_entries": 0, - "max_entries": 7, - "max_validators": 100, - "min_self_delegation": "1000000000000000000", - "unbonding_time": "1814400000000000" - }, - "redelegations": null, - "unbonding_delegations": null, - "validators": null - }, - "supply": { - "supply": [] - }, - "upgrade": {}, - "wasm": { - "params": { - "code_upload_access": { - "permission": "Everybody" - }, - "instantiate_default_permission": "Everybody" - } - } - }, - "chain_id": "prelaunch-1", - "consensus_params": { - "block": { - "max_bytes": "22020096", - "max_gas": "-1", - "time_iota_ms": "1000" - }, - "entropy": { - "aeon_length": "100", - "inactivity_window_size": "100", - "required_activity_percentage": "50", - "slashing_threshold_percentage": "50" - }, - "evidence": { - "max_age_duration": "172800000000000", - "max_age_num_blocks": "100000" - }, - "validator": { - "pub_key_types": [ - "ed25519" - ] } }, - "entropy": "", - "genesis_time": "2021-03-24T15:00:00Z" -} + "entropy": "" +} \ No newline at end of file diff --git a/config/gentx/gentx-4491a8b9adf848b821add4b10c3ba3a3fb47453d.json b/config/gentx/gentx-4491a8b9adf848b821add4b10c3ba3a3fb47453d.json new file mode 100644 index 0000000..69686a7 --- /dev/null +++ b/config/gentx/gentx-4491a8b9adf848b821add4b10c3ba3a3fb47453d.json @@ -0,0 +1 @@ +{"type":"cosmos-sdk/StdTx","value":{"msg":[{"type":"cosmos-sdk/MsgCreateValidator","value":{"description":{"moniker":"ip-172-31-9-79","identity":"","website":"","security_contact":"","details":""},"commission":{"rate":"0.100000000000000000","max_rate":"0.200000000000000000","max_change_rate":"0.010000000000000000"},"min_self_delegation":"1000000000000000000","delegator_address":"fetch1dpxtnqdjw5s2ypgfx8r62unqlplu5twtz7ezyj","validator_address":"fetchvaloper1dpxtnqdjw5s2ypgfx8r62unqlplu5twt86xph4","pubkey":"fetchvalconspub1zcjduepqmddr3ar36l5ljr83xh0t4mdwhuj42jz902p5atqnzzqvzd2x99usltt8xj","value":{"denom":"atestfet","amount":"1000000000000000000"}}}],"fee":{"amount":[],"gas":"200000"},"signatures":[{"pub_key":{"type":"tendermint/PubKeySecp256k1","value":"A+oR70czuYOWfPMqCx63U9/n+LEEn7TauoI+F5fhHpW0"},"signature":"2YpaRpwyc/dZWe5rmlCZp4TQ4TGXjck3cgtPyLNuclM75kqk5pO4pp7JdC1SV8nhTK/nRSgr1ieMtVTuiIUICg=="}],"memo":"4491a8b9adf848b821add4b10c3ba3a3fb47453d@172.31.9.79:26656"}} From 4ca9f9be39c6e6a01351a44616c5107977d0c06a Mon Sep 17 00:00:00 2001 From: Flavien Binet Date: Wed, 24 Mar 2021 14:28:40 +0100 Subject: [PATCH 23/25] sort genesis --- config/genesis.json | 272 ++++++++++++++++++++++---------------------- 1 file changed, 136 insertions(+), 136 deletions(-) diff --git a/config/genesis.json b/config/genesis.json index 1dcb8c0..e440fb2 100644 --- a/config/genesis.json +++ b/config/genesis.json @@ -1,261 +1,239 @@ { - "genesis_time": "2021-03-24T15:00:00Z", - "chain_id": "prelaunch-1", - "consensus_params": { - "block": { - "max_bytes": "22020096", - "max_gas": "-1", - "time_iota_ms": "1000" - }, - "evidence": { - "max_age_num_blocks": "100000", - "max_age_duration": "172800000000000" - }, - "validator": { - "pub_key_types": [ - "ed25519" - ] - }, - "entropy": { - "aeon_length": "100", - "inactivity_window_size": "100", - "required_activity_percentage": "50", - "slashing_threshold_percentage": "50" - } - }, "app_hash": "", "app_state": { - "wasm": { - "params": { - "code_upload_access": { - "permission": "Everybody" - }, - "instantiate_default_permission": "Everybody" - } - }, - "params": null, "auth": { - "params": { - "max_memo_characters": "256", - "tx_sig_limit": "7", - "tx_size_cost_per_byte": "10", - "sig_verify_cost_ed25519": "590", - "sig_verify_cost_secp256k1": "1000" - }, "accounts": [ { "type": "cosmos-sdk/Account", "value": { + "account_number": "0", "address": "fetch1u4phlv46ztdj2xep3rt9ypghdllyjfc3v34t50", "coins": [ { - "denom": "atestfet", - "amount": "1000000000000000000" + "amount": "1000000000000000000", + "denom": "atestfet" } ], "public_key": null, - "account_number": "0", "sequence": "0" } }, { "type": "cosmos-sdk/Account", "value": { + "account_number": "0", "address": "fetch1r8hrxwe82ejurr2eymfufhza5jj95msmahau68", "coins": [ { - "denom": "atestfet", - "amount": "1000000000000000000" + "amount": "1000000000000000000", + "denom": "atestfet" } ], "public_key": null, - "account_number": "0", "sequence": "0" } }, { "type": "cosmos-sdk/Account", "value": { + "account_number": "0", "address": "fetch18t3fcx50m0r8lzfwfp2rgtdp442l5z3zapzvhd", "coins": [ { - "denom": "atestfet", - "amount": "10000000000000000000" + "amount": "10000000000000000000", + "denom": "atestfet" } ], "public_key": null, - "account_number": "0", "sequence": "0" } }, { "type": "cosmos-sdk/Account", "value": { + "account_number": "0", "address": "fetch1azqx48eqjjvu7y8335s6p7hfgckpsa8mvgyezp", "coins": [ { - "denom": "atestfet", - "amount": "1000000000000000000" + "amount": "1000000000000000000", + "denom": "atestfet" } ], "public_key": null, - "account_number": "0", "sequence": "0" } }, { "type": "cosmos-sdk/Account", "value": { + "account_number": "0", "address": "fetch1ujslvlkw4p49yv4hvmc6mdn6wj32k4nc9twn0p", "coins": [ { - "denom": "atestfet", - "amount": "1000000000000000000" + "amount": "1000000000000000000", + "denom": "atestfet" } ], "public_key": null, - "account_number": "0", "sequence": "0" } }, { "type": "cosmos-sdk/Account", "value": { + "account_number": "0", "address": "fetch16254fzc4yzuassvg08fffw8u6dxvf28fv9dnnx", "coins": [ { - "denom": "atestfet", - "amount": "1000000000000000000" + "amount": "1000000000000000000", + "denom": "atestfet" } ], "public_key": null, - "account_number": "0", "sequence": "0" } }, { "type": "cosmos-sdk/Account", "value": { + "account_number": "0", "address": "fetch16pvdy0jyxrh4gnv0tdjhpzqqt95x7krdm6spyw", "coins": [ { - "denom": "atestfet", - "amount": "1000000000000000000" + "amount": "1000000000000000000", + "denom": "atestfet" } ], "public_key": null, - "account_number": "0", "sequence": "0" } }, { "type": "cosmos-sdk/Account", "value": { + "account_number": "0", "address": "fetch13khad49h8aht652whwpfs3lfjsl2dw5sj7msqu", "coins": [ { - "denom": "atestfet", - "amount": "1000000000000000000" + "amount": "1000000000000000000", + "denom": "atestfet" } ], "public_key": null, - "account_number": "0", "sequence": "0" } }, { "type": "cosmos-sdk/Account", "value": { + "account_number": "0", "address": "fetch1rxfa5hu6wl2624a3fajf4843erv9f0acs2dsnj", "coins": [ { - "denom": "atestfet", - "amount": "1000000000000000000" + "amount": "1000000000000000000", + "denom": "atestfet" } ], "public_key": null, - "account_number": "0", "sequence": "0" } }, { "type": "cosmos-sdk/Account", "value": { + "account_number": "0", "address": "fetch13zc59un6v5vyfyvfud606zccgvarnc98932sqg", "coins": [ { - "denom": "atestfet", - "amount": "10000000000000000000" + "amount": "10000000000000000000", + "denom": "atestfet" } ], "public_key": null, - "account_number": "0", "sequence": "0" } }, { "type": "cosmos-sdk/Account", "value": { + "account_number": "0", "address": "fetch13gc9nq7h4k4t3enhfn868qa55anyw5gpy9nw6g", "coins": [ { - "denom": "atestfet", - "amount": "2000000000000000000" + "amount": "2000000000000000000", + "denom": "atestfet" } ], "public_key": null, - "account_number": "0", "sequence": "0" } }, { "type": "cosmos-sdk/Account", "value": { + "account_number": "0", "address": "fetch1283x8vlre64slwqzx9gm77r5sj4a2x8pthy0du", "coins": [ { - "denom": "atestfet", - "amount": "1000000000000000000" + "amount": "1000000000000000000", + "denom": "atestfet" } ], "public_key": null, - "account_number": "0", "sequence": "0" } }, { "type": "cosmos-sdk/Account", "value": { + "account_number": "0", "address": "fetch1dpxtnqdjw5s2ypgfx8r62unqlplu5twtz7ezyj", "coins": [ { - "denom": "atestfet", - "amount": "1000000000000000000" + "amount": "1000000000000000000", + "denom": "atestfet" } ], "public_key": null, - "account_number": "0", "sequence": "0" } } - ] + ], + "params": { + "max_memo_characters": "256", + "sig_verify_cost_ed25519": "590", + "sig_verify_cost_secp256k1": "1000", + "tx_sig_limit": "7", + "tx_size_cost_per_byte": "10" + } }, - "staking": { - "delegations": null, - "exported": false, - "last_total_power": "0", - "last_validator_powers": null, + "bank": { + "send_enabled": true + }, + "crisis": { + "constant_fee": { + "amount": "1000", + "denom": "atestfet" + } + }, + "distribution": { + "delegator_starting_infos": [], + "delegator_withdraw_infos": [], + "fee_pool": { + "community_pool": [] + }, + "outstanding_rewards": [], "params": { - "bond_denom": "atestfet", - "historical_entries": 0, - "max_entries": 7, - "max_validators": 100, - "min_self_delegation": "1000000000000000000", - "unbonding_time": "1814400000000000" + "base_proposer_reward": "0.010000000000000000", + "bonus_proposer_reward": "0.040000000000000000", + "community_tax": "0.020000000000000000", + "withdraw_addr_enabled": true }, - "redelegations": null, - "unbonding_delegations": null, - "validators": null + "previous_proposer": "", + "validator_accumulated_commissions": [], + "validator_current_rewards": [], + "validator_historical_rewards": [], + "validator_slash_events": [] }, "evidence": { "evidence": [], @@ -266,27 +244,6 @@ "genutil": { "gentxs": [] }, - "upgrade": {}, - "bank": { - "send_enabled": true - }, - "mint": { - "minter": { - "annual_provisions": "0.000000000000000000", - "inflation": "0.030000000000000000" - }, - "params": { - "blocks_per_year": "6311520", - "inflation_rate": "0.030000000000000000", - "mint_denom": "atestfet" - } - }, - "crisis": { - "constant_fee": { - "amount": "1000", - "denom": "atestfet" - } - }, "gov": { "deposit_params": { "max_deposit_period": "172800000000000", @@ -310,28 +267,18 @@ "voting_period": "172800000000000" } }, - "supply": { - "supply": [] - }, - "distribution": { - "delegator_starting_infos": [], - "delegator_withdraw_infos": [], - "fee_pool": { - "community_pool": [] + "mint": { + "minter": { + "annual_provisions": "0.000000000000000000", + "inflation": "0.030000000000000000" }, - "outstanding_rewards": [], "params": { - "base_proposer_reward": "0.010000000000000000", - "bonus_proposer_reward": "0.040000000000000000", - "community_tax": "0.020000000000000000", - "withdraw_addr_enabled": true - }, - "previous_proposer": "", - "validator_accumulated_commissions": [], - "validator_current_rewards": [], - "validator_historical_rewards": [], - "validator_slash_events": [] + "blocks_per_year": "6311520", + "inflation_rate": "0.030000000000000000", + "mint_denom": "atestfet" + } }, + "params": null, "slashing": { "missed_blocks": {}, "params": { @@ -344,7 +291,60 @@ "slash_fraction_downtime": "0.010000000000000000" }, "signing_infos": {} + }, + "staking": { + "delegations": null, + "exported": false, + "last_total_power": "0", + "last_validator_powers": null, + "params": { + "bond_denom": "atestfet", + "historical_entries": 0, + "max_entries": 7, + "max_validators": 100, + "min_self_delegation": "1000000000000000000", + "unbonding_time": "1814400000000000" + }, + "redelegations": null, + "unbonding_delegations": null, + "validators": null + }, + "supply": { + "supply": [] + }, + "upgrade": {}, + "wasm": { + "params": { + "code_upload_access": { + "permission": "Everybody" + }, + "instantiate_default_permission": "Everybody" + } + } + }, + "chain_id": "prelaunch-1", + "consensus_params": { + "block": { + "max_bytes": "22020096", + "max_gas": "-1", + "time_iota_ms": "1000" + }, + "entropy": { + "aeon_length": "100", + "inactivity_window_size": "100", + "required_activity_percentage": "50", + "slashing_threshold_percentage": "50" + }, + "evidence": { + "max_age_duration": "172800000000000", + "max_age_num_blocks": "100000" + }, + "validator": { + "pub_key_types": [ + "ed25519" + ] } }, - "entropy": "" -} \ No newline at end of file + "entropy": "", + "genesis_time": "2021-03-24T15:00:00Z" +} From 8559797ef6facd0886639fedc035779d53a9d26f Mon Sep 17 00:00:00 2001 From: Flavien Binet Date: Wed, 24 Mar 2021 15:24:32 +0100 Subject: [PATCH 24/25] sort genesis --- config/genesis.json | 292 ++++++++++++++++++++++---------------------- 1 file changed, 146 insertions(+), 146 deletions(-) diff --git a/config/genesis.json b/config/genesis.json index 562f471..6d7af72 100644 --- a/config/genesis.json +++ b/config/genesis.json @@ -1,218 +1,95 @@ { - "genesis_time": "2021-03-24T15:00:00Z", - "chain_id": "prelaunch-1", - "consensus_params": { - "block": { - "max_bytes": "22020096", - "max_gas": "-1", - "time_iota_ms": "1000" - }, - "evidence": { - "max_age_num_blocks": "100000", - "max_age_duration": "172800000000000" - }, - "validator": { - "pub_key_types": [ - "ed25519" - ] - }, - "entropy": { - "aeon_length": "100", - "inactivity_window_size": "100", - "required_activity_percentage": "50", - "slashing_threshold_percentage": "50" - } - }, "app_hash": "", "app_state": { - "params": null, - "evidence": { - "evidence": [], - "params": { - "max_evidence_age": "120000000000" - } - }, - "staking": { - "delegations": null, - "exported": false, - "last_total_power": "0", - "last_validator_powers": null, - "params": { - "bond_denom": "atestfet", - "historical_entries": 0, - "max_entries": 7, - "max_validators": 100, - "min_self_delegation": "1000000000000000000", - "unbonding_time": "1814400000000000" - }, - "redelegations": null, - "unbonding_delegations": null, - "validators": null - }, - "gov": { - "deposit_params": { - "max_deposit_period": "172800000000000", - "min_deposit": [ - { - "amount": "10000000000000000000", - "denom": "atestfet" - } - ] - }, - "deposits": null, - "proposals": null, - "starting_proposal_id": "1", - "tally_params": { - "quorum": "0.334000000000000000", - "threshold": "0.500000000000000000", - "veto": "0.334000000000000000" - }, - "votes": null, - "voting_params": { - "voting_period": "172800000000000" - } - }, - "distribution": { - "delegator_starting_infos": [], - "delegator_withdraw_infos": [], - "fee_pool": { - "community_pool": [] - }, - "outstanding_rewards": [], - "params": { - "base_proposer_reward": "0.010000000000000000", - "bonus_proposer_reward": "0.040000000000000000", - "community_tax": "0.020000000000000000", - "withdraw_addr_enabled": true - }, - "previous_proposer": "", - "validator_accumulated_commissions": [], - "validator_current_rewards": [], - "validator_historical_rewards": [], - "validator_slash_events": [] - }, - "upgrade": {}, - "bank": { - "send_enabled": true - }, - "mint": { - "minter": { - "annual_provisions": "0.000000000000000000", - "inflation": "0.030000000000000000" - }, - "params": { - "blocks_per_year": "6311520", - "inflation_rate": "0.030000000000000000", - "mint_denom": "atestfet" - } - }, - "supply": { - "supply": [] - }, - "wasm": { - "params": { - "code_upload_access": { - "permission": "Everybody" - }, - "instantiate_default_permission": "Everybody" - } - }, "auth": { - "params": { - "max_memo_characters": "256", - "tx_sig_limit": "7", - "tx_size_cost_per_byte": "10", - "sig_verify_cost_ed25519": "590", - "sig_verify_cost_secp256k1": "1000" - }, "accounts": [ { "type": "cosmos-sdk/Account", "value": { + "account_number": "0", "address": "fetch1u4phlv46ztdj2xep3rt9ypghdllyjfc3v34t50", "coins": [ { - "denom": "atestfet", - "amount": "1000000000000000000" + "amount": "1000000000000000000", + "denom": "atestfet" } ], "public_key": null, - "account_number": "0", "sequence": "0" } }, { "type": "cosmos-sdk/Account", "value": { + "account_number": "0", "address": "fetch1r8hrxwe82ejurr2eymfufhza5jj95msmahau68", "coins": [ { - "denom": "atestfet", - "amount": "1000000000000000000" + "amount": "1000000000000000000", + "denom": "atestfet" } ], "public_key": null, - "account_number": "0", "sequence": "0" } }, { "type": "cosmos-sdk/Account", "value": { + "account_number": "0", "address": "fetch18t3fcx50m0r8lzfwfp2rgtdp442l5z3zapzvhd", "coins": [ { - "denom": "atestfet", - "amount": "10000000000000000000" + "amount": "10000000000000000000", + "denom": "atestfet" } ], "public_key": null, - "account_number": "0", "sequence": "0" } }, { "type": "cosmos-sdk/Account", "value": { + "account_number": "0", "address": "fetch1azqx48eqjjvu7y8335s6p7hfgckpsa8mvgyezp", "coins": [ { - "denom": "atestfet", - "amount": "1000000000000000000" + "amount": "1000000000000000000", + "denom": "atestfet" } ], "public_key": null, - "account_number": "0", "sequence": "0" } }, { "type": "cosmos-sdk/Account", "value": { + "account_number": "0", "address": "fetch1ujslvlkw4p49yv4hvmc6mdn6wj32k4nc9twn0p", "coins": [ { - "denom": "atestfet", - "amount": "1000000000000000000" + "amount": "1000000000000000000", + "denom": "atestfet" } ], "public_key": null, - "account_number": "0", "sequence": "0" } }, { "type": "cosmos-sdk/Account", "value": { + "account_number": "0", "address": "fetch1qa45stpvcp5sax09mx8nq9dx7w5qsgqrn3tlkm", "coins": [ { - "denom": "atestfet", - "amount": "1000000000000000000" + "amount": "1000000000000000000", + "denom": "atestfet" } ], "public_key": null, - "account_number": "0", "sequence": "0" } }, @@ -336,7 +213,17 @@ "sequence": "0" } } - ] + ], + "params": { + "max_memo_characters": "256", + "sig_verify_cost_ed25519": "590", + "sig_verify_cost_secp256k1": "1000", + "tx_sig_limit": "7", + "tx_size_cost_per_byte": "10" + } + }, + "bank": { + "send_enabled": true }, "crisis": { "constant_fee": { @@ -344,6 +231,69 @@ "denom": "atestfet" } }, + "distribution": { + "delegator_starting_infos": [], + "delegator_withdraw_infos": [], + "fee_pool": { + "community_pool": [] + }, + "outstanding_rewards": [], + "params": { + "base_proposer_reward": "0.010000000000000000", + "bonus_proposer_reward": "0.040000000000000000", + "community_tax": "0.020000000000000000", + "withdraw_addr_enabled": true + }, + "previous_proposer": "", + "validator_accumulated_commissions": [], + "validator_current_rewards": [], + "validator_historical_rewards": [], + "validator_slash_events": [] + }, + "evidence": { + "evidence": [], + "params": { + "max_evidence_age": "120000000000" + } + }, + "genutil": { + "gentxs": [] + }, + "gov": { + "deposit_params": { + "max_deposit_period": "172800000000000", + "min_deposit": [ + { + "amount": "10000000000000000000", + "denom": "atestfet" + } + ] + }, + "deposits": null, + "proposals": null, + "starting_proposal_id": "1", + "tally_params": { + "quorum": "0.334000000000000000", + "threshold": "0.500000000000000000", + "veto": "0.334000000000000000" + }, + "votes": null, + "voting_params": { + "voting_period": "172800000000000" + } + }, + "mint": { + "minter": { + "annual_provisions": "0.000000000000000000", + "inflation": "0.030000000000000000" + }, + "params": { + "blocks_per_year": "6311520", + "inflation_rate": "0.030000000000000000", + "mint_denom": "atestfet" + } + }, + "params": null, "slashing": { "missed_blocks": {}, "params": { @@ -357,9 +307,59 @@ }, "signing_infos": {} }, - "genutil": { - "gentxs": [] + "staking": { + "delegations": null, + "exported": false, + "last_total_power": "0", + "last_validator_powers": null, + "params": { + "bond_denom": "atestfet", + "historical_entries": 0, + "max_entries": 7, + "max_validators": 100, + "min_self_delegation": "1000000000000000000", + "unbonding_time": "1814400000000000" + }, + "redelegations": null, + "unbonding_delegations": null, + "validators": null + }, + "supply": { + "supply": [] + }, + "upgrade": {}, + "wasm": { + "params": { + "code_upload_access": { + "permission": "Everybody" + }, + "instantiate_default_permission": "Everybody" + } + } + }, + "chain_id": "prelaunch-1", + "consensus_params": { + "block": { + "max_bytes": "22020096", + "max_gas": "-1", + "time_iota_ms": "1000" + }, + "entropy": { + "aeon_length": "100", + "inactivity_window_size": "100", + "required_activity_percentage": "50", + "slashing_threshold_percentage": "50" + }, + "evidence": { + "max_age_duration": "172800000000000", + "max_age_num_blocks": "100000" + }, + "validator": { + "pub_key_types": [ + "ed25519" + ] } }, - "entropy": "" -} \ No newline at end of file + "entropy": "", + "genesis_time": "2021-03-24T15:00:00Z" +} From 03845914d1cdcdbad08f40965f1fe215e4475eda Mon Sep 17 00:00:00 2001 From: Flavien Binet Date: Wed, 24 Mar 2021 15:54:31 +0100 Subject: [PATCH 25/25] final gentxs --- config/genesis.json | 647 +++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 646 insertions(+), 1 deletion(-) diff --git a/config/genesis.json b/config/genesis.json index 6d7af72..732a503 100644 --- a/config/genesis.json +++ b/config/genesis.json @@ -257,7 +257,652 @@ } }, "genutil": { - "gentxs": [] + "gentxs": [ + { + "type": "cosmos-sdk/StdTx", + "value": { + "fee": { + "amount": [], + "gas": "200000" + }, + "memo": "11687060d792aa4026c5275c5e8f08b909c94d6b@94.130.65.29:26656", + "msg": [ + { + "type": "cosmos-sdk/MsgCreateValidator", + "value": { + "commission": { + "max_change_rate": "0.010000000000000000", + "max_rate": "0.200000000000000000", + "rate": "0.100000000000000000" + }, + "delegator_address": "fetch1rxfa5hu6wl2624a3fajf4843erv9f0acs2dsnj", + "description": { + "details": "", + "identity": "", + "moniker": "Debian-107-buster-64-minimal", + "security_contact": "", + "website": "" + }, + "min_self_delegation": "1000000000000000000", + "pubkey": "fetchvalconspub1zcjduepqdajudrwl33s923j2ca7yeugg362qpn5z4fumqm4w0v9ugfjy76fqcjndkd", + "validator_address": "fetchvaloper1rxfa5hu6wl2624a3fajf4843erv9f0ac4wjnq4", + "value": { + "amount": "1000000000000000000", + "denom": "atestfet" + } + } + } + ], + "signatures": [ + { + "pub_key": { + "type": "tendermint/PubKeySecp256k1", + "value": "Al2txFnRvyVLGFGa4Mj703EaZlLsTe8DA+xpJ3bf89DU" + }, + "signature": "f0YDEVN9t2yAYMm/U9Cwvh5GJCn5LvK8Bq4Rv7nu75sJzRfAtHLabzev+tE+2qqrkSuqdIP9gf5J1Ractj7IIQ==" + } + ] + } + }, + { + "type": "cosmos-sdk/StdTx", + "value": { + "fee": { + "amount": [], + "gas": "200000" + }, + "memo": "346572bf20e228f0317f96cb71f7488acb6ecfa7@172.31.31.127:26656", + "msg": [ + { + "type": "cosmos-sdk/MsgCreateValidator", + "value": { + "commission": { + "max_change_rate": "0.010000000000000000", + "max_rate": "0.200000000000000000", + "rate": "0.100000000000000000" + }, + "delegator_address": "fetch1azqx48eqjjvu7y8335s6p7hfgckpsa8mvgyezp", + "description": { + "details": "", + "identity": "", + "moniker": "ip-172-31-31-127", + "security_contact": "", + "website": "" + }, + "min_self_delegation": "1000000000000000000", + "pubkey": "fetchvalconspub1zcjduepq6hsgrnql65h2u2ah5apjxmtcpt68p33j4d36jrhu6ww3c65tvggq3gpd6k", + "validator_address": "fetchvaloper1azqx48eqjjvu7y8335s6p7hfgckpsa8mfvm63x", + "value": { + "amount": "1000000000000000000", + "denom": "atestfet" + } + } + } + ], + "signatures": [ + { + "pub_key": { + "type": "tendermint/PubKeySecp256k1", + "value": "A+8TZoXYYmJYFS7J4/SIv1tNtqxxI6Zj3vlJhXLRLIXa" + }, + "signature": "9DJcYdI7MCwmo+4S7a/HVAHqI55YjjL9lEXpQotQA7xvisSwZhrr/w628H5mpx8uKk+/iRJbKFApExeMglnUqQ==" + } + ] + } + }, + { + "type": "cosmos-sdk/StdTx", + "value": { + "fee": { + "amount": [], + "gas": "200000" + }, + "memo": "3f334ca67e2465787b5aae51d15a71d5df8ad010@95.216.159.232:26656", + "msg": [ + { + "type": "cosmos-sdk/MsgCreateValidator", + "value": { + "commission": { + "max_change_rate": "0.010000000000000000", + "max_rate": "0.200000000000000000", + "rate": "0.100000000000000000" + }, + "delegator_address": "fetch13gc9nq7h4k4t3enhfn868qa55anyw5gpy9nw6g", + "description": { + "details": "", + "identity": "", + "moniker": "fetch-bl-val1", + "security_contact": "", + "website": "" + }, + "min_self_delegation": "1000000000000000000", + "pubkey": "fetchvalconspub1zcjduepqdclcxttc528y9ctvzcwc6u2mkmtepgthhppturm2vqz0kvtqg0gsxjxkqs", + "validator_address": "fetchvaloper13gc9nq7h4k4t3enhfn868qa55anyw5gpppvdf0", + "value": { + "amount": "2000000000000000000", + "denom": "atestfet" + } + } + } + ], + "signatures": [ + { + "pub_key": { + "type": "tendermint/PubKeySecp256k1", + "value": "AxVvO+FEB+0qnUxRFFst4pgUznOQUoJVHZ7N3h8Z8u7y" + }, + "signature": "+u1wwHP0j1NH9gfneCeBbYAexuxw/KpZcc5BDJsPVOQC0rwEj4p9iHJmpOsawoOfIVfYNeU66pnzhNN334fTDQ==" + } + ] + } + }, + { + "type": "cosmos-sdk/StdTx", + "value": { + "fee": { + "amount": [], + "gas": "200000" + }, + "memo": "4491a8b9adf848b821add4b10c3ba3a3fb47453d@172.31.9.79:26656", + "msg": [ + { + "type": "cosmos-sdk/MsgCreateValidator", + "value": { + "commission": { + "max_change_rate": "0.010000000000000000", + "max_rate": "0.200000000000000000", + "rate": "0.100000000000000000" + }, + "delegator_address": "fetch1dpxtnqdjw5s2ypgfx8r62unqlplu5twtz7ezyj", + "description": { + "details": "", + "identity": "", + "moniker": "ip-172-31-9-79", + "security_contact": "", + "website": "" + }, + "min_self_delegation": "1000000000000000000", + "pubkey": "fetchvalconspub1zcjduepqmddr3ar36l5ljr83xh0t4mdwhuj42jz902p5atqnzzqvzd2x99usltt8xj", + "validator_address": "fetchvaloper1dpxtnqdjw5s2ypgfx8r62unqlplu5twt86xph4", + "value": { + "amount": "1000000000000000000", + "denom": "atestfet" + } + } + } + ], + "signatures": [ + { + "pub_key": { + "type": "tendermint/PubKeySecp256k1", + "value": "A+oR70czuYOWfPMqCx63U9/n+LEEn7TauoI+F5fhHpW0" + }, + "signature": "2YpaRpwyc/dZWe5rmlCZp4TQ4TGXjck3cgtPyLNuclM75kqk5pO4pp7JdC1SV8nhTK/nRSgr1ieMtVTuiIUICg==" + } + ] + } + }, + { + "type": "cosmos-sdk/StdTx", + "value": { + "fee": { + "amount": [], + "gas": "200000" + }, + "memo": "5537f67dd0908c9093e299f9bd01c2e1f1e3cafd@161.97.163.243:26656", + "msg": [ + { + "type": "cosmos-sdk/MsgCreateValidator", + "value": { + "commission": { + "max_change_rate": "0.010000000000000000", + "max_rate": "0.200000000000000000", + "rate": "0.100000000000000000" + }, + "delegator_address": "fetch1283x8vlre64slwqzx9gm77r5sj4a2x8pthy0du", + "description": { + "details": "", + "identity": "", + "moniker": "vmi516157.contaboserver.net", + "security_contact": "", + "website": "" + }, + "min_self_delegation": "1000000000000000000", + "pubkey": "fetchvalconspub1zcjduepqsjnkfgsnyamjjguvmlxugwqc7jlfsnmqvs9k6a6vvf7s97plkn5s7rjduf", + "validator_address": "fetchvaloper1283x8vlre64slwqzx9gm77r5sj4a2x8pwnmv7m", + "value": { + "amount": "1000000000000000000", + "denom": "atestfet" + } + } + } + ], + "signatures": [ + { + "pub_key": { + "type": "tendermint/PubKeySecp256k1", + "value": "Ay9idjpyQi9rfa75UQZmts98a2xBobMyBl7l3GPge8X6" + }, + "signature": "zqjSkyabz7+aYJV/WZRX5wWT05gzUWgISx4/jFLwZ6kyv8pR73655mmAS4X6EP8XZZhJZ5w0mR/QbJmCmTCq1g==" + } + ] + } + }, + { + "type": "cosmos-sdk/StdTx", + "value": { + "fee": { + "amount": [], + "gas": "200000" + }, + "memo": "69e8d76ec00a86cfffbf5bf28b0f1e7f5453250b@192.168.1.11:26656", + "msg": [ + { + "type": "cosmos-sdk/MsgCreateValidator", + "value": { + "commission": { + "max_change_rate": "0.010000000000000000", + "max_rate": "0.200000000000000000", + "rate": "0.100000000000000000" + }, + "delegator_address": "fetch1ujslvlkw4p49yv4hvmc6mdn6wj32k4nc9twn0p", + "description": { + "details": "", + "identity": "", + "moniker": "fierydev1", + "security_contact": "", + "website": "" + }, + "min_self_delegation": "1000000000000000000", + "pubkey": "fetchvalconspub1zcjduepq5q92aq29h6z32vc4pmlxa4k0hl9n0l6yua7jtrq2je7vju96342qavlasd", + "validator_address": "fetchvaloper1ujslvlkw4p49yv4hvmc6mdn6wj32k4ncq03sux", + "value": { + "amount": "1000000000000000000", + "denom": "atestfet" + } + } + } + ], + "signatures": [ + { + "pub_key": { + "type": "tendermint/PubKeySecp256k1", + "value": "AhFlzsE0XcX9d4xoVyRf7pAv8qq9vqJsS0ryBCaLYYmz" + }, + "signature": "gnnxnUnY7YMEFwd5Zr10NBoudNctG2POhHzACsUPnVkrom0PY+3HlqkDYVwwCV45Gp0xrY+6UEIuKMKrHXxuNA==" + } + ] + } + }, + { + "type": "cosmos-sdk/StdTx", + "value": { + "fee": { + "amount": [], + "gas": "200000" + }, + "memo": "71c8026d2fce69770842108d75e88714a514399e@157.90.234.129:26656", + "msg": [ + { + "type": "cosmos-sdk/MsgCreateValidator", + "value": { + "commission": { + "max_change_rate": "0.010000000000000000", + "max_rate": "0.200000000000000000", + "rate": "0.100000000000000000" + }, + "delegator_address": "fetch16254fzc4yzuassvg08fffw8u6dxvf28fv9dnnx", + "description": { + "details": "", + "identity": "", + "moniker": "ubuntu-4gb-nbg1-1", + "security_contact": "", + "website": "" + }, + "min_self_delegation": "1000000000000000000", + "pubkey": "fetchvalconspub1zcjduepqd7aq9pqp48sg5glnpy8s7qp5749ek6qpesz304ykv946kdadmwgs9fwzps", + "validator_address": "fetchvaloper16254fzc4yzuassvg08fffw8u6dxvf28ffpjsqp", + "value": { + "amount": "1000000000000000000", + "denom": "atestfet" + } + } + } + ], + "signatures": [ + { + "pub_key": { + "type": "tendermint/PubKeySecp256k1", + "value": "AxzQiZ7YJy87CbguUBNvoRLxA1TSV3aqXXriv/7fmV93" + }, + "signature": "4PExBkvt8jEDWIsYFddfaVdX8vquBGzBEjX2gaK0Vl4kldtq/eT7iVmbpax7d4rmN8gOGuNZJKwcWuGrqR8xqw==" + } + ] + } + }, + { + "type": "cosmos-sdk/StdTx", + "value": { + "fee": { + "amount": [], + "gas": "200000" + }, + "memo": "78b636830b57e645d52574859745cbfd90cdb17a@172.31.37.8:26656", + "msg": [ + { + "type": "cosmos-sdk/MsgCreateValidator", + "value": { + "commission": { + "max_change_rate": "0.010000000000000000", + "max_rate": "0.200000000000000000", + "rate": "0.100000000000000000" + }, + "delegator_address": "fetch13khad49h8aht652whwpfs3lfjsl2dw5sj7msqu", + "description": { + "details": "", + "identity": "", + "moniker": "ip-172-31-37-8", + "security_contact": "", + "website": "" + }, + "min_self_delegation": "1000000000000000000", + "pubkey": "fetchvalconspub1zcjduepq70msj9gt9fmvlte3tl7amluftrnsaw7zuhkuhkuefv5caz35kszqj02f54", + "validator_address": "fetchvaloper13khad49h8aht652whwpfs3lfjsl2dw5sh6ynnm", + "value": { + "amount": "1000000000000000000", + "denom": "atestfet" + } + } + } + ], + "signatures": [ + { + "pub_key": { + "type": "tendermint/PubKeySecp256k1", + "value": "AqwIMhnd3G8NONjwFaptu06uCKotWhVDOpjlWcsaCcwa" + }, + "signature": "Qn4/FmI6F54J5PEyFJpI01eXs3gKxxtftce11des21oFxXuugUyhAsbp8ourFH/fTXcGfcSi1/+ww/x1/F11tA==" + } + ] + } + }, + { + "type": "cosmos-sdk/StdTx", + "value": { + "fee": { + "amount": [], + "gas": "200000" + }, + "memo": "b1a04817572ea185830e52ae8d5872dbd3043370@10.30.1.100:26656", + "msg": [ + { + "type": "cosmos-sdk/MsgCreateValidator", + "value": { + "commission": { + "max_change_rate": "0.010000000000000000", + "max_rate": "0.200000000000000000", + "rate": "0.100000000000000000" + }, + "delegator_address": "fetch16pvdy0jyxrh4gnv0tdjhpzqqt95x7krdm6spyw", + "description": { + "details": "", + "identity": "", + "moniker": "ATEAM", + "security_contact": "", + "website": "" + }, + "min_self_delegation": "1000000000000000000", + "pubkey": "fetchvalconspub1zcjduepqhe6fkurjr3e03tr93f0tg86e3g98xnr0d5am0qqkl6k7mfaz9d9sl04gja", + "validator_address": "fetchvaloper16pvdy0jyxrh4gnv0tdjhpzqqt95x7krd770zhf", + "value": { + "amount": "1000000000000000000", + "denom": "atestfet" + } + } + } + ], + "signatures": [ + { + "pub_key": { + "type": "tendermint/PubKeySecp256k1", + "value": "AtvPLKXdep2EYWfRNSGp0Qs6RxZJaLYZ8bf+SnPPxcXx" + }, + "signature": "RnEL2WoyL8m3QRGr+exWHFMex8OL76+3Qpdjx7lstKUY/Q1o6XZXeatnuDiJx+eR/DznrEChOhFfFTv6R6ieLw==" + } + ] + } + }, + { + "type": "cosmos-sdk/StdTx", + "value": { + "fee": { + "amount": [], + "gas": "200000" + }, + "memo": "be31a78541b0f6165b9b49755b2a1c6c46661ab0@172.2.0.230:26656", + "msg": [ + { + "type": "cosmos-sdk/MsgCreateValidator", + "value": { + "commission": { + "max_change_rate": "0.010000000000000000", + "max_rate": "0.200000000000000000", + "rate": "0.100000000000000000" + }, + "delegator_address": "fetch13zc59un6v5vyfyvfud606zccgvarnc98932sqg", + "description": { + "details": "", + "identity": "", + "moniker": "ip-172-2-0-230", + "security_contact": "", + "website": "" + }, + "min_self_delegation": "1000000000000000000", + "pubkey": "fetchvalconspub1zcjduepqagm9vpafl77aelwxq5yp65c4pdw5zztqy0d3h0amdvsfvzxz2has0cn6wh", + "validator_address": "fetchvaloper13zc59un6v5vyfyvfud606zccgvarnc98q44nn0", + "value": { + "amount": "10000000000000000000", + "denom": "atestfet" + } + } + } + ], + "signatures": [ + { + "pub_key": { + "type": "tendermint/PubKeySecp256k1", + "value": "AnS2hrCDRLIR7LlyaHEwOuD4vWApLANdxu5xwE49Y83/" + }, + "signature": "WB9VHauSJumaCnblW9oce0cFVsjstzCCZIsHJn2HKecKNkPLRL0waqSkwLRLD3Z9OZSXMQUBH3Fi/Zo4kr/DYQ==" + } + ] + } + }, + { + "type": "cosmos-sdk/StdTx", + "value": { + "fee": { + "amount": [], + "gas": "200000" + }, + "memo": "ca72a5d9a04763e3e757c34ca30a17eb74f9aa94@202.61.250.43:26656", + "msg": [ + { + "type": "cosmos-sdk/MsgCreateValidator", + "value": { + "commission": { + "max_change_rate": "0.010000000000000000", + "max_rate": "0.200000000000000000", + "rate": "0.100000000000000000" + }, + "delegator_address": "fetch1r8hrxwe82ejurr2eymfufhza5jj95msmahau68", + "description": { + "details": "", + "identity": "", + "moniker": "v2202103143272145961", + "security_contact": "", + "website": "" + }, + "min_self_delegation": "1000000000000000000", + "pubkey": "fetchvalconspub1zcjduepqfnfzm9rtt4h6xryjgvk0ul922ncuzc9rrq45r0t3gj5rqhr8x5kqqf8htl", + "validator_address": "fetchvaloper1r8hrxwe82ejurr2eymfufhza5jj95msmcnzlfq", + "value": { + "amount": "1000000000000000000", + "denom": "atestfet" + } + } + } + ], + "signatures": [ + { + "pub_key": { + "type": "tendermint/PubKeySecp256k1", + "value": "AmAtYVKAGshE2lLdvVZ16GntZsxSMcFquBIJUyvCyOrX" + }, + "signature": "u2uoIDcnaAXtr6KNVOT977YiG85H1PxWnTEjI5+oKRBxU37aNvvf1lXxoLNJ7mI0XzCJN51UDWNFnCEL3K9Dcw==" + } + ] + } + }, + { + "type": "cosmos-sdk/StdTx", + "value": { + "fee": { + "amount": [], + "gas": "200000" + }, + "memo": "cb5dfbc589584558b9cdef2a2c23ca4d8051a820@192.168.96.17:26656", + "msg": [ + { + "type": "cosmos-sdk/MsgCreateValidator", + "value": { + "commission": { + "max_change_rate": "0.010000000000000000", + "max_rate": "0.200000000000000000", + "rate": "0.100000000000000000" + }, + "delegator_address": "fetch1qa45stpvcp5sax09mx8nq9dx7w5qsgqrn3tlkm", + "description": { + "details": "", + "identity": "", + "moniker": "nj1idmnode002", + "security_contact": "", + "website": "" + }, + "min_self_delegation": "1000000000000000000", + "pubkey": "fetchvalconspub1zcjduepqg7g54mdhas9q7ajewjqyxf96g74zs5kf3ffqch3e0l7z93n2dclsn5vkxn", + "validator_address": "fetchvaloper1qa45stpvcp5sax09mx8nq9dx7w5qsgqrk45u9u", + "value": { + "amount": "1000000000000000000", + "denom": "atestfet" + } + } + } + ], + "signatures": [ + { + "pub_key": { + "type": "tendermint/PubKeySecp256k1", + "value": "A9ksgl8MtybpR/XrRi2M4NBdEzw16sRS3Wroomyt/xmZ" + }, + "signature": "VQSNjtZ9sRPexge+6b7gQQ7yqYCOWswNo0LjwfN1iAAvqSlHKo0voGZ0nt2jv4Ra1f60N14C5FdOSjH2NMWb3Q==" + } + ] + } + }, + { + "type": "cosmos-sdk/StdTx", + "value": { + "fee": { + "amount": [], + "gas": "200000" + }, + "memo": "dd10030c0c70c99b27d6cffec10b93799f7ae50f@172.105.230.173:26656", + "msg": [ + { + "type": "cosmos-sdk/MsgCreateValidator", + "value": { + "commission": { + "max_change_rate": "1.000000000000000000", + "max_rate": "1.000000000000000000", + "rate": "0.100000000000000000" + }, + "delegator_address": "fetch18t3fcx50m0r8lzfwfp2rgtdp442l5z3zapzvhd", + "description": { + "details": "Co-building the Interchain", + "identity": "2861F5EE06627224", + "moniker": "Forbole", + "security_contact": "", + "website": "https://forbole.com" + }, + "min_self_delegation": "1000000000000000000", + "pubkey": "fetchvalconspub1zcjduepqqlaua2zpcjyvp6ftlpt5446hn8vkyd2f5vnkdk8zztu26suu3yjqfvqffc", + "validator_address": "fetchvaloper18t3fcx50m0r8lzfwfp2rgtdp442l5z3zc9a0y2", + "value": { + "amount": "1000000000000000000", + "denom": "atestfet" + } + } + } + ], + "signatures": [ + { + "pub_key": { + "type": "tendermint/PubKeySecp256k1", + "value": "A+YnXdCToECQzpbzBKL8WXBVS8xhEDIp/aoi6rZRcgM1" + }, + "signature": "U+WIsVqsk4EfRD/W65H7UbomlIPx5eyiAIpdNzekjZBrdUAObTpJ8gAmPt99X2bXyFcHdmeHmMcYp6heIvaG7g==" + } + ] + } + }, + { + "type": "cosmos-sdk/StdTx", + "value": { + "fee": { + "amount": [], + "gas": "200000" + }, + "memo": "603a70c852c911ba6aa0bbdb890ade24565a08f8@207.180.202.34:26656", + "msg": [ + { + "type": "cosmos-sdk/MsgCreateValidator", + "value": { + "commission": { + "max_change_rate": "0.010000000000000000", + "max_rate": "0.200000000000000000", + "rate": "0.100000000000000000" + }, + "delegator_address": "fetch1u4phlv46ztdj2xep3rt9ypghdllyjfc3v34t50", + "description": { + "details": "", + "identity": "", + "moniker": "vmd44019.contaboserver.net", + "security_contact": "", + "website": "" + }, + "min_self_delegation": "1000000000000000000", + "pubkey": "fetchvalconspub1zcjduepqhj02ntfu67fr87ex8du4nc6n5d87wx6aqvla5akzstrpyn79h2esmhshwr", + "validator_address": "fetchvaloper1u4phlv46ztdj2xep3rt9ypghdllyjfc3f42g8g", + "value": { + "amount": "1000000000000000000", + "denom": "atestfet" + } + } + } + ], + "signatures": [ + { + "pub_key": { + "type": "tendermint/PubKeySecp256k1", + "value": "AoSGTvsHCxyOhuIJMSccGaCpGdWGCkkz2JlGQ5RLBr3X" + }, + "signature": "KF9ZVLdvoR6r3FXi2mG20n048S0r9xM9gzewX9MsG74IOCimSp3P+SqNtMeQpkZXNlEgWkmajlibFzjXcJxljA==" + } + ] + } + } + ] }, "gov": { "deposit_params": {