You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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
0 commit comments