Release GraphSense 25.11
(2025-11-06)
This release introduces cross-chain tag derivation and improved search capabilities for flexible address lookups.
- Tags are now derived across chains when addresses share the same public key
- Enhanced search with support for short address prefixes/postfixes (e.g., 0x33d0…8f65)
- New tag concepts: funder, deployer, white_list, black_list, gov_white_list
- Added schema migration support for Cassandra
- Improved tag summary with transformation support before digest computation
Release GraphSense 25.09
(2025-09-04)
This release adds a unified services layer and integrates tagpack-tool functionality directly into graphsense-lib.
- Added services layer moved from gs-rest for better code organization
- Integrated tagpack-tool and gs-tagstore-cli functionality
- Improved swap and bridge decoding support
- THORChain bridge transaction handling
Release GraphSense 24.08
(2024-08-20)
This release modernizes the data pipeline with Delta Lake integration for more efficient raw data handling.
- Raw data export now uses Delta Lake instead of CSV for better performance
- Streamlined delta lake CLI commands for ingest and optimization
- Removed disk-cache dependency for cleaner architecture
- Direct Delta Lake access for Tron and Ethereum delta updates
Release GraphSense 24.01
(2024-01-22)
This release adds full support for the Tron network, including TRX and major tokens like USDT, USDC, and WTRX.
- Added Tron (TRX) blockchain support
- Integrated USDT, USDC, and WTRX token tracking on Tron
- Extended multi-chain analytics capabilities
Release GraphSense 23.09
(2023-09-20)
This release focuses on usability improvements and simplified deployment procedures for easier setup and contribution.
- Resolved multiple usability issues reported by users
- Simplified development and deployment setup
- Improved system stability and resilience
- Enhanced documentation for contributors
Release GraphSense 23.06
(2023-06-30)
This release introduces the refreshed “Pathfinder” user interface along with additional attribution tags and backend stability improvements.
- Launched new “Pathfinder” dashboard interface
- Added new attribution tags
- Improved backend stability
- New add-ons for case deconfliction and automated tracing (for institutional users)
Release GraphSense 23.01
(2023-02-14)
This release adds support for major stablecoins on Ethereum and introduces smart contract visibility in the dashboard.
- Added USDT, USDC, and WETH token support on Ethereum
- Token flows now annotated alongside Ether flows in the UI
- Smart contracts marked with a cog symbol for easy identification
- Check out the walk-through video for key changes
Release GraphSense 22.10
(2022-10-22)
This release introduces periodic blockchain synchronization and improves dashboard usability with new interaction features.
- Cryptoasset addresses now synchronized periodically with blockchains
- Updated Ethereum client for post-merge proof-of-stake compatibility
- Address-level tracing made more intuitive
- Node removal via DEL button
- Duplicate node shadows can be toggled on/off
Release GraphSense 1.0.0
(2022-07-15)
The first production release of GraphSense, featuring a completely rewritten dashboard and Ethereum integration.
- Complete dashboard rewrite enabling third-party add-ons
- Integration of Ethereum account-to-account transactions
Release GraphSense 0.5.2
(2022-03-30)
This release redesigns tagpack handling with a new TagStore architecture for faster and more flexible tag management.
- Tags now maintained in dedicated PostgreSQL datastore (replacing Cassandra)
- Multiple TagStores supported by the Dashboard
- Private TagPacks with restricted access now possible
- Faster TagPack availability (decoupled from transformations)
Release GraphSense 0.5.1
(2021-11-30)
This release brings performance enhancements, improved attribution tags, and compatibility with the Bitcoin Taproot upgrade.
- Dashboard: transaction inspection between entities, visible request limits, faster path search
- REST API: performance improvements, unified “bulk” interface for mass data retrieval (CSV + JSON)
- Transformation: faster statistics and graph computation, upgraded to Spark 3.1.2 and Cassandra 4
- Tags: confidence scores added, Wasabi and Samourai transactions integrated and tagged
Release GraphSense 0.5
(2021-06-01)
A major release adding Ethereum transaction analysis as the first step towards integrating account-model ledgers.
- Ethereum transaction analysis support
- Dashboard: colored transaction path marking, faster path search, local in-browser tag store
- REST API: faster batch requests, example Jupyter notebooks for investigations
- Tags: quality improvements, entity- and address-level tag distinctions
Release GraphSense 0.4.5
(2020-11-19)
This release introduces a complete REST API rewrite following the OpenAPI specification and a new Python client.
Release GraphSense 0.4.4
(2020-06-16)
This release adds Tag Coherence scoring and improved entity visualization features.
- Tag Coherence score for heuristic clustering reliability
- Automated entity connection on the Dashboard
- Audit trails exportable as PDF reports
Release GraphSense 0.4.3
(2020-05-11)
This release brings address annotation, TagPack management, and infrastructure improvements.
Dashboard:
- Address annotation with TagPack import/export
- Local investigation logging for court-proof evidence
- Transaction details in entity graph relations
- Cross-ledger address/entity statistics
- Fine-grained path search conditions (e.g., totalReceived)
TagPacks:
Infrastructure:
- Docker Compose build and deployment
- Upgraded to Scala 2.12, Spark 2.4.5
- Clustering library reintegrated into transformation