price: update

This commit is contained in:
k
2024-07-20 13:32:58 +02:00
parent 1f9d1542f1
commit d8a5b4a2e6
3 changed files with 9 additions and 1 deletions

View File

@@ -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

View File

@@ -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

1
parser/.gitignore vendored
View File

@@ -16,3 +16,4 @@ benches
parser.log
config.toml
*\ copy.rs