Skip to content

Commit

Permalink
Fixes to specs
Browse files Browse the repository at this point in the history
  • Loading branch information
shleikes committed Dec 1, 2024
1 parent 18b215a commit 3b0cc90
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/spec-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
pull_request:
paths:
- "mainnet-1/specs/*.json"
- "testnet-2/specs/*.json"
# Optionally allow manual triggers
workflow_dispatch:

Expand All @@ -27,8 +28,8 @@ jobs:

- name: Copy specs to lava
run: |
rm -rf lava/specs/mainnet-1/specs
cp -r $GITHUB_WORKSPACE/mainnet-1/specs lava/specs/mainnet-1/specs
rm -rf lava/specs
cp -r $GITHUB_WORKSPACE lava/specs
- name: Run Tests
working-directory: lava/x/spec/keeper
Expand Down
File renamed without changes.
29 changes: 29 additions & 0 deletions testnet-2/specs/cosmossdk_full.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"proposal": {
"title": "Add Specs: Full Cosmos SDK",
"description": "Adding full Cosmos SDK specification",
"specs": [
{
"index": "COSMOSSDKFULL",
"name": "full cosmos sdk",
"enabled": false,
"imports": [
"COSMOSSDK",
"COSMOSWASM"
],
"reliability_threshold": 268435455,
"data_reliability_enabled": true,
"block_distance_for_finalized_data": 0,
"blocks_in_finalization_proof": 1,
"average_block_time": 6500,
"allowed_block_lag_for_qos_sync": 2,
"shares": 1,
"min_stake_provider": {
"denom": "ulava",
"amount": "50000000000"
}
}
]
},
"deposit": "10000000ulava"
}

0 comments on commit 3b0cc90

Please sign in to comment.