Skip to content

Commit

Permalink
move optimistic block protos to v1
Browse files Browse the repository at this point in the history
  • Loading branch information
itamarreif committed Nov 18, 2024
1 parent 740d9e7 commit 4287b94
Show file tree
Hide file tree
Showing 8 changed files with 1,967 additions and 969 deletions.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

506 changes: 0 additions & 506 deletions crates/astria-core/src/generated/astria.sequencerblock.v1alpha1.rs

Large diffs are not rendered by default.

Large diffs are not rendered by default.

12 changes: 12 additions & 0 deletions crates/astria-core/src/generated/mod.rs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
syntax = "proto3";

package astria.sequencerblock.v1alpha1;
package astria.sequencerblock.optimistic.v1alpha1;

import "astria/primitive/v1/types.proto";
import "astria/sequencerblock/v1alpha1/block.proto";
import "astria/sequencerblock/v1/block.proto";

message GetBlockCommitmentStreamRequest {}

Expand All @@ -26,7 +26,7 @@ message GetOptimisticBlockStreamRequest {

message GetOptimisticBlockStreamResponse {
// The optimistic Sequencer block that is being streamed, filtered for the provided rollup id.
astria.sequencerblock.v1alpha1.FilteredSequencerBlock block = 1;
astria.sequencerblock.v1.FilteredSequencerBlock block = 1;
}

// The Sequencer will serve this to the aucitoneer
Expand Down

0 comments on commit 4287b94

Please sign in to comment.