mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-04-27 08:09:58 -07:00
price: update
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
1
parser/.gitignore
vendored
@@ -16,3 +16,4 @@ benches
|
||||
|
||||
parser.log
|
||||
config.toml
|
||||
*\ copy.rs
|
||||
|
||||
Reference in New Issue
Block a user