Skip to content

ctx v0.25.2

Choose a tag to compare

@github-actions github-actions released this 09 Apr 20:35
· 9 commits to root since this release
v0.25.2
22d55b1

v0.25.2 — Dream stats fix, CLI polish, duration parsing

  • Dream stats exclude snapshot blocks from total/checked counts,
    consistent with PickBlock filter. Fixes misleading "unchecked" count.
  • Dream idle wait log promoted from DEBUG to INFO for observability.
  • CLI: "tr" alias for dream throttle (ctx dr tr 20).
  • CLI: bare integers accepted as seconds in duration args (20 = 20s).

Installation

With Go:

go install github.com/GottZ/ctx/cmd/ctx@v0.25.2

Binary download:
Download the binary for your platform, make it executable, move to PATH:

chmod +x ctx-*
sudo mv ctx-* /usr/local/bin/ctx