-
Notifications
You must be signed in to change notification settings - Fork 53
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
[VALIDATED_STATE] - Make Committable
a supertrait of BlockHeader
and merge changes in develop
#2169
Conversation
Bumps [clap](https://github.com/clap-rs/clap) from 4.4.10 to 4.4.11. - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](clap-rs/clap@v4.4.10...v4.4.11) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Move example/test implementations to hotshot_testing Closes #2059 * Warn when using demo impls in production builds * Refactor demo/test types Collapsed three virtually identical `NodeType` implementations into one, split code from `testing::demo` into more descriptive modules and renamed various test types to conform to a single naming scheme. * Remove 'demo' features Those weren't actually gating anything anymore
Committable
a supertrait of BlockHeader
Committable
a supertrait of BlockHeader
Committable
a supertrait of BlockHeader
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Oh can we merge this into |
Sure I'll do the former! I think in general the latter is the better workflow, but since this is simply adding a super-trait it shouldn't cause any conflict between |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This also brings in Artemii's reorganization of test code. That's a good thing IMO, just making sure that was intended
@jbearer Good catch! Since this code was originally based on |
If this is all that's on develop right now, merging it into main should be fine |
develop
develop
Committable
a supertrait of BlockHeader
and merge changes in develop
Closes #2167. Closes #2169.
This PR:
Committable
a supertrait ofBlockHeader
.:Committable
toBlockHeader
.Committable
forTestBlockHeader
.develop
into `main.