Skip to content
This repository was archived by the owner on Feb 18, 2026. It is now read-only.

Commit 1704571

Browse files
committed
bump v25.03.0
1 parent e0e9c9d commit 1704571

File tree

6 files changed

+15
-6
lines changed

6 files changed

+15
-6
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file.
33

44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
55

6+
## [25.03.0/1.10.0] - 2025-01-30
7+
8+
### changed
9+
- tags are now fetched without currency filter.
10+
11+
### fixed
12+
- fixed regression on utxo self loops on address links.
13+
14+
615
## [25.01.5/1.9.5] - 2025-01-30
716

817
### fixed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ all: format lint
22

33
-include .env
44

5-
GS_REST_SERVICE_VERSIONM ?= "25.03.0a1"
6-
GS_REST_SERVICE_VERSION ?= "1.10.0a2"
5+
GS_REST_SERVICE_VERSIONM ?= "25.03.0"
6+
GS_REST_SERVICE_VERSION ?= "1.10.0"
77
GS_REST_DEV_PORT ?= 9000
88
NUM_WORKERS ?= 1
99
NUM_THREADS ?= 1

openapi_server/openapi/openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ info:
55
name: Iknaio Cryptoasset Analytics GmbH
66
description: GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks.
77
title: GraphSense API
8-
version: 1.10.0a2
8+
version: 1.10.0
99
servers:
1010
- url: https://api.ikna.io
1111
paths:

openapi_spec/graphsense.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ info:
55
contact:
66
name: Iknaio Cryptoasset Analytics GmbH
77
8-
version: "1.10.0a2"
8+
version: "1.10.0"
99
servers:
1010
- url: 'https://api.ikna.io'
1111
paths:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "gsrest"
3-
version = "1.10.0a2"
3+
version = "1.10.0"
44
description = "GraphSense API REST API"
55
readme = "README.md"
66
changelog = "CHANGELOG.md"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)