Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update netid, coins and bump app version #88

Merged
merged 5 commits into from
Dec 18, 2023
Merged

Commits on Dec 17, 2023

  1. Update coin icons

    CharlVS committed Dec 17, 2023
    Configuration menu
    Copy the full SHA
    c4e6e38 View commit details
    Browse the repository at this point in the history
  2. Update bundled coin config json

    Even though coin config files are updated at runtime, it’s a good idea to keep the bundled version up to date since it’s used on the first launch and is used as a fallback if update fails.
    
    NB: In the near future, these files will be dropped from the repo and instead rather fetched at CI build time in PR #87 (#87).
    CharlVS committed Dec 17, 2023
    Configuration menu
    Copy the full SHA
    2c49e01 View commit details
    Browse the repository at this point in the history
  3. Update net ID

    CharlVS committed Dec 17, 2023
    Configuration menu
    Copy the full SHA
    78221f8 View commit details
    Browse the repository at this point in the history
  4. Bump app version

    Major release version because net ID update is a breaking change since users on old net ID cannot see order book of new net ID users. This is part of a p2p network stack upgrade for Komodo DeFi framework which opens up future possibilities for more efficient streaming-based event features.
    CharlVS committed Dec 17, 2023
    Configuration menu
    Copy the full SHA
    60113f4 View commit details
    Browse the repository at this point in the history
  5. Fix - upgrade min android SDK for failed builds

    The new Komodo DeFi Framework p2p layer changes require Android NDK >=23.
    CharlVS committed Dec 17, 2023
    Configuration menu
    Copy the full SHA
    eaf7a3b View commit details
    Browse the repository at this point in the history