Skip to content

Commit

Permalink
move genesis back and always do it
Browse files Browse the repository at this point in the history
  • Loading branch information
DaughterOfMars committed Jan 16, 2025
1 parent 6723223 commit c410b4a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/scripts/rosetta/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ echo "Install binaries"
cargo install --locked --bin iota --path crates/iota
cargo install --locked --bin iota-rosetta --path crates/iota-rosetta

echo "run IOTA genesis"
iota genesis --force

echo "generate rosetta configuration"
iota-rosetta generate-rosetta-cli-config --online-url http://127.0.0.1:9002 --offline-url http://127.0.0.1:9003

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_rosetta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

- name: Start local IOTA network
run: |
iota start --no-full-node --force-regenesis &
iota start --no-full-node &
shell: bash

- name: Start Rosetta servers
Expand Down

0 comments on commit c410b4a

Please sign in to comment.