Skip to content

Commit

Permalink
Merge pull request #281 from lavanet/CNS-266-consensus-failure-need-t…
Browse files Browse the repository at this point in the history
…o-remove-the-usage-of-core-block

Cns 266 remove core.block and use instead blockhash that is saved in storage
  • Loading branch information
Yaroms authored Feb 2, 2023
2 parents 41cd727 + e74ab7d commit f0b35aa
Show file tree
Hide file tree
Showing 14 changed files with 147 additions and 218 deletions.
8 changes: 8 additions & 0 deletions cookbook/spec_add_arbitrum.json
Original file line number Diff line number Diff line change
Expand Up @@ -1305,6 +1305,14 @@
"blocks_in_finalization_proof": 3,
"average_block_time": "500",
"allowed_block_lag_for_qos_sync": "20",
"min_stake_provider": {
"denom": "ulava",
"amount": "1000"
},
"min_stake_client": {
"denom": "ulava",
"amount": "100"
},
"apis": [
{
"name": "rpc_modules",
Expand Down
8 changes: 8 additions & 0 deletions cookbook/spec_add_cosmoshub.json
Original file line number Diff line number Diff line change
Expand Up @@ -5797,6 +5797,14 @@
"blocks_in_finalization_proof": 1,
"average_block_time": "6500",
"allowed_block_lag_for_qos_sync": "10",
"min_stake_provider": {
"denom": "ulava",
"amount": "1000"
},
"min_stake_client": {
"denom": "ulava",
"amount": "100"
},
"apis": [
{
"name": "abci_info",
Expand Down
8 changes: 8 additions & 0 deletions cookbook/spec_add_fantom.json
Original file line number Diff line number Diff line change
Expand Up @@ -1613,6 +1613,14 @@
"blocks_in_finalization_proof": 1,
"average_block_time": "1500",
"allowed_block_lag_for_qos_sync": "5",
"min_stake_provider": {
"denom": "ulava",
"amount": "1000"
},
"min_stake_client": {
"denom": "ulava",
"amount": "100"
},
"apis": [
{
"name": "web3_clientVersion",
Expand Down
8 changes: 8 additions & 0 deletions cookbook/spec_add_juno.json
Original file line number Diff line number Diff line change
Expand Up @@ -6565,6 +6565,14 @@
"blocks_in_finalization_proof": 1,
"average_block_time": "6500",
"allowed_block_lag_for_qos_sync": "2",
"min_stake_provider": {
"denom": "ulava",
"amount": "1000"
},
"min_stake_client": {
"denom": "ulava",
"amount": "100"
},
"apis": [
{
"name": "abci_info",
Expand Down
8 changes: 8 additions & 0 deletions cookbook/spec_add_osmosis.json
Original file line number Diff line number Diff line change
Expand Up @@ -9565,6 +9565,14 @@
"blocks_in_finalization_proof": 1,
"average_block_time": "6500",
"allowed_block_lag_for_qos_sync": "3",
"min_stake_provider": {
"denom": "ulava",
"amount": "1000"
},
"min_stake_client": {
"denom": "ulava",
"amount": "100"
},
"apis": [
{
"name": "abci_info",
Expand Down
8 changes: 8 additions & 0 deletions cookbook/spec_add_polygon.json
Original file line number Diff line number Diff line change
Expand Up @@ -1401,6 +1401,14 @@
"blocks_in_finalization_proof": 3,
"average_block_time": "2000",
"allowed_block_lag_for_qos_sync": "30",
"min_stake_provider": {
"denom": "ulava",
"amount": "1000"
},
"min_stake_client": {
"denom": "ulava",
"amount": "100"
},
"apis": [
{
"name": "rpc_modules",
Expand Down
Loading

0 comments on commit f0b35aa

Please sign in to comment.