Skip to content

Commit

Permalink
Merge branch 'main' into CNS-repo-clean
Browse files Browse the repository at this point in the history
  • Loading branch information
Yaroms authored Jun 3, 2024
2 parents 0cf4825 + 740e647 commit d63ef03
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/lava.yml
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ jobs:

build_docker:
permissions:
contents: read
contents: write
packages: write
needs: [test-consensus, test-protocol]
runs-on: ubuntu-latest
Expand Down Expand Up @@ -412,6 +412,7 @@ jobs:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
- name: Build and push
uses: docker/build-push-action@v5
continue-on-error: true
with:
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
Expand Down
15 changes: 13 additions & 2 deletions cookbook/specs/evmos.json
Original file line number Diff line number Diff line change
Expand Up @@ -870,6 +870,10 @@
"values": [
{
"latest_distance": 10000
},
{
"extension": "archive",
"latest_distance": 1000000
}
]
}
Expand Down Expand Up @@ -1460,6 +1464,10 @@
"values": [
{
"latest_distance": 10000
},
{
"extension": "archive",
"latest_distance": 1000000
}
]
}
Expand Down Expand Up @@ -1550,13 +1558,16 @@
},
{
"name": "pruning",
"parse_directive": {
"function_tag": "GET_BLOCK_BY_NUM"
},
"values": [
{
"expected_value": ""
"latest_distance": 10000
},
{
"extension": "archive",
"expected_value": ""
"latest_distance": 1000000
}
]
}
Expand Down
9 changes: 9 additions & 0 deletions cookbook/specs/near.json
Original file line number Diff line number Diff line change
Expand Up @@ -489,6 +489,15 @@
"expected_value": "testnet"
}
]
},
{
"name": "pruning",
"values": [
{
"extension": "archive",
"expected_value": "42376888"
}
]
}
]
}
Expand Down

0 comments on commit d63ef03

Please sign in to comment.