Skip to content

Tags: KnightChaser/kcx

Tags

v2.1.1

Toggle v2.1.1's commit message
Improved User Leaderboard Ranking + bugfix

The changes optimize fetching of current cryptocurrency prices by preloading all necessary values from Redis in a single operation. Additionally, the refactored code ensures accurate mapping of user balances to their corresponding users by using a dictionary, and streamlines the calculation of total asset values by filtering out non-asset columns only once, leading to more efficient and accurate ranking of users based on their total asset value. (There were some bugs calculating the estimated asset values incorrectly)

v2.1.0

Toggle v2.1.0's commit message
Deployment environment information

Just more badges ngl

v2.0.0

Toggle v2.0.0's commit message
Resetting slider values when the user changes the asset type

Refer to #1 thread

v1.0.1

Toggle v1.0.1's commit message
Wrong image filepath bug fix

all image filename should be lowercased, not uppercased

v1.0.0

Toggle v1.0.0's commit message
Dockerizing for deployment!