KomodoPlatform / coins

coin parameters and all files needed for GUI support
17 stars 119 forks source link

Keeping alignment with API development #527

Open smk762 opened 1 year ago

smk762 commented 1 year ago

Recently we ended up in a position where the master branch of the coins repo contained information which breaks the functionality of some methods in the current API release version. To avoid repeating this problem, the following suggestions have been made

Please add any more suggestions or pros/cons below. cc: @yurii-khi @artemii235 @ozkanonur @tonymorony @cipig

cipig commented 1 year ago

The ideal solution would be if the GUI would fetch coin_config.json from this repo on every start, so people don't have to wait for a new release just to have some coins added.

smk762 commented 1 year ago

The ideal solution would be if the GUI would fetch coin_config.json from this repo on every start, so people don't have to wait for a new release just to have some coins added.

For desktop I've considered this - run "reset assets" or maybe have button to update assets would grab the latest pinned commit. Add a little "new coins listed" message above the button in settings so user knows and can update. I'll fold this in when I revive the "keep active on restart" PR for 0.5.8.