Skip to content

Commit

Permalink
Update link to remote rollup in 1-introduction.md (#48)
Browse files Browse the repository at this point in the history
## Description
<!-- Describe your changes in detail -->

## Motivation and Context
<!-- Why is this change required? What problem does it solve? -->
<!-- If it fixes an open issue, please link to the issue here. -->

## Screenshots (if appropriate):
<!-- Provide before and after screen shots -->

## Types of changes
<!-- What types of changes does your code introduce? Put an `x` in all
the boxes that apply: -->
- [ ] Edits to existing documentation
- [ ] Changing documentation structure (relocating existing files,
ensure redirects exist)
- [ ] Stylistic changes (provide screenshots above)
  • Loading branch information
jbowen93 authored Apr 15, 2024
1 parent 787c505 commit d99b67a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion docs/local-rollup/1-introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ a local Kubernetes cluster which uses the Astria shared sequencer network.

:::tip
If you would like to deploy a rollup on a remote Kubernetes cluster,
please see the [remote deployment guide](/docs/cloud-rollup/digital-ocean/) here.
please see the [remote deployment guide](/cloud-rollup/digital-ocean) here.
:::

## Local Dependencies
Expand Down
2 changes: 0 additions & 2 deletions docs/overview/architecture/4-composer.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,5 @@ While a real searcher implementation would create profit-generating bundles of r

Once Astria's block builder design moves to its implementation phase, the Composer will include a reference builder implementation as well. Similarly to the searcher, while a real builder implementation would run a profit-generating auction, the composer implementation will simply run a FIFO queue that will add all the sequencer transactions it receives and submits a block to the sequencer's proposer.

Once Astria's block builder design moves to its implementation phase, the Composer will include a reference builder implementation as well. Similarly to the searcher, while a real builder implementation would run a profit-generating auction, the composer implementation will simply run a FIFO queue that will add all the sequencer transactions it receives and submits a block to the sequencer's proposer.

See the [Conductor code
here.](https://github.com/astriaorg/astria/tree/main/crates/astria-conductor)

0 comments on commit d99b67a

Please sign in to comment.