Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: update to v3.0.0 #1609

Closed
wants to merge 9 commits into from
Closed

feat: update to v3.0.0 #1609

wants to merge 9 commits into from

Conversation

jcstein
Copy link
Member

@jcstein jcstein commented Jun 14, 2024

Overview

Updating nitro version and docs
Resolves #1587

Summary by CodeRabbit

  • Documentation
    • Updated deployment addresses and contract versions in the Arbitrum ecosystem documentation.
    • Enhanced configuration options for validating full nodes in the Arbitrum full node guide.
    • Renamed "Ethereum fallback mechanism" to "DA fallback mechanism" in the Arbitrum integration guide for consistency.

Copy link
Contributor

coderabbitai bot commented Jun 14, 2024

Warning

Rate limit exceeded

@jcstein has exceeded the limit for the number of commits or files that can be reviewed per hour. Please wait 47 minutes and 18 seconds before requesting another review.

How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

Commits

Files that changed from the base of the PR and between 058fc1e and 0d30cfb.

Walkthrough

This update introduces several significant changes to the Arbitrum integration documentation. Key updates include new deployment addresses, contract versions, and enhanced configuration options for validating full nodes. Descriptions of fallback mechanisms and contract addresses have been revised, along with an overall restructuring to reflect these changes.

Changes

Files Change Summary
developers/arbitrum-deploy.md Updated deployment addresses, contract versions, and added new contract deployments.
developers/arbitrum-full-node.md Updated version references, added configuration options for validating full nodes.
developers/arbitrum-integration.md Updated semantic descriptions and features, revised links, fallback mechanisms, and data flags.

Sequence Diagram(s)

The changes are primarily documentation and configuration updates, so sequence diagrams are not applicable here.

Assessment against linked issues

