From d8a5b4a2e6e974ba87323eb6a80e60b8806385ed Mon Sep 17 00:00:00 2001 From: k Date: Sat, 20 Jul 2024 13:32:58 +0200 Subject: [PATCH] price: update --- CHANGELOG.md | 4 +++- app/src/app/components/frames/settings.tsx | 5 +++++ parser/.gitignore | 1 + 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 09a897112..98a9ad143 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ ### Parser +- Global + - Fixed an incredibly annoying bug that made the program panic because of a wrong utxo/address durable state after a or many new datasets were added/changed after a first successful parse of the chain - CLI - Added an argument parser for improved UX with several options - Datasets @@ -11,7 +13,7 @@ - Value destroyed - Value created - Spent Output Profit Ratio (SOPR) - - Added the following datasets to all realized prices, price moving averages and cointime prices: + - Added the following ratio datasets and their variations to all prices {realized, moving average, any cointime, etc}: - Market Price to {X} - Market Price to {X} Ratio - Market Price to {X} Ratio 1 Week SMA diff --git a/app/src/app/components/frames/settings.tsx b/app/src/app/components/frames/settings.tsx index 5d7a07355..ce1d6a719 100644 --- a/app/src/app/components/frames/settings.tsx +++ b/app/src/app/components/frames/settings.tsx @@ -155,6 +155,11 @@ export function SettingsFrame({ name: "Anon", amount: 210_000, }, + { + name: "Daniel ∞/21M", + url: "https://twitter.com/DanielAngelovBG", + amount: 21_000, + }, ] .sort((a, b) => b.amount !== a.amount diff --git a/parser/.gitignore b/parser/.gitignore index 04a0ff623..0ee279362 100644 --- a/parser/.gitignore +++ b/parser/.gitignore @@ -16,3 +16,4 @@ benches parser.log config.toml +*\ copy.rs