Releases: graphsense/graphsense-REST
Releases · graphsense/graphsense-REST
graphsense-REST 25.09.0
added
- /{currency}/txs/{tx_hash}/flows enables to fetch all sub transactions created during the execution of a transaction (for evm chains token and internal transactions)
- /{currency}/addresses/{address}/related_addresses to fetch related addresses to fetch clustered addresses by different algorithms.
- python client code with generation from https://github.com/graphsense/graphsense-python
changed
- deprecated /{currency}/token_txs/{tx_hash} is replaced by /{currency}/txs/{tx_hash}/flows?only_token_txs=true
- search endpoint does not return sub txs anymore, use tx_hash flows to resolve if needed.
What's Changed
- Feature bridges by @soad003 in #113
- Feature/disambiguate internal external by @soad003 in #114
- Feature/new service layer by @soad003 in #115
- Hotfix/v25.08.4 by @soad003 in #116
Full Changelog: v1.13.3...v25.09.0
graphsense-REST 1.14.0
added
- /{currency}/txs/{tx_hash}/flows enables to fetch all sub transactions created during the execution of a transaction (for evm chains token and internal transactions)
- /{currency}/addresses/{address}/related_addresses to fetch related addresses to fetch clustered addresses by different algorithms.
- python client code with generation from https://github.com/graphsense/graphsense-python
changed
- deprecated /{currency}/token_txs/{tx_hash} is replaced by /{currency}/txs/{tx_hash}/flows?only_token_txs=true
- search endpoint does not return sub txs anymore, use tx_hash flows to resolve if needed.
What's Changed
- Feature bridges by @soad003 in #113
- Feature/disambiguate internal external by @soad003 in #114
- Feature/new service layer by @soad003 in #115
- Hotfix/v25.08.4 by @soad003 in #116
Full Changelog: v1.13.3...v1.14.0
graphsense-REST 25.08.4
graphsense-REST 1.13.4
graphsense-REST 25.08.3
fixed
- performance degradation with get_best_cluster tag (from 2 -> 12s after 5 queries) because of sqlalchemy/asyncpg prepared statement cache bug -> prepared_statement_cache_size=0 default now
Full Changelog: v1.13.2...v25.08.3
graphsense-REST 1.13.3
fixed
- performance degradation with get_best_cluster tag (from 2 -> 12s after 5 queries) because of sqlalchemy/asyncpg prepared statement cache bug -> prepared_statement_cache_size=0 default now
Full Changelog: v1.13.2...v1.13.3
graphsense-REST 25.08.2
graphsense-REST 25.08.1
fixed
- request timeout handling for address links endpoint, to avoid server load on long running requests
Full Changelog: v1.13.0...v25.08.1
graphsense-REST 1.13.2
graphsense-REST 1.13.1
fixed
- request timeout handling for address links endpoint, to avoid server load on long running requests
Full Changelog: v1.13.0...v1.13.1