From 4cfc3269ee727e505ce2da50f853b18ea75ae420 Mon Sep 17 00:00:00 2001 From: Shane Vitarana Date: Mon, 22 Mar 2021 16:47:27 -0400 Subject: [PATCH] Fixed genesis issues (#190) * update genesis * updated params --- bellatrix-1/genesis.json | 79 ++++++++++++++++++- ...6e11278c3e5d37d9856b1b8f36b34cb23de35.json | 62 ++++++++++++++- 2 files changed, 139 insertions(+), 2 deletions(-) diff --git a/bellatrix-1/genesis.json b/bellatrix-1/genesis.json index 274866a6..59923f3f 100644 --- a/bellatrix-1/genesis.json +++ b/bellatrix-1/genesis.json @@ -59,6 +59,13 @@ "account_number": "0", "sequence": "0" }, + { + "@type": "/cosmos.auth.v1beta1.BaseAccount", + "address": "stars164l8w59ug7k849wu6cewfzzpzfhseeqldlfq67", + "pub_key": null, + "account_number": "0", + "sequence": "0" + }, { "@type": "/cosmos.auth.v1beta1.BaseAccount", "address": "stars1d25p7fvtkhwu7ufyslmpsqcepppf5lfw8dhhnc", @@ -1256,6 +1263,15 @@ } ] }, + { + "address": "stars164l8w59ug7k849wu6cewfzzpzfhseeqldlfq67", + "coins": [ + { + "denom": "ustarx", + "amount": "100000000" + } + ] + }, { "address": "stars16mmzpta2wzjyrqh3q8jefewfjcas3sk7ge92ga", "coins": [ @@ -1624,6 +1640,67 @@ "YwdaP62UYCB2x3DeNLH0EYwbeutSl47a/KhQg2+8fv4vwq5HtU1297J5D50mPB+z90FvKN6wRdWHciJURa9H6Q==" ] }, + { + "body": { + "messages": [ + { + "@type": "/cosmos.staking.v1beta1.MsgCreateValidator", + "description": { + "moniker": "sr", + "identity": "", + "website": "", + "security_contact": "", + "details": "" + }, + "commission": { + "rate": "0.100000000000000000", + "max_rate": "0.200000000000000000", + "max_change_rate": "0.010000000000000000" + }, + "min_self_delegation": "1", + "delegator_address": "stars164l8w59ug7k849wu6cewfzzpzfhseeqldlfq67", + "validator_address": "starsvaloper164l8w59ug7k849wu6cewfzzpzfhseeqlxpa5px", + "pubkey": { + "@type": "/cosmos.crypto.ed25519.PubKey", + "key": "kyXb0o3WVzFRDQF9Iu0iertHtjdJ3ICkj/acBJhSV8M=" + }, + "value": { + "denom": "ustarx", + "amount": "90000000" + } + } + ], + "memo": "0da6e11278c3e5d37d9856b1b8f36b34cb23de35@10.128.0.3:26656", + "timeout_height": "0", + "extension_options": [], + "non_critical_extension_options": [] + }, + "auth_info": { + "signer_infos": [ + { + "public_key": { + "@type": "/cosmos.crypto.secp256k1.PubKey", + "key": "A+lYT+uvdLSFElToGBc7KV/VZoEDsrCosMx8uk2qV/Kb" + }, + "mode_info": { + "single": { + "mode": "SIGN_MODE_DIRECT" + } + }, + "sequence": "0" + } + ], + "fee": { + "amount": [], + "gas_limit": "200000", + "payer": "", + "granter": "" + } + }, + "signatures": [ + "LUN4hlH1/PpS9fi3eK9Tsv1XlPidRAytiIOtMT/1wp46VECUuILS63VYPAmlKxBcH3XNgYm5hqPa5hYjZsRV7Q==" + ] + }, { "body": { "messages": [ @@ -6420,4 +6497,4 @@ "gen_msgs": [] } } -} +} \ No newline at end of file diff --git a/bellatrix-1/gentx/gentx-0da6e11278c3e5d37d9856b1b8f36b34cb23de35.json b/bellatrix-1/gentx/gentx-0da6e11278c3e5d37d9856b1b8f36b34cb23de35.json index 2408000d..2fe20b40 100644 --- a/bellatrix-1/gentx/gentx-0da6e11278c3e5d37d9856b1b8f36b34cb23de35.json +++ b/bellatrix-1/gentx/gentx-0da6e11278c3e5d37d9856b1b8f36b34cb23de35.json @@ -1 +1,61 @@ -{"body":{"messages":[{"@type":"/cosmos.staking.v1beta1.MsgCreateValidator","description":{"moniker":"sr","identity":"","website":"","security_contact":"","details":""},"commission":{"rate":"0.100000000000000000","max_rate":"0.200000000000000000","max_change_rate":"0.010000000000000000"},"min_self_delegation":"1","delegator_address":"stars164l8w59ug7k849wu6cewfzzpzfhseeqldlfq67","validator_address":"starsvaloper164l8w59ug7k849wu6cewfzzpzfhseeqlxpa5px","pubkey":{"@type":"/cosmos.crypto.ed25519.PubKey","key":"kyXb0o3WVzFRDQF9Iu0iertHtjdJ3ICkj/acBJhSV8M="},"value":{"denom":"ustarx","amount":"90000000"}}],"memo":"0da6e11278c3e5d37d9856b1b8f36b34cb23de35@10.128.0.3:26656","timeout_height":"0","extension_options":[],"non_critical_extension_options":[]},"auth_info":{"signer_infos":[{"public_key":{"@type":"/cosmos.crypto.secp256k1.PubKey","key":"A+lYT+uvdLSFElToGBc7KV/VZoEDsrCosMx8uk2qV/Kb"},"mode_info":{"single":{"mode":"SIGN_MODE_DIRECT"}},"sequence":"0"}],"fee":{"amount":[],"gas_limit":"200000","payer":"","granter":""}},"signatures":["LUN4hlH1/PpS9fi3eK9Tsv1XlPidRAytiIOtMT/1wp46VECUuILS63VYPAmlKxBcH3XNgYm5hqPa5hYjZsRV7Q=="]} +{ + "body": { + "messages": [ + { + "@type": "/cosmos.staking.v1beta1.MsgCreateValidator", + "description": { + "moniker": "sr", + "identity": "", + "website": "", + "security_contact": "", + "details": "" + }, + "commission": { + "rate": "0.100000000000000000", + "max_rate": "0.200000000000000000", + "max_change_rate": "0.010000000000000000" + }, + "min_self_delegation": "1", + "delegator_address": "stars164l8w59ug7k849wu6cewfzzpzfhseeqldlfq67", + "validator_address": "starsvaloper164l8w59ug7k849wu6cewfzzpzfhseeqlxpa5px", + "pubkey": { + "@type": "/cosmos.crypto.ed25519.PubKey", + "key": "kyXb0o3WVzFRDQF9Iu0iertHtjdJ3ICkj/acBJhSV8M=" + }, + "value": { + "denom": "ustarx", + "amount": "90000000" + } + } + ], + "memo": "0da6e11278c3e5d37d9856b1b8f36b34cb23de35@10.128.0.3:26656", + "timeout_height": "0", + "extension_options": [], + "non_critical_extension_options": [] + }, + "auth_info": { + "signer_infos": [ + { + "public_key": { + "@type": "/cosmos.crypto.secp256k1.PubKey", + "key": "A+lYT+uvdLSFElToGBc7KV/VZoEDsrCosMx8uk2qV/Kb" + }, + "mode_info": { + "single": { + "mode": "SIGN_MODE_DIRECT" + } + }, + "sequence": "0" + } + ], + "fee": { + "amount": [], + "gas_limit": "200000", + "payer": "", + "granter": "" + } + }, + "signatures": [ + "LUN4hlH1/PpS9fi3eK9Tsv1XlPidRAytiIOtMT/1wp46VECUuILS63VYPAmlKxBcH3XNgYm5hqPa5hYjZsRV7Q==" + ] +}