From fdde69b07e400b3e465ba001ae21c9dee505d3e5 Mon Sep 17 00:00:00 2001 From: "Alexander L." Date: Fri, 27 Mar 2026 08:17:55 +0100 Subject: [PATCH] Update rotki to v1.42.1 (#5203) --- rotki/docker-compose.yml | 2 +- rotki/umbrel-app.yml | 27 ++++++++++++--------------- 2 files changed, 13 insertions(+), 16 deletions(-) diff --git a/rotki/docker-compose.yml b/rotki/docker-compose.yml index ccaae2d9..d159d2b3 100644 --- a/rotki/docker-compose.yml +++ b/rotki/docker-compose.yml @@ -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 diff --git a/rotki/umbrel-app.yml b/rotki/umbrel-app.yml index f15ac93f..aa6edb78 100644 --- a/rotki/umbrel-app.yml +++ b/rotki/umbrel-app.yml @@ -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.