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

Commit fbcd02b

Browse files
committed
deprecate most of the cluster endpoints in openapi spec
1 parent 0830453 commit fbcd02b

4 files changed

Lines changed: 68 additions & 5 deletions

File tree

openapi_server/openapi/openapi.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1324,6 +1324,7 @@ paths:
13241324
x-openapi-router-controller: openapi_server.controllers.entities_controller
13251325
/{currency}/entities/{entity}/links:
13261326
get:
1327+
deprecated: true
13271328
operationId: list_entity_links
13281329
parameters:
13291330
- description: The cryptocurrency code (e.g., btc)
@@ -1448,6 +1449,7 @@ paths:
14481449
x-openapi-router-controller: openapi_server.controllers.entities_controller
14491450
/{currency}/entities/{entity}/neighbors:
14501451
get:
1452+
deprecated: true
14511453
operationId: list_entity_neighbors
14521454
parameters:
14531455
- description: The cryptocurrency code (e.g., btc)
@@ -1657,6 +1659,7 @@ paths:
16571659
x-openapi-router-controller: openapi_server.controllers.entities_controller
16581660
/{currency}/entities/{entity}/tags:
16591661
get:
1662+
deprecated: true
16601663
operationId: list_address_tags_by_entity
16611664
parameters:
16621665
- description: The cryptocurrency code (e.g., btc)
@@ -1714,6 +1717,7 @@ paths:
17141717
x-openapi-router-controller: openapi_server.controllers.entities_controller
17151718
/{currency}/entities/{entity}/txs:
17161719
get:
1720+
deprecated: true
17171721
operationId: list_entity_txs
17181722
parameters:
17191723
- description: The cryptocurrency code (e.g., btc)

openapi_spec/graphsense.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -321,6 +321,7 @@ paths:
321321
/{currency}/entities/{entity}/tags:
322322
get:
323323
operationId: list_address_tags_by_entity
324+
deprecated: true
324325
parameters:
325326
- $ref: '#/components/parameters/currency'
326327
- $ref: '#/components/parameters/entity'
@@ -342,6 +343,7 @@ paths:
342343
/{currency}/entities/{entity}/neighbors:
343344
get:
344345
operationId: list_entity_neighbors
346+
deprecated: true
345347
parameters:
346348
- $ref: '#/components/parameters/currency'
347349
- $ref: '#/components/parameters/entity'
@@ -365,6 +367,7 @@ paths:
365367
/{currency}/entities/{entity}/txs:
366368
get:
367369
operationId: list_entity_txs
370+
deprecated: true
368371
parameters:
369372
- $ref: '#/components/parameters/currency'
370373
- $ref: '#/components/parameters/entity'
@@ -393,6 +396,7 @@ paths:
393396
/{currency}/entities/{entity}/links:
394397
get:
395398
operationId: list_entity_links
399+
deprecated: true
396400
parameters:
397401
- $ref: '#/components/parameters/currency'
398402
- $ref: '#/components/parameters/entity'

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies = [
1616
"aiohttp-jinja2>=1.5.0",
1717
"async-lru>=2.0.4",
1818
"connexion[swagger-ui] >=2.6.0, <3",
19-
"graphsense-lib[conversions,tagpacks]>=2.8.9",
19+
"graphsense-lib[conversions,tagpacks]>=2.8.12",
2020
"openapi-schema-validator>=0.2.3",
2121
"python-dateutil>=2.9.0",
2222
"redis>=7.1.0",

uv.lock

Lines changed: 59 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)