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

Fields are pub; once Hotshot tag 0.5.12 is out, will update type #13

Closed
wants to merge 1 commit into from

Conversation

nyospe
Copy link
Contributor

@nyospe nyospe commented Feb 6, 2024

No description provided.

@nyospe nyospe requested a review from QuentinI February 6, 2024 15:23
offered_fee: u64,
pub block_hash: BlockHash<I>,
pub block_size: u64,
pub offered_fee: u64,
_phantom: PhantomData<I>,
Copy link
Contributor

Choose a reason for hiding this comment

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

This either needs to be pub as well, or there needs to be a constructor method

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Added a constructor...

Copy link
Contributor Author

Choose a reason for hiding this comment

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

We'll want to replace this block_metadata when merging in @move47's branch, but this one fixes the CI, so it might be nice to get it in.

@nyospe nyospe requested review from move47 and QuentinI February 9, 2024 18:21
@move47
Copy link
Contributor

move47 commented Feb 13, 2024

I think we can close this PR as well as I merged the one with more recent changes @nyospe

@nyospe nyospe closed this Feb 13, 2024
@nyospe nyospe deleted the make_block_metadata_fields_pub branch February 27, 2024 16:59
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