Skip to content

Releases: BYTEX-TRADE/bytex

Release list

BYTEX 0.1.0

Choose a tag to compare

@github-actions github-actions released this 18 Sep 19:58

The first tagged release of the engine.

Included

  • Event-driven kernel, domain model, strategy SDK, risk and execution engines
    (Bytex.Core).
  • Deterministic backtesting with a simulated venue (Bytex.Backtest).
  • Live and sandbox trading nodes (Bytex.Live).
  • Venue adapters for Binance and Bybit, and the Tardis data adapter.
  • Parquet data catalog and CSV loaders (Bytex.Data), indicators
    (Bytex.Indicators), Redis persistence, and the bytex command line.

Added

  • bytex run --env-file <path> loads venue credentials inside the node
    process, so the process that launches a node never reads them (#5).
  • Engine test suite: seven test projects run on Linux, Windows and macOS on
    every commit (#8). Tests marked BUG are skipped on purpose: each holds the
    correct expectation for a known defect and is enabled by the fix.

Changed

  • Bytex.Live.ShutdownHelper is public, so a host that embeds TradingNode
    can run the node's own cancel-and-flatten sequence (#3).
  • Line endings are normalized through .gitattributes (#1).