Skip to content

Commit

Permalink
fix: make v0/v1 public and remove feature flag
Browse files Browse the repository at this point in the history
  • Loading branch information
rymnc committed Jan 15, 2025
1 parent 0549a1a commit 22e2afc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
5 changes: 2 additions & 3 deletions crates/compression/src/compressed_block_payload/mod.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
pub(crate) mod v0;
pub mod v0;

#[cfg(feature = "fault-proving")]
pub(crate) mod v1;
pub mod v1;
1 change: 1 addition & 0 deletions crates/compression/src/compressed_block_payload/v1.rs
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ impl VersionedBlockPayload for CompressedBlockPayloadV1 {

impl CompressedBlockPayloadV1 {
/// Create a new compressed block payload V1.
#[allow(unused)]
pub(crate) fn new(
header: &BlockHeader,
registrations: RegistrationsPerTable,
Expand Down

0 comments on commit 22e2afc

Please sign in to comment.