axelarnetwork / axelarate-community

Tools to join the axelar network
GNU General Public License v3.0
44 stars 57 forks source link

fix genesis sync and seed file format compatibility issue #367

Closed talalashraf closed 1 year ago

talalashraf commented 2 years ago

old binaries use seeds.txt while new binaries use toml file for seeds. when people try to sync from scratch the script tries to use the new method but the old binaries dont support it. we want to create a method where depending on the verison of the binary the seeds.toml is transferred to the config.toml file.

https://github.com/axelarnetwork/axelarate-community/pull/350