NethermindEth / near-sffl

https://nffl.nethermind.io/
MIT License
6 stars 4 forks source link

Clear NEAR DA data on docker compose test env reset #272

Closed Hyodar closed 2 weeks ago

Hyodar commented 2 weeks ago

Current Behavior

NEAR DA data was not being cleared on a docker compose test env reset. The usual fix for this would be resetting the volumes whenever resetting - docker compose down -v or such. Still, this may pass unnoticed and cause some confusion.

A related PR is #267.

New Behavior

The above issue is prevented by clearing the relevant data on the indexer_setup service. So, when re-upping it should be clean even if the volumes were not reset.

Breaking Changes

None