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

Adds Pulsing to reward calculation (second try) #2142

Merged
merged 1 commit into from
Feb 23, 2021
Merged

Conversation

TimSheard
Copy link
Contributor

This is a better version of PR #2125

@TimSheard TimSheard force-pushed the jc-ts-pulse branch 2 times, most recently from fb58587 to 2715b28 Compare February 22, 2021 22:19
@@ -197,11 +236,12 @@ tests =
prop_roundtrip_LEDGER_PredicateFails,
testProperty "roundtrip Protocol State" prop_roundtrip_PrtclState,
testProperty "roundtrip Ledger State" prop_roundtrip_LedgerState,
testProperty "roundtrip NewEpoch State" prop_roundtrip_NewEpochState,
-- testProperty "roundtrip NewEpoch State" prop_roundtrip_NewEpochState,
Copy link
Contributor

Choose a reason for hiding this comment

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

Is there a reason this is still commented?

Copy link
Contributor

Choose a reason for hiding this comment

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

I uncommented, it passed, so a squashed everything into one commit.

Copy link
Contributor

@nc6 nc6 left a comment

Choose a reason for hiding this comment

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

Thanks for cleaning this up, it's looking great. One comment, otherwise happy to merge!

Added Data.Pulse to the semantics library, then Integrated pulsing
into the reward calculation. Added prettyA and Arbitrary instances
for the new data. Cleaned up Data.Coders and the Annotated combinators.
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.

None yet

3 participants