Changelog
Follow up on the latest improvements and updates.
RSS
fixed
v0.5.4
- Updated access control configuration
improved
fixed
v0.5.3
- Fixed competition leader board karma points not updating when challenge completed
- Improved stability of REST api instances
new
v0.5.2
- Add multiple LNURL Auth devices to same account.
- Delete account
- Add the EUR/USD challenge.
- Avatars
new
v0.5.1
Adding Karma Competition
Backend
- Adding Total Karma Competition to Competition Engine
new
improved
fixed
v0.5.0
Challenges, Karma and Badges
🔥
Backend
- Fixed fees management bug.
- Improved service shutdown.
- Challenges Engine
- Kollider Karma
- Discount structure with Kollider Karma
- Badges
- New Rate limiting on REST API (5 req/sec).
Frontend
- Challenges section in profile view.
- Achievement section in profile view.
new
v0.4.1
Fee Management & Deposits and Bugs
Backend
- Introducing Kollider's Fee Management Engine. This will come with a new Fee Tier system which you can read up on here.
- Increasing max deposit limit to 5 million Sats (previously 1.5million)
- Fixing Liquidation RPNL reporting. While the rpnl value in liquidation trades was accounted for correctly it wasn't correctly reported to the user. RPNL was higher than the actual value.
- The denomination field in the IndexValue messages was hard coded to be always USD. Since we introduced a EUR pair we needed to make it dynamic and is now showing EUR for euro pairs.
- Journaling Impact prices.
Frontend
- Open order table includes leverage values.
- Fix wrong liquidation price in the lite version.
- Change Overview to Profile View on Dashboard 👀