Objective (Issue #1587) Addressed Explanation
Update contract addresses
Update links to new version
Change prefix to 0x63
Remove websocket connections for batch poster Needs further review in specific source code
Config changes: remove 'is-poster', 'event-channel-size'; validator optional Needs further review in specific source code
Add configurable fallback to anytrust, other DA, etc.
3.0.0 enables stylus - add on overview page 058fc1e No mention of this addition in review summary
Add DA server for celestia-node (WIP by Diego) Pending WIP by other developer
Update deployment portal after new contracts are ready Deployment portal update status is unclear
Chain migration documentation for migrating from Anytrust to Celestia Not found in the current documentation updates

Poem

Amidst the buzz of code's delight,
Changes dance in daylight bright.
Contracts new and nodes refined,
Configs tweaked and docs aligned.
Arbitrum and Celestia in tune,
Sweet harmony in lines that croon.
🌟 🚀 By Rabbit’s pen, the updates cascade,
Into realms where code upgrades parade.


Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

Share
Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai generate interesting stats about this repository and render them as a table.
    • @coderabbitai show all the console.log statements in this repository.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (invoked as PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Additionally, you can add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.

CodeRabbit Configration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link
Contributor

github-actions bot commented Jun 14, 2024

PR Preview Action v1.4.7
🚀 Deployed preview to https://celestiaorg.github.io/docs-preview/./pr-1609/
on branch main at 2024-06-21 15:38 UTC

@jcstein jcstein self-assigned this Jun 17, 2024
@jcstein jcstein added the documentation Improvements or additions to documentation label Jun 17, 2024
@jcstein jcstein requested a review from Ferret-san June 17, 2024 20:56
@jcstein jcstein marked this pull request as ready for review June 17, 2024 20:56
Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 2

Outside diff range and nitpick comments (2)
developers/arbitrum-deploy.md (2)

Line range hint 189-189: Consider adding a comma for clarity.

- WebSocket (WSS) URLs which are essential for real-time data ...
+ WebSocket (WSS) URLs, which are essential for real-time data ...

Line range hint 246-246: Consider adding a comma after "accordingly" for better readability.

- First understand the different variables that...
+ First, understand the different variables that...
Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between 3eafe8e and 55b9162.

Files selected for processing (1)
  • developers/arbitrum-deploy.md (5 hunks)
Additional context used
LanguageTool
developers/arbitrum-deploy.md

[uncategorized] ~189-~189: Possible missing comma found. (AI_HYDRA_LEO_MISSING_COMMA)
Context: ...en running a full node. WebSocket (WSS) URLs which are essential for real-time data ...


[uncategorized] ~246-~246: Possible missing comma found. (AI_HYDRA_LEO_MISSING_COMMA)
Context: ...ave to configure your node accordingly. First understand the different variables that...


[uncategorized] ~248-~248: Loose punctuation mark. (UNLIKELY_OPENING_PUNCTUATION)
Context: ...will be set in the config: - enable: set it to true if you are using Celes...


[uncategorized] ~255-~255: Loose punctuation mark. (UNLIKELY_OPENING_PUNCTUATION)
Context: ...vents for Blobstream. - namespace-id: namespace being used to post data to ...


[uncategorized] ~258-~258: Loose punctuation mark. (UNLIKELY_OPENING_PUNCTUATION)
Context: ...ster, set to true if so. - gas-price: how much to pay for gas (in uTIA) - *...


[style] ~418-~418: Consider using “incompatible” to avoid wordiness. (NOT_ABLE_PREMIUM)
Context: ...rbit-sdk/releases/tag/v0.8.2) | This is not compatible with Orbit SDK v0.8.2 or with the lates...


[grammar] ~426-~426: You should probably use “relay”. (AGREEMENT_SENT_START)
Context: ...86777b499d6A665DF3ABD2` in both chains, relays headers from the Mocha-4 testnet to...

Markdownlint
developers/arbitrum-deploy.md

264-264: Expected: 2; Actual: 4 (MD007, ul-indent)
Unordered list indentation


191-191: Expected: 0 or 2; Actual: 1 (MD009, no-trailing-spaces)
Trailing spaces


197-197: Expected: 0 or 2; Actual: 1 (MD009, no-trailing-spaces)
Trailing spaces


207-207: Expected: 0 or 2; Actual: 1 (MD009, no-trailing-spaces)
Trailing spaces


158-158: Expected: 80; Actual: 222 (MD013, line-length)
Line length


160-160: Expected: 80; Actual: 300 (MD013, line-length)
Line length


162-162: Expected: 80; Actual: 169 (MD013, line-length)
Line length


164-164: Expected: 80; Actual: 121 (MD013, line-length)
Line length


181-181: Expected: 80; Actual: 103 (MD013, line-length)
Line length


185-185: Expected: 80; Actual: 83 (MD013, line-length)
Line length


197-197: Expected: 80; Actual: 132 (MD013, line-length)
Line length


217-217: Expected: 80; Actual: 91 (MD013, line-length)
Line length


257-257: Expected: 80; Actual: 84 (MD013, line-length)
Line length


321-321: Expected: 80; Actual: 93 (MD013, line-length)
Line length


329-329: Expected: 80; Actual: 115 (MD013, line-length)
Line length


306-306: null (MD034, no-bare-urls)
Bare URL used


106-106: Expected: leading_and_trailing; Actual: leading_only; Missing trailing pipe (MD055, table-pipe-style)
Table pipe style

Additional comments not posted (3)
developers/arbitrum-deploy.md (3)

416-416: Update the version of Nitro to align with the new release.

Ensure that all components that depend on the Nitro version are compatible with v2.3.3.


440-440: Update the RollupCreator address as per the new deployment.

Please verify that all references to the RollupCreator address across the documentation and configuration files have been updated to reflect this change.


445-445: Ensure the RollupCreator address in Base Sepolia is updated in all relevant contracts and documentation.

Verify that this new address is correctly integrated into all deployment scripts and referenced configurations.

developers/arbitrum-deploy.md Outdated Show resolved Hide resolved
developers/arbitrum-deploy.md Show resolved Hide resolved
@jcstein jcstein changed the title feat: update to v2.3.3 feat: update to v3.0.0 Jun 18, 2024
Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 9

Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between 55b9162 and 0b13a11.

Files selected for processing (3)
  • developers/arbitrum-deploy.md (9 hunks)
  • developers/arbitrum-full-node.md (2 hunks)
  • developers/arbitrum-integration.md (4 hunks)
Additional context used
LanguageTool
developers/arbitrum-full-node.md

[uncategorized] ~46-~46: Loose punctuation mark. (UNLIKELY_OPENING_PUNCTUATION)
Context: ...ull nodes include: - tendermint-rpc: a celestia-core endpoint from a full ...


[uncategorized] ~51-~51: Loose punctuation mark. (UNLIKELY_OPENING_PUNCTUATION)
Context: ... events for Blobstream. - blobstream: address of the Blobstream X contract ...

developers/arbitrum-integration.md

[style] ~41-~41: Consider a shorter alternative to avoid wordiness. (IN_ORDER_TO_PREMIUM)
Context: ...ed Blob Pointer struct and consuming it in order to fetch the data from Celestia and additi...


[style] ~50-~50: Consider a shorter alternative to avoid wordiness. (IN_ORDER_TO_PREMIUM)
Context: ...l! ### Preimage Oracle Implementation In order to support fraud proofs, this integration ...


[style] ~51-~51: Consider a shorter alternative to avoid wordiness. (IN_ORDER_TO_PREMIUM)
Context: ...elestia hashes that then get "unpeeled" in order to reveal the full data for a Blob. You ca...


[typographical] ~58-~58: Consider isolating this adverbial phrase with commas. (IN_FACT_COMMA_2)
Context: ...ng unpeeled as well as the row roots are in fact correct. ### Blobstream X implementati...


[uncategorized] ~73-~73: Did you mean: “By default,”? (BY_DEFAULT_COMMA)
Context: ...e. ### DA fallback mechanism in Nitro By default in [Arbitrum Nitro](https://github.com/...


[style] ~91-~91: Try using a more formal synonym here to elevate your writing. (PLAN_ON_INTEND)
Context: ...e fallback to Anytrust is useful if you plan on having high throughput and cannot fallback to ...


[grammar] ~91-~91: The word “fallback” is a noun. The verb is spelled with a space. (NOUN_VERB_CONFUSION)
Context: ...an on having high throughput and cannot fallback to Ethereum because your blobs are too ...


[style] ~96-~96: In contexts where ‘if’ is followed by ‘or’, using ‘whether’ may be more appropriate (and formal). (IF_WHETHER)
Context: ...er to call VerifyAttestation to check if a data root has been posted on Blobstre...

developers/arbitrum-deploy.md

[uncategorized] ~150-~150: Possible missing preposition found. (AI_HYDRA_LEO_MISSING_TO)
Context: ...tokens by your Orbit chain's validators the challenge mechanism, bridging mechanism...


[uncategorized] ~217-~217: Possible missing comma found. (AI_HYDRA_LEO_MISSING_COMMA)
Context: ...ave to configure your node accordingly. First understand the different variables that...


[uncategorized] ~219-~219: Loose punctuation mark. (UNLIKELY_OPENING_PUNCTUATION)
Context: ...will be set in the config: - enable: set it to true if you are using Celes...


[uncategorized] ~223-~223: Loose punctuation mark. (UNLIKELY_OPENING_PUNCTUATION)
Context: ... 1.01 increases the gas by 1%. - rpc: RPC endpoint for celestia-node - ...


[style] ~377-~377: Consider using “incompatible” to avoid wordiness. (NOT_ABLE_PREMIUM)
Context: ...rbit-sdk/releases/tag/v0.8.2) | This is not compatible with Orbit SDK v0.8.2 or with the lates...


[grammar] ~385-~385: You should probably use “relay”. (AGREEMENT_SENT_START)
Context: ...elopers/blobstream#deployed-contracts), relays headers from the Mocha-4 testnet to...

Markdownlint
developers/arbitrum-full-node.md

52-52: Expected: 2; Actual: 4 (MD007, ul-indent)
Unordered list indentation


74-74: null (MD047, single-trailing-newline)
Files should end with a single newline character

developers/arbitrum-integration.md

100-100: Expected: 1; Actual: 2 (MD012, no-multiple-blanks)
Multiple consecutive blank lines


101-101: Expected: 1; Actual: 3 (MD012, no-multiple-blanks)
Multiple consecutive blank lines

developers/arbitrum-deploy.md

158-158: Expected: 80; Actual: 222 (MD013, line-length)
Line length


160-160: Expected: 80; Actual: 300 (MD013, line-length)
Line length


162-162: Expected: 80; Actual: 169 (MD013, line-length)
Line length


164-164: Expected: 80; Actual: 121 (MD013, line-length)
Line length


181-181: Expected: 80; Actual: 103 (MD013, line-length)
Line length


188-188: Expected: 80; Actual: 91 (MD013, line-length)
Line length


280-280: Expected: 80; Actual: 93 (MD013, line-length)
Line length


288-288: Expected: 80; Actual: 115 (MD013, line-length)
Line length


265-265: null (MD034, no-bare-urls)
Bare URL used


106-106: Expected: leading_and_trailing; Actual: leading_only; Missing trailing pipe (MD055, table-pipe-style)
Table pipe style

Additional comments not posted (6)
developers/arbitrum-full-node.md (1)

46-52: Please confirm that the blobstream address matches the latest contract deployment addresses provided.

Verification successful

The blobstream address in developers/arbitrum-full-node.md matches the latest deployment addresses provided in developers/blobstream.md.

  • developers/arbitrum-full-node.md: "blobstream": "0xc3e209eb245Fd59c8586777b499d6A665DF3ABD2"
  • developers/blobstream.md: 0xc3e209eb245Fd59c8586777b499d6A665DF3ABD2
Scripts executed

The following scripts were executed for the analysis:


Script:

#!/bin/bash
# Description: Verify that the `blobstream` address in the config matches the latest deployment.

# Test: Search for the `blobstream` address in the contract deployment files. Expect: Address matches the one in the latest deployment.
rg --type md $'0xc3e209eb245Fd59c8586777b499d6A665DF3ABD2'

Length of output: 835

Tools
LanguageTool

[uncategorized] ~46-~46: Loose punctuation mark. (UNLIKELY_OPENING_PUNCTUATION)
Context: ...ull nodes include: - tendermint-rpc: a celestia-core endpoint from a full ...


[uncategorized] ~51-~51: Loose punctuation mark. (UNLIKELY_OPENING_PUNCTUATION)
Context: ... events for Blobstream. - blobstream: address of the Blobstream X contract ...

Markdownlint

52-52: Expected: 2; Actual: 4 (MD007, ul-indent)
Unordered list indentation

developers/arbitrum-integration.md (3)

2-2: Ensure the description accurately reflects the changes made in the PR.


40-40: Check that the core logic for data handling in celestia.go is up-to-date with the latest changes.


75-93: Confirm the updated fallback mechanisms are correctly implemented and no old references remain.

Tools
LanguageTool

[style] ~91-~91: Try using a more formal synonym here to elevate your writing. (PLAN_ON_INTEND)
Context: ...e fallback to Anytrust is useful if you plan on having high throughput and cannot fallback to ...


[grammar] ~91-~91: The word “fallback” is a noun. The verb is spelled with a space. (NOUN_VERB_CONFUSION)
Context: ...an on having high throughput and cannot fallback to Ethereum because your blobs are too ...

developers/arbitrum-deploy.md (2)

426-426: This correction from a previous review still applies. Please update accordingly.


375-378: ```shell
#!/bin/bash

Description: Confirm compatibility of the Orbit SDK with nitro-contracts.

Step 1: Perform repository maintenance.

Ensure the repository is in an optimal state for log retrieval.

git gc --aggressive

Step 2: Identify the latest changes in the nitro-contracts repository.

Get the latest commits in the nitro-contracts repository.

git log -n 10 --pretty=format:"%h - %s" -- nitro-contracts/

Step 3: Check the compatibility notes of the Orbit SDK.

Search for compatibility notes in the Orbit SDK repository.

rg "compatibility" --glob "orbit-sdk/**"


<details>
<summary>Tools</summary>

<details>
<summary>LanguageTool</summary><blockquote>

[style] ~377-~377: Consider using “incompatible” to avoid wordiness. (NOT_ABLE_PREMIUM)
Context: ...rbit-sdk/releases/tag/v0.8.2) | This is not compatible with Orbit SDK v0.8.2 or with the lates...

