Skip to content

Commit

Permalink
improve scripts, readmes
Browse files Browse the repository at this point in the history
  • Loading branch information
Fraccaman committed Aug 20, 2024
1 parent dfdfe78 commit f864f8f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pre-genesis-transactions-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
- uses: sigoden/install-binary@v1
with:
repo: anoma/namada
tag: v0.40.0
tag: v0.43.0
name: namadac
- name: Set up python
id: setup-python
Expand Down
6 changes: 5 additions & 1 deletion scripts/artifacts/README.jinja
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Namada Mainnet Genesis files

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla mauris magna, blandit non posuere a, tempor vel nibh. Integer lacinia quam tempor hendrerit porta. Ut quis congue elit.
The set of parameters and transactions that will create the namada genesis file.

If you have received an allocation, check the [docs on how to make a pre-genesis transaction.](https://docs.namada.net/networks/starting-network/genesis-flow/participants)

If you need help, feel free to [reach out on discord](https://discord.gg/AsPCKgW3)!

## Voting power distribution

Expand Down
3 changes: 3 additions & 0 deletions scripts/rebuild.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ def build_readme(validators):
with open("genesis/README.md", mode="w", encoding="utf-8") as message:
message.write(content)

with open("README.md", mode="w", encoding="utf-8") as message:
message.write(content)


def read_unsafe_toml(file_path):
try:
Expand Down

0 comments on commit f864f8f

Please sign in to comment.