[chore] Refactor crates for publishing#937
Merged
Merged
Conversation
forge auto-installs forge-std into the foundry lib dirs during the release build, and the untracked dirs trip cargo-release's dirty check.
The workspace-inherited version pinned the dev-dep to the unpublished ismp 2512.1.0, deadlocking publication (ismp depends on serde-hex-utils in turn). A path-only dev-dep is stripped from the published manifest, so verification no longer requires ismp on the crates.io index.
ismp gained a hard dependency on ismp-abi in #916, which in turn depends on beefy-verifier-primitives. Publishing ismp therefore requires both on crates.io: drop the publish=false guard on beefy-verifier-primitives, add license fields, and pin versions on the workspace dep declarations.
crypto-utils depended on the polytope-labs ssz-rs git fork (added in #916), which cannot be published to crates.io. Move the ssz ByteVector and BLS aggregation helpers — the only code touching ssz-rs — into a new publish=false bls-utils crate, leaving crypto-utils with just the signature-verification utilities so it can publish again. Repoint the four consumers (sync-committee/bsc/pharos) at bls-utils.
dharjeezy
approved these changes
May 30, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.