Skip to content

Commit

Permalink
Merge branch 'master' into AddBlockdaemonGenTx
Browse files Browse the repository at this point in the history
  • Loading branch information
liamsi authored Oct 25, 2023
2 parents 4ffd224 + ef718be commit 4664c85
Show file tree
Hide file tree
Showing 49 changed files with 1,704 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/validate-validator-github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
pull-requests: write
env:
VALIDATOR_LIST: (
"ybstaked",
"nodebreaker0-0",
"silviugae",
"tiagocmachado",
Expand Down
1 change: 1 addition & 0 deletions celestia/0xfury.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[email protected]:26656
1 change: 1 addition & 0 deletions celestia/AMSolutions.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[email protected]:16656
1 change: 1 addition & 0 deletions celestia/BitNordic.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[email protected]:26656
1 change: 1 addition & 0 deletions celestia/BlackBlocks.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[email protected]:20056
3 changes: 3 additions & 0 deletions celestia/ChorusOne.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[email protected]:23656
[email protected]:23656
[email protected]:23656
1 change: 1 addition & 0 deletions celestia/DSRV.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[email protected]:26656
1 change: 1 addition & 0 deletions celestia/Finoa-Consensus-Services.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
005b439eca9a27b736156c0081a863a40b3be517@peers.celestia-node.pn.prod.fcstech.de:26656
1 change: 1 addition & 0 deletions celestia/MZONDER.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[email protected]:20056
1 change: 1 addition & 0 deletions celestia/Moonlet.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[email protected]:16656
1 change: 1 addition & 0 deletions celestia/NodeStake.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[email protected]:26656
1 change: 1 addition & 0 deletions celestia/NodesGuru.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[email protected]:43656
1 change: 1 addition & 0 deletions celestia/Ryabina.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[email protected]:26656
1 change: 1 addition & 0 deletions celestia/StakeSquid.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[email protected]:26656
1 change: 1 addition & 0 deletions celestia/Staked.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[email protected]:26656
1 change: 1 addition & 0 deletions celestia/StakingFacilities.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
4727239dfe0173ef862f55c2fa26e9a6a057a572@celestia-mainnet.stakingwizard.com:26656
4 changes: 4 additions & 0 deletions celestia/Validatus.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[email protected]:2000
[email protected]:2000
[email protected]:2000
[email protected]:2000
1 change: 1 addition & 0 deletions celestia/alphab.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[email protected]:26656
62 changes: 62 additions & 0 deletions celestia/gentx/0xfury.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
{
"body": {
"messages": [
{
"@type": "/cosmos.staking.v1beta1.MsgCreateValidator",
"description": {
"moniker": "0xFury",
"identity": "CD3DA1D23BBA4D59",
"website": "https://0xfury.com",
"security_contact": "[email protected]",
"details": "0xFury - Enterprise-grade blockchain infrastructure solutions."
},
"commission": {
"rate": "0.080000000000000000",
"max_rate": "0.200000000000000000",
"max_change_rate": "0.010000000000000000"
},
"min_self_delegation": "1",
"delegator_address": "celestia1kl5nxl54xt3g6k5k4zlk48udfcx8gkz2kkvm7e",
"validator_address": "celestiavaloper1kl5nxl54xt3g6k5k4zlk48udfcx8gkz2nfwzgl",
"pubkey": {
"@type": "/cosmos.crypto.ed25519.PubKey",
"key": "ZbIukxRVlvD2EugqyWY5oq8VPvxLDBs61qzHVK0bqAo="
},
"value": {
"denom": "utia",
"amount": "72140000000"
}
}
],
"memo": "[email protected]:26656",
"timeout_height": "0",
"extension_options": [],
"non_critical_extension_options": []
},
"auth_info": {
"signer_infos": [
{
"public_key": {
"@type": "/cosmos.crypto.secp256k1.PubKey",
"key": "A4na4/X64wk9FHVDp6MfS2s/p7a44diN7hIFaQwGiYPq"
},
"mode_info": {
"single": {
"mode": "SIGN_MODE_DIRECT"
}
},
"sequence": "0"
}
],
"fee": {
"amount": [],
"gas_limit": "210000",
"payer": "",
"granter": ""
},
"tip": null
},
"signatures": [
"jRX337417YAEQgSxA9Y0EyYaMrq0O7Jq6vV+TKokGP4qao2b/Yvwcilc+7Zy/SAVSqqBtWx7Kbk9BerkCewmxA=="
]
}
62 changes: 62 additions & 0 deletions celestia/gentx/AVIAONE.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
{
"body": {
"messages": [
{
"@type": "/cosmos.staking.v1beta1.MsgCreateValidator",
"description": {
"moniker": "AVIAONE 🟢",
"identity": "DCD3D6C0BF61C200",
"website": "https://aviaone.com",
"security_contact": "",
"details": "Staking with Aviaone 🟢 generate a yield and your tokens stays on your wallet 🔑 🔒. NO TRANSFER REQUIRED 👍"
},
"commission": {
"rate": "0.050000000000000000",
"max_rate": "0.500000000000000000",
"max_change_rate": "0.100000000000000000"
},
"min_self_delegation": "1",
"delegator_address": "celestia1e7jh5dt02ee5k6vrfls0ttuxyj9k0g5a42tl2q",
"validator_address": "celestiavaloper1e7jh5dt02ee5k6vrfls0ttuxyj9k0g5as4fxux",
"pubkey": {
"@type": "/cosmos.crypto.ed25519.PubKey",
"key": "XKPJp8fSr/wPh3RcIAApC25x2B/jLoRmYXkUzBu5MV4="
},
"value": {
"denom": "utia",
"amount": "8000000"
}
}
],
"memo": "[email protected]:26656",
"timeout_height": "0",
"extension_options": [],
"non_critical_extension_options": []
},
"auth_info": {
"signer_infos": [
{
"public_key": {
"@type": "/cosmos.crypto.secp256k1.PubKey",
"key": "A7pAfmtfGBPoc/Pa92lD8kmFJa2DL/lIfcCjeipTrooO"
},
"mode_info": {
"single": {
"mode": "SIGN_MODE_DIRECT"
}
},
"sequence": "0"
}
],
"fee": {
"amount": [],
"gas_limit": "210000",
"payer": "",
"granter": ""
},
"tip": null
},
"signatures": [
"Y/Et8EZcYHb/8wp0p/NnU+Z2fDv13mhi5yqlInRSt6p1HqXEXvLYpKrygfOs4lWMHT1VVUl+pkqAsGlGGfvg/w=="
]
}
62 changes: 62 additions & 0 deletions celestia/gentx/ActiveNodes.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
{
"body": {
"messages": [
{
"@type": "/cosmos.staking.v1beta1.MsgCreateValidator",
"description": {
"moniker": "Active Nodes",
"identity": "A2EA7DE76AD57E1A",
"website": "https://www.activenodes.io",
"security_contact": "",
"details": "We Skyrocket your Stake! Highly Available Enterprise Infrastructure with multiple nodes around the world"
},
"commission": {
"rate": "0.050000000000000000",
"max_rate": "0.200000000000000000",
"max_change_rate": "0.050000000000000000"
},
"min_self_delegation": "1",
"delegator_address": "celestia1t345w0vxnyyrf4eh43lpd3jl7z378rtsgv8j5h",
"validator_address": "celestiavaloper1t345w0vxnyyrf4eh43lpd3jl7z378rtsdn9tz3",
"pubkey": {
"@type": "/cosmos.crypto.ed25519.PubKey",
"key": "J+TjVEWF8QcOdjJAfuaVjK+AlZdUn3wK5qW5DrVIDFo="
},
"value": {
"denom": "utia",
"amount": "72850000000"
}
}
],
"memo": "[email protected]:26656",
"timeout_height": "0",
"extension_options": [],
"non_critical_extension_options": []
},
"auth_info": {
"signer_infos": [
{
"public_key": {
"@type": "/cosmos.crypto.secp256k1.PubKey",
"key": "AmGqHnQI9Nf6lykK1RyTvia6tbmsqOreLGFg7tvuD6BF"
},
"mode_info": {
"single": {
"mode": "SIGN_MODE_DIRECT"
}
},
"sequence": "0"
}
],
"fee": {
"amount": [],
"gas_limit": "210000",
"payer": "",
"granter": ""
},
"tip": null
},
"signatures": [
"wJO1xraxuyQycgDsyjHGUYRHgfphewcaP6AvY29NP+ICyP88n0H6P27j6cURSsFy8XTTxs/EXPhDGNHBY/a4jw=="
]
}
62 changes: 62 additions & 0 deletions celestia/gentx/BitNordic.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
{
"body": {
"messages": [
{
"@type": "/cosmos.staking.v1beta1.MsgCreateValidator",
"description": {
"moniker": "BitNordic",
"identity": "8620B2B38D72599B",
"website": "https://bitnordic.com",
"security_contact": "[email protected]",
"details": "Your partner in staking & web3"
},
"commission": {
"rate": "0.050000000000000000",
"max_rate": "0.120000000000000000",
"max_change_rate": "0.050000000000000000"
},
"min_self_delegation": "1",
"delegator_address": "celestia1slnzmhg3kwhc2c5y9atrt5jtmt3sauzzy2f325",
"validator_address": "celestiavaloper1slnzmhg3kwhc2c5y9atrt5jtmt3sauzzp4tguj",
"pubkey": {
"@type": "/cosmos.crypto.ed25519.PubKey",
"key": "ptuoujxCDDF4+F0M5J7Gv8jwMwijkxFNmphxzxavcvM="
},
"value": {
"denom": "utia",
"amount": "8000000"
}
}
],
"memo": "[email protected]:26656",
"timeout_height": "0",
"extension_options": [],
"non_critical_extension_options": []
},
"auth_info": {
"signer_infos": [
{
"public_key": {
"@type": "/cosmos.crypto.secp256k1.PubKey",
"key": "A1nz20Lk0+VWTf//MN4tGcW6+nwCkIeb/WtI+pmrzc3C"
},
"mode_info": {
"single": {
"mode": "SIGN_MODE_DIRECT"
}
},
"sequence": "0"
}
],
"fee": {
"amount": [],
"gas_limit": "210000",
"payer": "",
"granter": ""
},
"tip": null
},
"signatures": [
"uoiS9Rgs+BleC/t/T+OtmiBbYWpV9KvjOznsYdIciXJLvuvo+P7vosQYDwq+O502q+ZmqTXgnjhneWAihfHEgg=="
]
}
62 changes: 62 additions & 0 deletions celestia/gentx/BlackBlocks.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
{
"body": {
"messages": [
{
"@type": "/cosmos.staking.v1beta1.MsgCreateValidator",
"description": {
"moniker": "BlackBlocks",
"identity": "2E0040A44894A00D",
"website": "https://blackblocks.io",
"security_contact": "[email protected]",
"details": "Collaborative validator featuring WayneWayner, a top-10 participant in the Blockspace Race (incentivized testnet), and winner of the light node challenge, along with BlackBlocks GmbH, a professional node infrastructure company. Our validator is housed at firstcolo FRA4, Germany."
},
"commission": {
"rate": "0.050000000000000000",
"max_rate": "0.200000000000000000",
"max_change_rate": "0.070000000000000000"
},
"min_self_delegation": "1",
"delegator_address": "celestia1knn88yl08ctsdrtxvfp39jywt7rph9ptfpkguz",
"validator_address": "celestiavaloper1knn88yl08ctsdrtxvfp39jywt7rph9ptv7532y",
"pubkey": {
"@type": "/cosmos.crypto.ed25519.PubKey",
"key": "zPYTB+0OM56gFu6V03k1DIvyHP6IIEu2yNsTGRvkfu0="
},
"value": {
"denom": "utia",
"amount": "8000000"
}
}
],
"memo": "[email protected]:26656",
"timeout_height": "0",
"extension_options": [],
"non_critical_extension_options": []
},
"auth_info": {
"signer_infos": [
{
"public_key": {
"@type": "/cosmos.crypto.secp256k1.PubKey",
"key": "A5Fp4EO5JreMTHmPii1doys4T3fBGqUtSgaW3hVGvf+X"
},
"mode_info": {
"single": {
"mode": "SIGN_MODE_DIRECT"
}
},
"sequence": "0"
}
],
"fee": {
"amount": [],
"gas_limit": "210000",
"payer": "",
"granter": ""
},
"tip": null
},
"signatures": [
"YFNUBuV50Emy5+67IzeSqOzed4MumhoIlpY1s8XZUPZkutgEFio+HDgPvNTk7h0aufhGwwTjxunhmwptTBFRKQ=="
]
}
Loading

0 comments on commit 4664c85

Please sign in to comment.