Skip to content
This repository has been archived by the owner on Jun 12, 2024. It is now read-only.

feat: user defined currencies #700

Merged
merged 20 commits into from
Jan 18, 2024
Merged

feat: user defined currencies #700

merged 20 commits into from
Jan 18, 2024

Commits on Jan 5, 2024

  1. Configuration menu
    Copy the full SHA
    dbf1373 View commit details
    Browse the repository at this point in the history
  2. api endpoint for currencies

    hay-kot committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    645155a View commit details
    Browse the repository at this point in the history
  3. sort slice before return

    hay-kot committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    2240617 View commit details
    Browse the repository at this point in the history
  4. remove currency validation

    hay-kot committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    e647419 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fa676d6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b4151f0 View commit details
    Browse the repository at this point in the history
  7. bump go version

    hay-kot committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    9b6db67 View commit details
    Browse the repository at this point in the history
  8. fix type definition

    hay-kot committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    cb01595 View commit details
    Browse the repository at this point in the history
  9. specify explicit type

    hay-kot committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    de8ecde View commit details
    Browse the repository at this point in the history
  10. change go versions

    hay-kot committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    c07ae23 View commit details
    Browse the repository at this point in the history
  11. proper types for assetId

    hay-kot committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    50bbb38 View commit details
    Browse the repository at this point in the history
  12. log/return currency error

    hay-kot committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    c1bcb80 View commit details
    Browse the repository at this point in the history
  13. make case insensative

    hay-kot committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    d1b8b5e View commit details
    Browse the repository at this point in the history
  14. use ToUpper instead

    hay-kot committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    8dc3ca4 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

  1. feat: adding new currencies (#715)

    * fix: task swag (#710)
    
    Co-authored-by: Quoing <pavel.cadersky@mavenir.com>
    
    * [feat] Adding new currencies
    
    ---------
    
    Co-authored-by: quoing <quoing@users.noreply.github.com>
    Co-authored-by: Quoing <pavel.cadersky@mavenir.com>
    Co-authored-by: Bradley <41597815+userbradley@users.noreply.github.com>
    4 people authored Jan 18, 2024
    Configuration menu
    Copy the full SHA
    12c3239 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4e608dc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b92d7f9 View commit details
    Browse the repository at this point in the history
  4. add env config for currencies

    hay-kot committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    cfeff37 View commit details
    Browse the repository at this point in the history
  5. basic documentaion

    hay-kot committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    3ff7980 View commit details
    Browse the repository at this point in the history
  6. remove in sync test

    hay-kot committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    e44eaaf View commit details
    Browse the repository at this point in the history