Browse Source

Update rotki to v1.35.1 (#1686)

main
Nathan Fretz 3 months ago
committed by GitHub
parent
commit
33d69e26e6
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      rotki/docker-compose.yml
  2. 28
      rotki/umbrel-app.yml

2
rotki/docker-compose.yml

@ -7,7 +7,7 @@ services:
APP_PORT: 80
web:
image: rotki/rotki:v1.35.0@sha256:3346b217cb0895069a4af38eab0db9100d9d07bae7dc35d2f0349b6d289dcdff
image: rotki/rotki:v1.35.1@sha256:3a167e5d7934bff8d3dadd082ddbc206d1ede1d12b09e2087fb89897b2f9a235
restart: on-failure
stop_grace_period: 1m
init: true

28
rotki/umbrel-app.yml

@ -2,7 +2,7 @@ manifestVersion: 1
id: rotki
category: finance
name: rotki
version: "1.35.0"
version: "1.35.1"
tagline: Portfolio tracking, analytics, accounting and tax reporting
description: >-
rotki is an open source portfolio tracking, analytics, accounting and tax reporting tool that protects your privacy.
@ -25,20 +25,22 @@ repo: https://github.com/rotki/rotki
support: https://github.com/rotki/rotki/issues
port: 8084
releaseNotes: >-
🚨 As always when you are upgrading from an older release, all your EVM history events will need to be redecoded.
This is something that takes a bit of time (depending on the amount of events) but is required in order to apply all changes since last release.
The redecoding will be triggered the first time you go to the history events page after you open the new version. You can monitor progress by pressing the 3 dots menu on the top right and then checking how many events remain in the popup window.
New features:
- Support for Defillama and Coingecko API keys for higher rate limits
- Gnosis pay referral rewards properly recognized
- Improved vTHOR price querying
New features:
- Support for Gnosis Pay, ODOS swaps, and ExtraFI
- Maker Sky rebrand support (SKY and USDS tokens)
- Eigenlayer PEPE upgrade support
- Blockpit CSV import
- LlamaZip swaps decoding for Optimism and Arbitrum
- Uniswap V2 and V3 as historical price oracles
- Calendar reminders for CRV vote escrow lock periods
- Improved browser wallet address import
Improvements and bug fixes:
- Optimized transaction decoding speed, especially for mass token sending
- Reduced database size for Graph protocol users
- Fixed historical price refresh on history events page
- Improved yearn vaults data querying
- Better handling of EURe price
- Fixed tag filter logic in account view
- Improved error handling for ethereum validator exit timestamp queries
- Fixed double conversion for manual balance prices in non-USD currencies
Full release notes are found at https://github.com/rotki/rotki/releases
gallery:

Loading…
Cancel
Save