chore: release tidx@1.0.0#241
Open
github-actions[bot] wants to merge 1 commit into
Open
Conversation
246e53b to
39f790e
Compare
44ba783 to
71b41b5
Compare
tidx@0.8.0tidx@1.0.0
71b41b5 to
617ec8c
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changelogs release workflow.
When you're ready to release, merge this PR and the packages will be published.
tidx@1.0.0Major Changes
Breaking: Moved PostgreSQL chain settings into a nested
[chains.postgres]section (url,password_env,api_url,api_password_env), removing the root-levelpg_url,pg_password_env,api_pg_url, andapi_pg_password_envfields.-pg_url = "postgres://user@host:5432/tidx_mainnet"
-pg_password_env = "TIDX_PG_PASSWORD"
-api_pg_url = "postgres://user@host:5432/tidx_mainnet_r"
-api_pg_password_env = "TIDX_API_PG_PASSWORD"
Minor Changes
dex_ohlc_1m, a refreshable ClickHouse materialized view that rollsdex_fillsinto 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)ReceivePolicyGuardprecompile (0xb10c...) from holder/balance derivation so blocked transfers no longer credit the guard as a fake holder, while leaving rawtoken_transfers/token_supplymovement intact. Added a one-time post-derived migration that deletes any pre-existing guard rows fromtoken_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)[chains.retention], PostgreSQL keeps a hot window of recent blocks and prunes the rest once durable in the ClickHouse archive.Patch Changes
replicated_databaseoption under[chains.clickhouse]. When enabled, the sink creates the database withENGINE = Replicatedand rewrites MergeTree-family table engines to theirReplicated*counterparts, so schema and data replicate across self-hosted multi-replica clusters coordinated by Keeper. Defaults to off; ClickHouse Cloud and single-node deployments are unaffected. (by @KamilSzczygieł, #252)UInt256magnitude with the sign carried inleg. (by @jxom, #247)