KomodoPlatform / komodo-wallet-mobile

KomodoWallet Mobile codebase
https://komodoplatform.com
MIT License
21 stars 31 forks source link

Release 0.6.3: Update Vote Coins #12

Closed CharlVS closed 1 year ago

CharlVS commented 1 year ago

All commits tested in #9

@smk762 Are there any other additions which need to go out with the next release?

Release notes:

Description:

This PR aims to merge the changes from the dev branch into master for the release of version 0.6.3. The primary focus of this release is the integration of VOTE2023 and the removal of KIP0001.

Changelog:

  1. Save API binaries as artefacts: Improved the build process by saving API binaries as artefacts.
  2. Delist KIP0001: Removed KIP0001 as the poll has been completed.
  3. Add VOTE2023: Integrated the VOTE2023 coin into the coins repo.
  4. Make VOTE2023 default and wallet-only coin: Updated VOTE2023 settings to be a wallet-only coin and activated by default for increased visibility.
  5. Update README: Beautify README.
  6. Add License: add MIT License info.
smk762 commented 1 year ago

I cant think of anything critical blocking VOTE2023 release.

CharlVS commented 1 year ago

Description:

This PR aims to merge the changes from the dev branch into master for the release of version 0.6.3. The primary focus of this release is the integration of VOTE2023 and the removal of KIP0001.

Changelog:

  1. Save API binaries as artefacts: Improved the build process by saving API binaries as artefacts.
  2. Delist KIP0001: Removed KIP0001 as the poll has been completed.
  3. Add VOTE2023: Integrated the VOTE2023 coin into the coins repo.
  4. Make VOTE2023 default and wallet-only coin: Updated VOTE2023 settings to be a wallet-only coin and activated by default for increased visibility.
  5. Fix null version: Fix the version shown in the settings page so that it shows the version instead of 'null'.
Canialon commented 1 year ago

looks good:) Vote2023 is default and all functionality also worked nicely. No KIP0001 in the app

CharlVS commented 1 year ago

@smk762 @Canialon I've bumped the version and also fixed the version shown on the settings page, which was always null. Because of the branch rules, the PR needs re-approval. image