Skip to content

Commit

Permalink
remove some comments
Browse files Browse the repository at this point in the history
  • Loading branch information
musitdev committed Feb 12, 2025
1 parent 0ac1296 commit 48377f1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -129,5 +129,7 @@ processes:
condition: process_healthy
movement-faucet:
condition: process_healthy
availability:
exit_on_end: true


Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,6 @@ where
block_opt = blob_stream.next() => {
match block_opt {
Some(Ok((height, da_blob))) => {
//let (height, da_blob) = blob.map_err(|e| tonic::Status::internal(e.to_string()))?;
match verifier.verify(da_blob, height.as_u64()).await.map_err(|e| tonic::Status::internal(e.to_string())).and_then(|verifed_blob| {
verifed_blob.into_inner().to_blob_passed_through_read_response(height.as_u64()).map_err(|e| tonic::Status::internal(e.to_string()))
}) {
Expand Down
9 changes: 0 additions & 9 deletions protocol-units/da/movement/protocol/proto/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,12 +1,3 @@
// pub mod v1beta1 {
// tonic::include_proto!("movementlabs.protocol_units.da.light_node.v1beta1"); // The string specified here
// pub const FILE_DESCRIPTOR_SET: &[u8] =
// tonic::include_file_descriptor_set!("movement-da-light-node-proto-descriptor");
// }

// // Re-export the latest version at the crate root
// pub use v1beta1::*;

pub mod v1beta2 {
tonic::include_proto!("movementlabs.protocol_units.da.light_node.v1beta2"); // The string specified here
pub const FILE_DESCRIPTOR_SET: &[u8] =
Expand Down

0 comments on commit 48377f1

Please sign in to comment.