Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP Added the Data.Pulse module #2125

Closed
wants to merge 18 commits into from
Closed

WIP Added the Data.Pulse module #2125

wants to merge 18 commits into from

Conversation

TimSheard
Copy link
Contributor

A Pulse structure encapsulates a computation that can be broken into many discrete steps. A pulse structure is abstracted over a monad: m, and an answer type: t, so the concrete type of a pulse structure is written: (T m a).

The Pulseable class supplies operations used by the scheduling infrastructure to run a discrete set of steps with out knowing anything about the computation inside. It does this by running: "pulse p" or "pulseM p", depending upon whether the computation is monadic or not. There are currently two instances for folds (both left and right associative, monadic or not) over Lists and Maps.

assoc RightA = "right "

isNil :: [a] -> Bool
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

…on this way. Replaces type LL with SLP (Serializable List based Pulser).
… Complete. Made that the State

in the RUpd rule. Introduced 3 operations startStep pulseStep completStep, used them to update the rule.
Fixed dependencies in all places in Shelley era (tests included). Some tests fail. But making everything
go in 1 rule succeeds.  liftSTS $ runProvM $ Complete <$> createRUpd slotsPerEpoch b es maxsupply asc
Must be something about cycling through the blocks I am not getting.
@JaredCorduan
Copy link
Contributor

closing in favor of #2142

@JaredCorduan JaredCorduan deleted the ts-pulse branch August 16, 2022 13:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants