Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(ci): iota-rosetta validation (#4496)
* refactor(ci): skip on condition genesis creation for rosetta setup Since there is no cleanup in the setup and we use a self-hosted runner, the genesis persists between runs. * fix(iota-rosetta): disable historical balance checks We don't support account-balances lookups at specific heights (at least in a trivial matter). So the following applies ``` $ ./bin/rosetta-cli check:data --help By default, account balances are looked up at specific heights (instead of only at the current block). If your node does not support this functionality set historical balance disabled to true. This will make reconciliation much less efficient but it will still work. ``` * fixup! refactor(ci): skip on condition genesis creation for rosetta setup * fixup! fixup! refactor(ci): skip on condition genesis creation for rosetta setup
- Loading branch information