Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

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