Skip to content

Commit

Permalink
Add Gentx validate step
Browse files Browse the repository at this point in the history
  • Loading branch information
jkilpatr committed Feb 29, 2024
1 parent deffe69 commit f0b07a1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/gentx-check.yml.disabled
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ jobs:
mkdir $HOME/.althea/config/gentx
cp ./testnet-3-genesis.json $HOME/.althea/config/genesis.json
cp ./gentxs/* $HOME/.althea/config/gentx/
- name: Validate Sigs
run: |
for file in ./gentxs/*; do
althea tx validate-signatures "$file" --chain_id althea_417834-3 --offline --account-number 0 --sequence 0
done
- name: Validate Genesis
run: althea validate-genesis
- name: Collect Gentxs
Expand Down

0 comments on commit f0b07a1

Please sign in to comment.