mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-04-25 15:19:58 -07:00
global: more mining related datasets
This commit is contained in:
@@ -842,6 +842,7 @@ function createUtils() {
|
||||
(!unit || thoroughUnitCheck) &&
|
||||
(id === "price_drawdown" ||
|
||||
id === "difficulty_adjustment" ||
|
||||
id.startsWith("inflation_rate") ||
|
||||
id.endsWith("_oscillator") ||
|
||||
id.endsWith("_dominance") ||
|
||||
id.endsWith("_returns") ||
|
||||
|
||||
@@ -3525,16 +3525,13 @@ function createPartialOptions({ env, colors, vecIdToIndexes, pools }) {
|
||||
bottom: [
|
||||
createAverageSeries({
|
||||
concat: "tx_weight",
|
||||
title: "Weight",
|
||||
}),
|
||||
...createMinMaxPercentilesSeries({
|
||||
concat: "tx_weight",
|
||||
title: "Weight",
|
||||
}),
|
||||
createAverageSeries({ concat: "tx_vsize", title: "VSize" }),
|
||||
createAverageSeries({ concat: "tx_vsize" }),
|
||||
...createMinMaxPercentilesSeries({
|
||||
concat: "tx_vsize",
|
||||
title: "VSize",
|
||||
}),
|
||||
],
|
||||
},
|
||||
@@ -3730,6 +3727,16 @@ function createPartialOptions({ env, colors, vecIdToIndexes, pools }) {
|
||||
}),
|
||||
],
|
||||
},
|
||||
{
|
||||
name: "Inflation",
|
||||
title: "Inflation Rate",
|
||||
bottom: [
|
||||
createBaseSeries({
|
||||
key: "inflation_rate",
|
||||
name: "Inflation",
|
||||
}),
|
||||
],
|
||||
},
|
||||
{
|
||||
name: "Puell multiple",
|
||||
title: "Puell multiple",
|
||||
|
||||
Reference in New Issue
Block a user