mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-08-13 02:33:05 -07:00
global: snap
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1">
|
||||
<meta name="color-scheme" content="dark">
|
||||
<title>Bitcoin Rarity Model</title>
|
||||
<title>Bitcoin Rarity Meter</title>
|
||||
<link rel="preconnect" href="https://cdn.jsdelivr.net" crossorigin>
|
||||
<style>
|
||||
@font-face {
|
||||
@@ -280,7 +280,7 @@
|
||||
></div>
|
||||
|
||||
<header id="identity">
|
||||
<h1>Bitcoin Rarity Model</h1>
|
||||
<h1>Bitcoin Rarity Meter</h1>
|
||||
</header>
|
||||
|
||||
<div id="readout" aria-live="polite">
|
||||
|
||||
@@ -8341,7 +8341,7 @@ function createUnspentPattern(client, acc) {
|
||||
* @extends BrkClientBase
|
||||
*/
|
||||
class BrkClient extends BrkClientBase {
|
||||
VERSION = "v0.11.0";
|
||||
VERSION = "v0.11.1";
|
||||
|
||||
INDEXES = /** @type {const} */ ([
|
||||
"minute10",
|
||||
|
||||
@@ -42,5 +42,5 @@
|
||||
"url": "git+https://github.com/bitcoinresearchkit/brk.git"
|
||||
},
|
||||
"type": "module",
|
||||
"version": "0.11.0"
|
||||
"version": "0.11.1"
|
||||
}
|
||||
|
||||
@@ -7252,7 +7252,7 @@ class SeriesTree:
|
||||
class BrkClient(BrkClientBase):
|
||||
"""Main BRK client with series tree and API methods."""
|
||||
|
||||
VERSION = "v0.11.0"
|
||||
VERSION = "v0.11.1"
|
||||
|
||||
INDEXES = [
|
||||
"minute10",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[project]
|
||||
name = "brk-client"
|
||||
version = "0.11.0"
|
||||
version = "0.11.1"
|
||||
description = "Bitcoin on-chain analytics client — thousands of metrics, block explorer, and address index"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.9"
|
||||
|
||||
Reference in New Issue
Block a user