steemit / tinman

Testnet management scripts
8 stars 20 forks source link

TN: improve txgen & submit version-range declaration support #147

Open relativityboy opened 6 years ago

relativityboy commented 6 years ago

The current version of tinman supports a single Major version of the actions file.

As a developer with a set of snapshots, or actions files made across a range of major/minor versions of tinman - I want to know if the current tinman will be able to run them - so that I can reproduce old testnet states as needed for comparison with current states, even if tinman is evolving rapidly.

AC

relativityboy commented 6 years ago

This is an extension of #131, which was not pointed high enough to get "all the way" there.

inertia186 commented 6 years ago

Currently, there is no range. Tinman only supports 0.x and warns when the minor version is ahead.

relativityboy commented 6 years ago

Currently