Skip to content

Commit 246e53b

Browse files
emmajamgithub-actions[bot]
authored andcommitted
chore: release tidx@0.8.0
1 parent b1a4d72 commit 246e53b

4 files changed

Lines changed: 8 additions & 11 deletions

File tree

.changelog/dex-ohlc.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changelog/t6-receive-policies.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## `tidx@0.8.0`
4+
5+
### Minor Changes
6+
7+
- Added `dex_ohlc_1m`, a refreshable ClickHouse materialized view that rolls `dex_fills` into per-minute OHLC candles keyed by `(token, bucket)`, removing the 1000-fill in-memory bucketing cap on the OHLC endpoint and enabling multi-month windows with the work moved off the request path. (by @jxom, [#228](https://github.com/tempoxyz/tidx/pull/228))
8+
- Added support for the Tempo T6 network upgrade (TIP-1028 receive policies, TIP-1049 admin keys). Excluded the `ReceivePolicyGuard` precompile (`0xb10c...`) from holder/balance derivation so blocked transfers no longer credit the guard as a fake holder, while leaving raw `token_transfers`/`token_supply` movement intact. Added a one-time post-derived migration that deletes any pre-existing guard rows from `token_holder_deltas`/`address_holder_deltas` (a no-op on fresh deployments) so historical balances and refreshable holder aggregates stop counting the guard. Pinned the Tempo crates to the T6 release commit. (by @stevencartavia, [#244](https://github.com/tempoxyz/tidx/pull/244))
9+
310
## `tidx@0.7.0`
411

512
### Minor Changes

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tidx"
3-
version = "0.7.0"
3+
version = "0.8.0"
44
edition = "2024"
55
license = "MIT"
66
repository = "https://github.com/tempoxyz/tidx"

0 commit comments

Comments
 (0)