chore: publish readiness fixes and version bump to 0.1.0#16
Merged
Conversation
Prepare workspace for crates.io publishing: - Fix non-workspace path deps in signet-cold and signet-cold-mdbx - Remove ghost signet-mdbx-hot workspace dependency - Add [package.metadata.docs.rs] to all 6 crates - Bump version from 0.0.1 to 0.1.0 - Add feature flag documentation to all crate lib.rs files - Add rust-toolchain.toml pinning channel 1.92 - Add CHANGELOG.md with initial 0.1.0 entry - Add conformance integration test for signet-cold in-memory backend - Add unified storage integration tests for signet-storage - Remove eprintln! debug output from signet-hot-mdbx test utilities Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
69837a1 to
d685539
Compare
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.
Summary
Prepare workspace for crates.io publishing with blocking fixes, improved documentation, new tests, and a version bump.
Blocking fixes:
signet-coldandsignet-cold-mdbxto useworkspace = truesignet-mdbx-hotworkspace dependency (pointed to nonexistentcrates/mdbx-hot)[package.metadata.docs.rs]withall-features = trueto all 6 crates so feature-gated modules appear on docs.rsImportant improvements:
0.0.1→0.1.0across workspace# Feature Flagssections) to all 5 crate lib.rs files that define featuresrust-toolchain.tomlpinning to channel 1.92CHANGELOG.mdwith initial 0.1.0 entrysignet-coldin-memory backendUnifiedStorageintegration tests forsignet-storage(append + unwind)eprintln!debug output fromsignet-hot-mdbxtest utilitiesRemaining non-blocking items (not in this PR):
cargo-denyconfig (deny.toml)doc(cfg)attribute enabled but unused in all lib.rs filessignet-zenith = "0.16.0-rc.8"dependency (managed externally)Test plan
cargo +nightly fmt— cleancargo clippy -p <crate> --all-features --all-targets— all 6 crates passcargo clippy -p <crate> --no-default-features --all-targets— all 6 crates passcargo t -p signet-cold— 2 tests pass (new conformance test + existing)cargo t -p signet-storage— 2 tests pass (new unified storage tests)cargo t— all 165 workspace tests pass🤖 Generated with Claude Code