Commit Graph

2 Commits

Author SHA1 Message Date
conduition
1cdef68a0a abstract event announcement away as an array of locking points
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.
2024-06-26 01:16:59 +00:00
conduition
bf628d991a improve documentation with worked-out example test code 2024-03-20 21:45:40 +00:00