Browse Source

Update rotki to v1.36.0 (#1759)

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

2
rotki/docker-compose.yml

@ -7,7 +7,7 @@ services:
APP_PORT: 80
web:
image: rotki/rotki:v1.35.1@sha256:3a167e5d7934bff8d3dadd082ddbc206d1ede1d12b09e2087fb89897b2f9a235
image: rotki/rotki:v1.36.0@sha256:765cd6cebfc25a2e0ddbe5735674e655b81a1a19ab7c207f2dfcd34428ad8d3a
restart: on-failure
stop_grace_period: 1m
init: true

27
rotki/umbrel-app.yml

@ -2,7 +2,7 @@ manifestVersion: 1
id: rotki
category: finance
name: rotki
version: "1.35.1"
version: "1.36.0"
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.
@ -25,21 +25,24 @@ repo: https://github.com/rotki/rotki
support: https://github.com/rotki/rotki/issues
port: 8084
releaseNotes: >-
⚠️ As always when you are upgrading from an older release, 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. The redecoding triggers the first time you go to the history events page after opening the new version.
New features:
- Support for Defillama and Coingecko API keys for higher rate limits
- Gnosis pay referral rewards properly recognized
- Improved vTHOR price querying
- Complete redesign of the settings view
- Support for Coinbase Prime exchange with balances and trades
- Support for Umami Finance on Arbitrum
- Improved bridge transaction detection for Polygon and Superchain networks
- Calendar reminders for L2 bridge withdrawals and airdrop claim deadlines
- Support for Scroll airdrop claims
- Support for Yearn V3 vaults
- Search functionality in blockchain balances asset table
Improvements and bug fixes:
- Optimized transaction decoding speed, especially for mass token sending
- Reduced database size for Graph protocol users
- Fixed historical price refresh on history events page
- Improved yearn vaults data querying
- Better handling of EURe price
- Fixed tag filter logic in account view
- Improved error handling for ethereum validator exit timestamp queries
- Fixed double conversion for manual balance prices in non-USD currencies
- Various balance detection and transaction decoding improvements
- Better handling of exchange data imports
- Enhanced support for multiple DeFi protocols
Full release notes are found at https://github.com/rotki/rotki/releases

Loading…
Cancel
Save