Browse Source

Update rotki to version v1.34.1 (#1279)

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

4
rotki/docker-compose.yml

@ -7,10 +7,10 @@ services:
APP_PORT: 80 APP_PORT: 80
web: web:
image: rotki/rotki:v1.32.2@sha256:86bafd1b486bcdb6d40e0d22abd282a704957ae012be423e67dd1ef7393c8eb5 image: rotki/rotki:v1.34.1@sha256:a12971f0df42b606ae6a0f3db4ec63dd0698aa529eb36b748ba8592054d6952c
restart: on-failure restart: on-failure
stop_grace_period: 1m stop_grace_period: 1m
init: true init: true
volumes: volumes:
- ${APP_DATA_DIR}/data/data:/data - ${APP_DATA_DIR}/data/data:/data
- ${APP_DATA_DIR}/data/logs:/logs - ${APP_DATA_DIR}/data/logs:/logs

17
rotki/umbrel-app.yml

@ -2,7 +2,7 @@ manifestVersion: 1
id: rotki id: rotki
category: finance category: finance
name: rotki name: rotki
version: "1.32.2" version: "1.34.1"
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,14 +25,17 @@ 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: >-
This release updates rotki from 1.31.0 to 1.32.2.
⚠️ EVM history events will be re-decoded the first time you go to the history events page after you open the new version. ⚠️ EVM history events will be re-decoded the first time you go to the history events page after you open the new version.
This is something that takes a bit of time (depending on amount of events) but is required in order to apply all changes since last release. You can monitor progress by pressing the 3 dots menu on the top right. Have patience until redecoding finished.
Bug Fixes:
- Eigenlayer LST pending withdrawals that have been completed should no longer count as user balance.
- Assets section will now show correct number of assets on any page when excluding ignored assets.
- Prices of HOP LP tokens will now properly show up for all pools.
- Fixed manual pagination.
Full release notes and changes from previous versions can be found at https://github.com/rotki/rotki/releases Full release notes are found at https://github.com/rotki/rotki/releases
gallery: gallery:
- 1.jpg - 1.jpg
- 2.jpg - 2.jpg
@ -43,4 +46,4 @@ defaultUsername: ""
defaultPassword: "" defaultPassword: ""
torOnly: false torOnly: false
submitter: Xosten submitter: Xosten
submission: https://github.com/getumbrel/umbrel-apps/pull/255 submission: https://github.com/getumbrel/umbrel-apps/pull/255
Loading…
Cancel
Save