mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-05-29 22:29:27 -07:00
global: update versions
This commit is contained in:
@@ -53,9 +53,9 @@
|
||||
- Added a backup API in case the main one fails or is offline
|
||||
- Complete redesign of the datasets object
|
||||
- Removed import of routes in JSON in favor for hardcoded typed routes in string format which resulted in:
|
||||
- + A much lighter app
|
||||
- + Better Lighthouse score
|
||||
- - Slower Typescript server
|
||||
- \+ A much lighter app
|
||||
- \+ Better Lighthouse score
|
||||
- \- Slower Typescript server
|
||||
- Fixed datasets with null values crashing their fetch function
|
||||
- Added a 'Go to a random chart' button in several places
|
||||
- Chart
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "satonomics",
|
||||
"description": "A better, FOSS, Bitcoin-only, self-hostable Glassnode",
|
||||
"version": "0.2.1",
|
||||
"version": "0.3.0",
|
||||
"license": "MIT",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
|
||||
2
parser/Cargo.lock
generated
2
parser/Cargo.lock
generated
@@ -1245,7 +1245,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "parser"
|
||||
version = "0.2.1"
|
||||
version = "0.3.0"
|
||||
dependencies = [
|
||||
"allocative",
|
||||
"bincode",
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
name = "parser"
|
||||
description = "A better, FOSS, Bitcoin-only, self-hostable Glassnode"
|
||||
homepage = "https://satonomics.xyz"
|
||||
version = "0.2.1"
|
||||
version = "0.3.0"
|
||||
repository = "https://github.com/satonomics-org/satonomics"
|
||||
edition = "2021"
|
||||
|
||||
|
||||
4
server/Cargo.lock
generated
4
server/Cargo.lock
generated
@@ -1427,7 +1427,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "parser"
|
||||
version = "0.2.1"
|
||||
version = "0.3.0"
|
||||
dependencies = [
|
||||
"allocative",
|
||||
"bincode",
|
||||
@@ -1873,7 +1873,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "server"
|
||||
version = "0.2.1"
|
||||
version = "0.3.0"
|
||||
dependencies = [
|
||||
"axum",
|
||||
"bincode",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "server"
|
||||
version = "0.2.1"
|
||||
version = "0.3.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
|
||||
Reference in New Issue
Block a user