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

Optimise coins asset files #87

Closed
wants to merge 18 commits into from
Closed

Optimise coins asset files #87

wants to merge 18 commits into from

Commits on Dec 11, 2023

  1. Add python script to load coin configs and icons

    Load coins config files and icons from the github repository and
    branch specified in coins_ci.json
    takenagain committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    09487ff View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2023

  1. Add coin config files and icons to .gitignore

    Exclude coin files from the repository as they
    will be downloaded using the python script
    when setting up dev environment or deploying
    takenagain committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    1fad6b7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    79b93fd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    510dc0c View commit details
    Browse the repository at this point in the history
  4. Add command line argument "-f/--force"

    Cleans existing coin asset files and redownloads assets
    takenagain committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    c91218c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8cc93d3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    512c106 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cbdb54a View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2023

  1. Configuration menu
    Copy the full SHA
    47c3b40 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5754355 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e14abd0 View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2023

  1. Configuration menu
    Copy the full SHA
    d19b6f2 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2023

  1. Update fetch_coin_assets.py to be more generic

    Modified from komodo-wallet-archive changes
    takenagain committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    ccda16c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9279045 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ec880f1 View commit details
    Browse the repository at this point in the history
  4. Add coin icons integration test

    Test that every coin in the add coin list has a corresponding icon file
    takenagain committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    72c455f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d04dfae View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2023

  1. Fix validate coins GitHub Action

    The validate coins action was failing silently because of the coins_ci.json file location changing to the assets folder
    takenagain committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    eef3f81 View commit details
    Browse the repository at this point in the history