You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added GitHub Actions CI for Go 1.26, including MySQL-backed race tests, generated migration bindata checks, Linux amd64 builds, and release artifact uploads.
Replaced Travis-era release and deployment plumbing with GitHub Releases, publishing the Linux chainquery binary and SHA-256 checksum directly on tagged releases.
Hardened block processing against stalls with bounded RPC, database, socket notification, and alert paths, plus incomplete-head cleanup and recovery coverage.
Improved reorg handling and added Slack app logging for reorg depth and affected heights.
Added and regenerated database migrations and SQLBoiler models for block processing state, transaction counts, purchases, signed supports, index cleanup, and unused column removal.
Improved chain sync, claim trie, support, output, mempool, notification, and LBCD/sockety integration behavior across several long-running production fixes.
b924f99 Add new index to make finding spent outputs to update faster. 8b935bf Improve claimtrie sync process via code to reduce query complexity to make it overall much faster. dbd19af fix linting