Skip to content

Commit

Permalink
feat: spec add NAMADA (lavanet#1365)
Browse files Browse the repository at this point in the history
* feat: spec add NAMADA

* fix: spec name

* feat: inheritance

* feat: archive & verification

* fix: typo
  • Loading branch information
RuslanGlaznyov authored Apr 30, 2024
1 parent 067bfc1 commit de156f6
Showing 1 changed file with 101 additions and 0 deletions.
101 changes: 101 additions & 0 deletions cookbook/specs/spec_add_namada.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,101 @@
{
"deposit": "10000000ulava",
"proposal": {
"title": "Add spec: NAMADA SE testnet",
"description": "Adding new specification support for relaying data on NAMADA",
"specs": [
{
"index": "NAMTSE",
"name": "namada se testnet",
"enabled": true,
"imports": [
"COSMOSSDK"
],
"reliability_threshold": 268435455,
"data_reliability_enabled": false,
"block_distance_for_finalized_data": 0,
"blocks_in_finalization_proof": 1,
"average_block_time": 10000,
"allowed_block_lag_for_qos_sync": 2,
"shares": 1,
"min_stake_provider": {
"denom": "ulava",
"amount": "47500000000"
},
"api_collections": [
{
"enabled": true,
"collection_data": {
"api_interface": "tendermintrpc",
"internal_path": "",
"type": "",
"add_on": ""
},
"apis": [],
"headers": [],
"inheritance_apis": [],
"parse_directives": [],
"verifications": [
{
"name": "chain-id",
"values": [
{
"expected_value": "shielded-expedition.88f17d1d14"
}
]
},
{
"name": "pruning",
"values": [
{
"latest_distance": 8640
},
{
"extension": "archive",
"expected_value": "237907"
}
]
}
],
"extensions": [
{
"name": "archive",
"cu_multiplier": 5,
"rule": {
"block": 8520
}
}
]
},
{
"enabled": false,
"collection_data": {
"api_interface": "rest",
"internal_path": "",
"type": "GET",
"add_on": ""
}
},
{
"enabled": false,
"collection_data": {
"api_interface": "rest",
"internal_path": "",
"type": "POST",
"add_on": ""
}
},
{
"enabled": false,
"collection_data": {
"api_interface": "grpc",
"internal_path": "",
"type": "",
"add_on": ""
}
}
]
}
]
}
}

0 comments on commit de156f6

Please sign in to comment.