mirror of
https://github.com/getumbrel/umbrel-apps.git
synced 2024-11-14 17:39:17 +00:00
Update rotki to version v1.35.0 (#1578)
This commit is contained in:
parent
89f1f465df
commit
ab61ee5062
|
@ -7,7 +7,7 @@ services:
|
||||||
APP_PORT: 80
|
APP_PORT: 80
|
||||||
|
|
||||||
web:
|
web:
|
||||||
image: rotki/rotki:v1.34.3@sha256:6ef9506bef565b4da0a0a5339a8d34b16a76f5a592ea44140738e7808965e62e
|
image: rotki/rotki:v1.35.0@sha256:3346b217cb0895069a4af38eab0db9100d9d07bae7dc35d2f0349b6d289dcdff
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
stop_grace_period: 1m
|
stop_grace_period: 1m
|
||||||
init: true
|
init: true
|
||||||
|
|
|
@ -2,7 +2,7 @@ manifestVersion: 1
|
||||||
id: rotki
|
id: rotki
|
||||||
category: finance
|
category: finance
|
||||||
name: rotki
|
name: rotki
|
||||||
version: "1.34.3"
|
version: "1.35.0"
|
||||||
tagline: Portfolio tracking, analytics, accounting and tax reporting
|
tagline: Portfolio tracking, analytics, accounting and tax reporting
|
||||||
description: >-
|
description: >-
|
||||||
rotki is an open source portfolio tracking, analytics, accounting and tax reporting tool that protects your privacy.
|
rotki is an open source portfolio tracking, analytics, accounting and tax reporting tool that protects your privacy.
|
||||||
|
@ -25,21 +25,20 @@ repo: https://github.com/rotki/rotki
|
||||||
support: https://github.com/rotki/rotki/issues
|
support: https://github.com/rotki/rotki/issues
|
||||||
port: 8084
|
port: 8084
|
||||||
releaseNotes: >-
|
releaseNotes: >-
|
||||||
⚠️ Due to a bug with token redetection, it's recommended to redetect tokens for all your addresses per each EVM chain you use.
|
🚨 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:
|
New features:
|
||||||
- Generic events can now be created or imported with location being bitcoin, bitcoin cash, polkadot and kusama.
|
- Support for Gnosis Pay, ODOS swaps, and ExtraFI
|
||||||
|
- Maker Sky rebrand support (SKY and USDS tokens)
|
||||||
|
- Eigenlayer PEPE upgrade support
|
||||||
Bug Fixes:
|
- Blockpit CSV import
|
||||||
- Fixed an error that was creating snapshots more frequently than expected.
|
- LlamaZip swaps decoding for Optimism and Arbitrum
|
||||||
- Users will no longer be able to add duplicate names for an address for all EVM chains to the address book.
|
- Uniswap V2 and V3 as historical price oracles
|
||||||
- Eigenlayer native restaking exited balances residing in eigenpod will no longer be double counted.
|
- Calendar reminders for CRV vote escrow lock periods
|
||||||
- Active/exited validators will now be properly displayed and filtered for validators that are tracked but the withdrawal address is not.
|
- Improved browser wallet address import
|
||||||
- Detected tokens will no longer randomly disappear from a tracked address if new events are processed.
|
|
||||||
- It will now be possible to refresh counterparty data if loading initially fails.
|
|
||||||
|
|
||||||
|
|
||||||
Full release notes are found at https://github.com/rotki/rotki/releases
|
Full release notes are found at https://github.com/rotki/rotki/releases
|
||||||
gallery:
|
gallery:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user