Skip to content

Commit

Permalink
try forcing regenesis
Browse files Browse the repository at this point in the history
  • Loading branch information
DaughterOfMars committed Jan 15, 2025
1 parent 1a75854 commit 6723223
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions .github/scripts/rosetta/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,6 @@ echo "Install binaries"
cargo install --locked --bin iota --path crates/iota
cargo install --locked --bin iota-rosetta --path crates/iota-rosetta

CONFIG_DIR=~/.iota/iota_config
if ! [ -d "$CONFIG_DIR" ]; then
echo "run IOTA genesis"
iota genesis
fi

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 &
iota start --no-full-node --force-regenesis &
shell: bash

- name: Start Rosetta servers
Expand Down

0 comments on commit 6723223

Please sign in to comment.