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
Replace epochtime with a ticker-time. The general idea is that ticker will serve as a (configurable) base frequency. Everything currently relying on epochtime.WatchEpochs will be able to be configured as a multiplayer of the base frequency.
remove the notion of epochs completely, instead there'll be compute/txnscheduler/compute/registry/...-intervals
since there's no more notion of "global" epoch, we cannot rely on per "epochs" lists, instead the API's between services should be per "block heights" -> this requires Remove non-Tendermint backends #1799 as currently non-tendermint backends don't have notion of heights.
Replace epochtime with a
ticker
-time. The general idea is thatticker
will serve as a (configurable) base frequency. Everything currently relying onepochtime.WatchEpochs
will be able to be configured as a multiplayer of the base frequency.This will also enable: #1654
And deprecate: #1762
Details
epochtime
toticker
WatchTicks(multiplyer uint64) (<-chan api.Ticker, *pubsub.Subscription)
WatchEpochs
should be updated to use the configurableWatchTciks()
(with configurable multiplyer)The text was updated successfully, but these errors were encountered: