Skip to content

Commit

Permalink
add auctioneer draft
Browse files Browse the repository at this point in the history
move optimistic_block to sequencerblock

remove prev_rollup_block_hash from BaseBlock

move bundle service to executionapis

request type for baseblock

separate bundle service into OptimisticExecutionService and BundleService
  • Loading branch information
itamarreif committed Sep 26, 2024
1 parent 33dae42 commit b91925a
Show file tree
Hide file tree
Showing 8 changed files with 3,189 additions and 0 deletions.
498 changes: 498 additions & 0 deletions crates/astria-core/src/generated/astria.auctioneer.v1alpha1.rs

Large diffs are not rendered by default.

430 changes: 430 additions & 0 deletions crates/astria-core/src/generated/astria.auctioneer.v1alpha1.serde.rs

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

559 changes: 559 additions & 0 deletions crates/astria-core/src/generated/astria.bundle.v1alpha1.serde.rs

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Loading

0 comments on commit b91925a

Please sign in to comment.