Update rotki to 1.27.0 (#406)

Co-authored-by: Steven Briscoe <me@stevenbriscoe.com>
This commit is contained in:
Xosten 2023-02-13 19:58:01 +01:00 committed by GitHub
parent ec596511cf
commit ba3d9f51c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 6 deletions

View File

@ -7,7 +7,7 @@ services:
APP_PORT: 80 APP_PORT: 80
web: web:
image: rotki/rotki:v1.26.3@sha256:d7ec69fbaf1866268792dec0ffe3dc54537a99b8d9a31037810f1b6c61c9480d image: rotki/rotki:v1.27.0@sha256:f1c814e3636f4a48544aca9e500ff0e54cf18e9b0e5a2eb23c309c376efdf3fb
restart: on-failure restart: on-failure
stop_grace_period: 1m stop_grace_period: 1m
init: true init: true

View File

@ -2,7 +2,7 @@ manifestVersion: 1
id: rotki id: rotki
category: Finance category: Finance
name: rotki name: rotki
version: "1.26.3" version: "1.27.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,14 +25,19 @@ 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: >-
- Fixes issues where balance is not fully refreshed after detect tokens button pressed. Rotki v1.27.0 is the biggest release rotki has ever made. It contains a lots of new features, improvements and bug fixes we made in the past 3 months! The biggest feature coming here is proper multi-evm chain support starting with Optimism and the introduction of Optimism support for transactions history, balances etc.
Important Notes:
- Connecting to substrate nodes will no longer timeout prematurely for systems with slow connections. - When opening the release for the first time you will see all your ethereum accounts that have had activity in either optimism or avalanche being also added for these chains. (The only exception to this is if you pull from premium server to a new machine and the old version you sync from has not yet been upgraded to 1.27.0)
- Transfers between tracked accounts will now have a correct label in the UI. - If you have any optimism address you will be asked to create and add a free API key for optimistic etherscan: https://optimistic.etherscan.io/register
- All EVM transaction events (except for the ones you customized) will need to be redecoded since this upgrade made many changes and improvements to the decoders. No action on the user side needed for this, but you may notice longer loading time when you visit the EVM transactions for the first time.
Full changelog can be found here: https://github.com/rotki/rotki/releases/tag/v1.26.3 Full changelog can be found here: https://github.com/rotki/rotki/releases/tag/v1.27.0
gallery: gallery:
- 1.jpg - 1.jpg
- 2.jpg - 2.jpg