Skip to content

Commit

Permalink
fix debug logs, bump version 25.01.0a8
Browse files Browse the repository at this point in the history
  • Loading branch information
soad003 committed Jan 7, 2025
1 parent f754134 commit bfdc086
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 11 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ all: format lint

-include .env

GS_REST_SERVICE_VERSIONM ?= "25.01.0a7"
GS_REST_SERVICE_VERSION ?= "2.0.0a7"
GS_REST_SERVICE_VERSIONM ?= "25.01.0a8"
GS_REST_SERVICE_VERSION ?= "2.0.0a8"
GS_REST_DEV_PORT ?= 9000
NUM_WORKERS ?= 1
NUM_THREADS ?= 1
Expand Down
2 changes: 1 addition & 1 deletion gsrest/db/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ async def get_connection(app):
max_overflow=int(mo),
pool_recycle=int(recycle),
pool_timeout=int(max_pool_time),
echo=True,
# echo=True,
)

# fetch taxonomy lookup
Expand Down
2 changes: 1 addition & 1 deletion openapi_server/openapi/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ info:
name: Iknaio Cryptoasset Analytics GmbH
description: GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks.
title: GraphSense API
version: 2.0.0a7
version: 2.0.0a8
servers:
- url: https://api.ikna.io
paths:
Expand Down
2 changes: 1 addition & 1 deletion openapi_spec/graphsense.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ info:
contact:
name: Iknaio Cryptoasset Analytics GmbH
email: [email protected]
version: "2.0.0a7"
version: "2.0.0a8"
servers:
- url: 'https://api.ikna.io'
paths:
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "gsrest"
version = "2.0.0a7"
version = "2.0.0a8"
description = "GraphSense API REST API"
readme = "README.md"
changelog = "CHANGELOG.md"
Expand Down Expand Up @@ -30,7 +30,7 @@ dependencies = [
]

[tool.uv.sources]
tagpack-tool = { git = "https://github.com/graphsense/graphsense-tagpack-tool", tag = "v25.01.0a10" }
tagpack-tool = { git = "https://github.com/graphsense/graphsense-tagpack-tool", tag = "v25.01.0a13" }

[tool.tox]
legacy_tox_ini = """
Expand Down
9 changes: 5 additions & 4 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bfdc086

Please sign in to comment.