AntelopeIO / DUNES

Docker Utilities for Node Execution
Other
26 stars 17 forks source link

Make the dirtydb fix backwards compatible #226

Closed ScottBailey closed 1 year ago

ScottBailey commented 1 year ago

172 allows for clearing a dirty DB; unfortunately we failed to consider backwards compatibility in the update.

This can be easily fixed by swapping the $4 and $5 arguments in the script and updating the caller.

This will allow an older DUNE executable to call a newer DUNES container image and vice versa.

See also 8bcb6300fbeb417e116468d68bb306a4f3107c0e