</blockquote></details>

</details>

</blockquote></details>

</blockquote></details>

</details>

<!-- This is an auto-generated comment by CodeRabbit for review status -->

developers/arbitrum-full-node.md Outdated Show resolved Hide resolved
developers/arbitrum-full-node.md Outdated Show resolved Hide resolved
developers/arbitrum-integration.md Show resolved Hide resolved
developers/arbitrum-integration.md Show resolved Hide resolved
developers/arbitrum-deploy.md Show resolved Hide resolved
developers/arbitrum-deploy.md Show resolved Hide resolved
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
@jcstein jcstein added the P0 Top priority label Jun 20, 2024
Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 5

Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between 0b13a11 and 058fc1e.

Files selected for processing (2)
  • developers/arbitrum-full-node.md (2 hunks)
  • developers/arbitrum-integration.md (5 hunks)
Additional context used
LanguageTool
developers/arbitrum-full-node.md

[uncategorized] ~46-~46: Loose punctuation mark. (UNLIKELY_OPENING_PUNCTUATION)
Context: ...ull nodes include: - tendermint-rpc: a celestia-core endpoint from a full ...


[uncategorized] ~51-~51: Loose punctuation mark. (UNLIKELY_OPENING_PUNCTUATION)
Context: ... events for Blobstream. - blobstream: address of the Blobstream X contract ...

developers/arbitrum-integration.md

[style] ~45-~45: Consider a shorter alternative to avoid wordiness. (IN_ORDER_TO_PREMIUM)
Context: ...ed Blob Pointer struct and consuming it in order to fetch the data from Celestia and additi...


[style] ~54-~54: Consider a shorter alternative to avoid wordiness. (IN_ORDER_TO_PREMIUM)
Context: ...l! ### Preimage Oracle Implementation In order to support fraud proofs, this integration ...


[style] ~55-~55: Consider a shorter alternative to avoid wordiness. (IN_ORDER_TO_PREMIUM)
Context: ...elestia hashes that then get "unpeeled" in order to reveal the full data for a Blob. You ca...


[uncategorized] ~62-~62: A comma might be missing here. (AI_EN_LECTOR_MISSING_PUNCTUATION_COMMA)
Context: ...square in which a blob resides in, this way each Orbit chain with Celestia undernea...


[typographical] ~62-~62: Consider isolating this adverbial phrase with commas. (IN_FACT_COMMA_2)
Context: ...ng unpeeled as well as the row roots are in fact correct. ### Blobstream X implementati...


[uncategorized] ~77-~77: Did you mean: “By default,”? (BY_DEFAULT_COMMA)
Context: ...e. ### DA fallback mechanism in Nitro By default in [Arbitrum Nitro](https://github.com/...


[uncategorized] ~79-~79: This verb may not be in the correct tense. Consider changing the tense to fit the context better. (AI_EN_LECTOR_REPLACEMENT_VERB_TENSE)
Context: ...ter/arbnode/batch_poster.go#L989-L1001) is handling the process of storing data, with a fal...


[style] ~95-~95: Try using a more formal synonym here to elevate your writing. (PLAN_ON_INTEND)
Context: ...e fallback to Anytrust is useful if you plan on having high throughput and cannot fallback to ...


[grammar] ~95-~95: The word “fallback” is a noun. The verb is spelled with a space. (NOUN_VERB_CONFUSION)
Context: ...an on having high throughput and cannot fallback to Ethereum because your blobs are too ...


[style] ~100-~100: In contexts where ‘if’ is followed by ‘or’, using ‘whether’ may be more appropriate (and formal). (IF_WHETHER)
Context: ...er to call VerifyAttestation to check if a data root has been posted on Blobstre...

Markdownlint
developers/arbitrum-full-node.md

52-52: Expected: 2; Actual: 4 (MD007, ul-indent)
Unordered list indentation

developers/arbitrum-integration.md

104-104: Expected: 1; Actual: 2 (MD012, no-multiple-blanks)
Multiple consecutive blank lines


105-105: Expected: 1; Actual: 3 (MD012, no-multiple-blanks)
Multiple consecutive blank lines

Additional comments not posted (4)
developers/arbitrum-integration.md (4)

2-2: Updated description to reflect new features.

The description has been updated to include the DA fallback mechanism, aligning with the PR's objectives to enhance documentation on fallback options.


19-21: New features in version 3.0.0.

Version 3.0.0 introduces the ability to write smart contracts in Rust using Arbitrum Stylus, which is a significant update for developers.


50-50: Update the message header flag.

The message header flag for Celestia batches has been updated from '0x0c' to '0x63' to match the new specifications.


85-85: Link to updated fallback mechanism.

The link to the fallback mechanism has been updated to point to the new version (v3.0.0), ensuring that the documentation remains accurate and up-to-date.

developers/arbitrum-full-node.md Outdated Show resolved Hide resolved
developers/arbitrum-full-node.md Outdated Show resolved Hide resolved
developers/arbitrum-full-node.md Outdated Show resolved Hide resolved
developers/arbitrum-full-node.md Outdated Show resolved Hide resolved
developers/arbitrum-integration.md Outdated Show resolved Hide resolved
jcstein and others added 3 commits June 21, 2024 11:29
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
@jcstein
Copy link
Member Author

jcstein commented Aug 5, 2024

open tasks from #1587 for @Ferret-san to help with 🙏

  • add da server for celestia-node - WIP by Diego
  • update deployment portal after new contracts are ready
  • review contract addresses

@jcstein
Copy link
Member Author

jcstein commented Aug 20, 2024

I think I will be closing this to make the nitro docs much more similar to the OP Stack docs cc @Ferret-san to confirm and then can close this

@jcstein
Copy link
Member Author

jcstein commented Sep 30, 2024

closing in order to open a new PR.

@jcstein jcstein closed this Sep 30, 2024
@jcstein jcstein deleted the jcs/nitro-update branch September 30, 2024 20:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation P0 Top priority
Projects
None yet
Development

Successfully merging this pull request may close these issues.

docs: updates for nitro
1 participant