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

Add update payload to the CHAIN traces #621

Closed
dnadales opened this issue Jul 1, 2019 · 1 comment
Closed

Add update payload to the CHAIN traces #621

dnadales opened this issue Jul 1, 2019 · 1 comment

Comments

@dnadales
Copy link
Member

dnadales commented Jul 1, 2019

Currently, the CHAIN traces have no update payload. We need to add this, by modifying the HasTrace instance for CHAIN, and including the update payload.

More module Cardano.Spec.Chain.STS.Rule.Chain function sigGenChain contains an empty update payload:

      bb =
        BlockBody
          delegationPayload
          utxoPayload
          Nothing -- Update proposal
          []      -- Votes on update proposals
          (ProtVer 0 0 0)

we should generate update payload, keeping in mind that we want to do this only sporadically! (we do not expect to have many update proposals in a given epoch).

See also #584

@dnadales
Copy link
Member Author

Closed by #649

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant