mirror of
https://github.com/conduition/dlctix.git
synced 2026-02-01 06:05:08 +01:00
To support digit decomposition events, dlctix will represent the oracle event data as an array of locking points, each representing a different outcome in the DLC. Enum events can be easily converted into a set of locking points. Digit decomp events can also be likewise converted, by enumerating the set of relevant digit ranges, and aggregating sets of locking points together. As a bonus, this also adds support for multi-oracle DLCs, as oracle locking points from different oracles can also be safely aggregated.