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

chore: include manifest & proof in make gen; add extra proof types #288

Merged
merged 1 commit into from
Jul 15, 2024

Conversation

rvagg
Copy link
Member

@rvagg rvagg commented Jul 8, 2024

The manifest line in Makefile is included in #283 because it's needed to get past new linting. But proof is not included there and I wanted to serialise a couple of the Aggregate types in there for debugging but they don't yet have cbor-gen additions. We don't strictly need these for communication between lotus and actors, but they are handy to have for debugging!

@aarshkshah1992
Copy link
Contributor

@rvagg This looks straight forward. Please merge when ready.

@rvagg rvagg mentioned this pull request Jul 12, 2024
@codecov-commenter
Copy link

codecov-commenter commented Jul 15, 2024

Codecov Report

Attention: Patch coverage is 0% with 552 lines in your changes missing coverage. Please review.

Project coverage is 3.57%. Comparing base (9d1dc56) to head (07a2695).

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff            @@
##           master    #288      +/-   ##
=========================================
- Coverage    3.58%   3.57%   -0.02%     
=========================================
  Files         520     520              
  Lines       96648   96959     +311     
=========================================
  Hits         3468    3468              
- Misses      91829   92140     +311     
  Partials     1351    1351              
Files Coverage Δ
proof/gen/gen.go 0.00% <0.00%> (ø)
proof/cbor_gen.go 0.00% <0.00%> (ø)

@rvagg rvagg merged commit f7b06e0 into master Jul 15, 2024
9 checks passed
@rvagg rvagg deleted the rvagg/proofs-gen branch July 15, 2024 01: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.

4 participants