Update rotki to v1.42.1 (#5203)

This commit is contained in:
Alexander L. 2026-03-27 08:17:55 +01:00 committed by GitHub
parent 57c4b4e925
commit fdde69b07e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 13 additions and 16 deletions

View File

@ -7,7 +7,7 @@ services:
APP_PORT: 80
web:
image: rotki/rotki:v1.42.0@sha256:a6a6426d397f4534d8d122540b66c42cc12eb1a3a633940aee48be92a447bde2
image: rotki/rotki:v1.42.1@sha256:c088bdd6fec5bfe92f6e1a93829d844fa8076040d1754683e07348a97677d4d0
restart: on-failure
stop_grace_period: 1m
init: true

View File

@ -2,7 +2,7 @@ manifestVersion: 1
id: rotki
category: finance
name: rotki
version: "1.42.0"
version: "1.42.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.
@ -27,23 +27,20 @@ repo: https://github.com/rotki/rotki
support: https://github.com/rotki/rotki/issues
port: 8084
releaseNotes: >-
This is a major feature release containing UX and performance improvements, new protocol integrations, and more.
This is a patch release fixing issues reported over the past 5 weeks.
Key highlights include:
- Automatic asset movement matching between exchanges and the blockchain
- Redesigned history sync progress panel with detailed real-time progress
- Duplicate event detection and resolution for customized events
- In-app bug reporting and feedback via Help & Support menu
- New Superfluid stream transactions and balances support
- Morpho support extended to Arbitrum, Polygon, Optimism, and more chains
- StakeDAO V2 Curve strategy decoding and vault balance detection
- Lido CSM node-operator bond balance tracking
- Kraken Futures balances via Futures API keys
- Russian language localization added
- Merchant type icons for Gnosis Pay transactions
- Transactions sent to your own address now shown as neutral self-transactions
- Ability to bulk ignore assets or mark them as spam from the account page
- Detection and resolution of inconsistencies in internal EVM transaction data via repulling or redecoding
- Added cost basis transfer rules to reduce errors when moving funds (e.g. wrapping ETH, DeFi deposits)
- Sushiswap swaps now decoded on all EVM chains
- Yearn Finance support extended to all EVM chains
- ERC-4337 fee detection now works on all EVM chains
- Added spam subtype event for manually tagging spam, phishing, or address poisoning transactions
- Fixed asset icons failing to load in Docker deployments
- Improved Curve, Pendle, Beefy, and Gearbox transaction decoding
- ETH staking validator limits now checked before submission with user-friendly messages
- Numerous bug fixes around transaction decoding, balances, and UI behavior
⚠️ As always when upgrading, all your EVM history events will need to be redecoded. This takes time depending on the amount of events but is required to apply all changes.