Skip to content

Add Grove archival endpoints to nodes/mainnet.md - #1525

Merged
jcstein merged 8 commits into
celestiaorg:mainfrom
Olshansk:main
Apr 15, 2024
Merged

Add Grove archival endpoints to nodes/mainnet.md#1525
jcstein merged 8 commits into
celestiaorg:mainfrom
Olshansk:main

Conversation

@Olshansk

@Olshansk Olshansk commented Apr 12, 2024

Copy link
Copy Markdown
Contributor

Overview

Summary by CodeRabbit

  • Documentation
    • Renamed "Mainnet Beta" to "Mainnet" throughout the guide to signify the shift to a stable production network.
    • Emphasized Celestia's Mainnet evolution and stability, with ongoing updates in collaboration with the community.
    • Provided details on node types for Mainnet participation and clarified information on Data Availability (DA) RPC endpoints and Archival DA RPC endpoints.

@coderabbitai

coderabbitai Bot commented Apr 12, 2024

Copy link
Copy Markdown
Contributor

Walkthrough

The document has been revamped to emphasize the shift of Celestia's network from "Mainnet Beta" to "Mainnet," marking its move to a stable production phase. It highlights the network's growth, the node types for participation, and includes details on Data Availability (DA) and Archival DA RPC endpoints.

Changes

File Summary of Changes
nodes/mainnet.md Renamed "Mainnet Beta" to "Mainnet" throughout, updated node participation details, and added information on DA RPC endpoints.

Poem

🌟🐇✨
In fields of digital grain,
A change has come, it's quite plain.
From beta past, to stable light,
Mainnet shines, oh so bright!
Hop along, nodes align,
Celestia's tale, by design. 🌌🚀
🌟🐇✨


Recent Review Details

Configuration used: CodeRabbit UI

Commits Files that changed from the base of the PR and between 7b95dfc and 17da5fc.
Files selected for processing (1)
  • nodes/mainnet.md (3 hunks)
Additional Context Used
Learnings (1)
nodes/mainnet.md (1)
User: jcstein"
URL: https://github.com/celestiaorg/docs/pull/1525

Timestamp: 2024-04-12T21:49:23.671Z
Learning: The `MainnetBetaDetails` Vue component is still in use in the `nodes/mainnet.md` file, despite the terminology update from "Mainnet Beta" to "Mainnet".
Additional comments not posted (1)
nodes/mainnet.md (1)

251-251: Verify the image path for the Grove sandbox.

Verification successful

The verification script confirms that the image file grove-sandbox.png exists at the specified path ./public/grove/grove-sandbox.png in the repository. This aligns with the image path mentioned in the markdown file nodes/mainnet.md. Therefore, the image path provided in the document is correct.

Image Path Verification for Grove Sandbox
The image path for the Grove sandbox in the nodes/mainnet.md file has been verified successfully. The image exists at the specified path in the repository.

Scripts Executed

The following scripts were executed for the analysis:


Script:

#!/bin/bash
# Verify the existence of the image at the specified path
if [ ! -f ./public/grove/grove-sandbox.png ]; then
    echo "The image file does not exist at the specified path."
else
    echo "The image file exists."
fi

Length of output: 104


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.

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 a review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @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.

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Actionable comments posted: 5

Comment thread nodes/mainnet.md Outdated
Comment thread nodes/mainnet.md Outdated
Comment thread nodes/mainnet.md
Comment thread nodes/mainnet.md Outdated
Comment thread nodes/mainnet.md
Comment thread nodes/mainnet.md Outdated
Comment thread nodes/mainnet.md Outdated
Comment thread nodes/mainnet.md Outdated
Comment thread nodes/mainnet.md Outdated
Comment thread nodes/mainnet.md Outdated
Comment thread nodes/mainnet.md Outdated
Comment thread nodes/mainnet.md Outdated
Comment thread nodes/mainnet.md Outdated
Comment thread nodes/mainnet.md
Comment thread nodes/mainnet.md Outdated
Comment thread nodes/mainnet.md Outdated
Comment thread nodes/mainnet.md Outdated
Comment thread nodes/mainnet.md Outdated
Comment thread nodes/mainnet.md Outdated
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Actionable comments posted: 1

Actionable comments outside the diff hunks (1)
nodes/mainnet.md (1)

Line range hint 7-7: The image file name still refers to "Mainnet Beta". Update the image file name to align with the terminology change from "Mainnet Beta" to "Mainnet".

- ![Mainnet Beta](/img/Mainnet-Beta.png)
+ ![Mainnet](/img/Mainnet.png)

Comment thread nodes/mainnet.md Outdated
@jcstein jcstein added documentation Improvements or additions to documentation enhancement New feature or request labels Apr 12, 2024
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Actionable comments posted: 1

@Olshansk
Olshansk requested a review from jcstein April 12, 2024 22:06

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Actionable comments posted: 1

@jcstein

jcstein commented Apr 12, 2024

Copy link
Copy Markdown
Member

last thing and then this is good to 🚢

  • add context on what these type of endpoints are before jumping straight to Grove specifics

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Actionable comments posted: 2

Comment thread nodes/mainnet.md
Comment on lines +237 to +252

By default, light nodes prune recent data to save on storage space. Archival
Data Availability (DA) nodes store the entire history of the chain without
pruning any data so all data available data is retrievable. You can read more
about light vs archival nodes [here](../learn/retrievability.md).

##### Grove Archival Endpoints

You can [provision your own Celestia Archival endpoint on Grove](https://grove.city).
[Learn more about Celestia on Grove](https://docs.grove.city/celestia-api/intro),
or find [the fully supported spec](https://docs.grove.city/celestia-api/endpoints/celestia-archival).

There is a sandbox you can leverage for testing straight in your browser:

![grove-sandbox](../public/grove/grove-sandbox.png)

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Tip

Codebase Verification

The verification script has confirmed that the image file grove-sandbox.png does not exist at the specified path ../public/grove/grove-sandbox.png. This indicates an issue with the documentation as the image path provided is incorrect or the image file is missing from the repository. This needs to be addressed to ensure that the documentation is accurate and complete.

Analysis chain

The section on Grove Archival Endpoints is well-detailed and provides useful links for further reading. However, ensure that the image path provided is correct and accessible. It's also a good practice to provide alt text for images to improve accessibility.

Scripts Executed

The following scripts were executed for the analysis:


Script:

#!/bin/bash
# Verify the existence of the image at the specified path
if [ ! -f ../public/grove/grove-sandbox.png ]; then
    echo "The image file does not exist at the specified path."
else
    echo "The image file exists."
fi

Length of output: 165

Comment thread nodes/mainnet.md Outdated
Comment thread nodes/mainnet.md Outdated
Comment thread nodes/mainnet.md Outdated

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Actionable comments posted: 3

Actionable comments outside the diff hunks (1)
nodes/mainnet.md (1)

Line range hint 47-47: There seems to be an unpaired symbol [ before "CIP-13". Ensure that the Markdown syntax is correct to avoid rendering issues.

- [CIP-13](https://github.com/celestiaorg/CIPs/blob/main/cips/cip-13.md)
+ [CIP-13](https://github.com/celestiaorg/CIPs/blob/main/cips/cip-13.md)

Comment thread nodes/mainnet.md
Comment on lines 205 to 211
:::tip Bridge nodes
Not all RPC endpoints guarantee the full block history.
Find [an archive endpoint on the community dashboard](https://celestia-tools.brightlystake.com/)
or run your own full consensus node with no pruning for
your bridge node.
or run your own full consensus node with no pruning for your bridge node.
:::

RPCs for DA nodes to initialise or start your celestia-node to Mainnet Beta with:

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

📝 NOTE
This review was outside the diff hunks and was mapped to the diff hunk with the greatest overlap. Original lines [187-211]

The script command provided uses incorrect dashes () instead of hyphens (-) for the command-line options. This can lead to errors when users copy and paste the command into their terminals. Consider correcting this to ensure the command works as intended.

- celestia <da_type> start --core.ip <url> –core.rpc.port <port> \
-     –core.grpc.port <port>
+ celestia <da_type> start --core.ip <url> --core.rpc.port <port> \
+     --core.grpc.port <port>

Comment thread nodes/mainnet.md Outdated

By default, light nodes prune recent data to save on storage space. Archival
data availability (DA) nodes store the entire history of the chain without
pruning any data so all data available data is retrievable. You can read more

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Consider adding a comma after "data" for better readability.

- pruning any data so all data available data is retrievable.
+ pruning any data, so all data available data is retrievable.

Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation.

Suggested change
pruning any data so all data available data is retrievable. You can read more
pruning any data, so all data available data is retrievable. You can read more

Comment thread nodes/mainnet.md Outdated
Comment thread nodes/mainnet.md Outdated
Comment thread nodes/mainnet.md Outdated
@jcstein
jcstein merged commit ae3c54c into celestiaorg:main Apr 15, 2024

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Actionable comments posted: 2

Comment thread nodes/mainnet.md Outdated

There is a sandbox you can leverage for testing straight in your browser:

![grove-sandbox](../public/grove/grove-sandbox.png)

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Tip

Codebase Verification

The verification process has confirmed that the image file grove-sandbox.png does not exist at the specified path ../public/grove/grove-sandbox.png. This aligns with the concerns raised in the review comment about the correctness of the image path. It is crucial to correct this path to ensure the image is properly accessible in the documentation.

Action Required:
Please correct the path for the image grove-sandbox.png in the documentation to ensure it points to the correct location where the image is stored. This will make the image accessible and display correctly in the documentation.

Analysis chain

Please verify the path for the image grove-sandbox.png. Previous reviews indicated issues with the image path not being correct. Ensuring the correct path is crucial for the image to be accessible in the documentation.

Scripts Executed

The following scripts were executed for the analysis:


Script:

#!/bin/bash
# Verify the existence of the image at the specified path
if [ ! -f ../public/grove/grove-sandbox.png ]; then
    echo "The image file does not exist at the specified path."
else
    echo "The image file exists."
fi

Length of output: 165

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Actionable comments posted: 2

Comment thread nodes/mainnet.md
- [Full storage node](./full-storage-node.md)

#### DA RPC endpoints
#### Data availability (DA) RPC endpoints

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Replace incorrect dashes in the command snippet.

- celestia <da_type> start --core.ip <url> –core.rpc.port <port> \
-     –core.grpc.port <port>
+ celestia <da_type> start --core.ip <url> --core.rpc.port <port> \
+     --core.grpc.port <port>

Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation.

Suggested change
#### Data availability (DA) RPC endpoints
#### Data availability (DA) RPC endpoints

Comment thread nodes/mainnet.md

By default, light nodes prune recent data to save on storage space. Archival
data availability (DA) nodes store the entire history of the chain without
pruning any data so all data available data is retrievable. You can

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Consider adding a comma after "data" for better readability.

- pruning any data so all data available data is retrievable.
+ pruning any data, so all data available data is retrievable.

Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation.

Suggested change
pruning any data so all data available data is retrievable. You can
pruning any data, so all data available data is retrievable. You can

jcstein added a commit that referenced this pull request Apr 16, 2024
* Add Grove to nodes/mainnet.md

* Apply suggestions from code review

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

* Update nodes/mainnet.md

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

* Store image in src code

* Add description of archival nodes

* Apply suggestions from code review

* Apply suggestions from code review

* Update nodes/mainnet.md

---------

Co-authored-by: joshcs.eth <46639943+jcstein@users.noreply.github.com>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
rach-id added a commit that referenced this pull request Apr 18, 2024
…stream (#1489)

* docs: add documentation on how to build rollups on Celestia

* docs: remove question

* docs: one -> value

* docs: explain more the proofs + reformating

* docs: set ETA

* docs: expand on protobuf deserialisation

* docs: expand on protobuf deserialisation

* docs: rewrite, reorganise, explain

* docs: review feedback

* docs: grammar

* docs: remove new lines

* docs: add links to inclusion proofs

* docs: update blobstream contract addresses (#1485)

Replaces #1482

* ci: test removing the CNAME file for clean up of previews. (#1493)

* docs: update blobstream (#1495)

* docs: update bubs-testnet.md with new URIs

* docs: add status page and bridge

* docs: comment out thirdweb bc chain is different now

* docs: update gm portal and contract guides for bubs

* docs: add mocha and namespace

* docs: add bridging context

* [GH Action] Update release tags and commit SHAs for arabica (#1497)

* [automated GH action] update latest release tags & commit sha (arabica)

* Update .vitepress/constants/arabica_versions.js

---------

Co-authored-by: jcstein <jcstein@users.noreply.github.com>
Co-authored-by: Josh Stein <46639943+jcstein@users.noreply.github.com>

* [GH Action] Update release tags and commit SHAs for mocha (#1498)

* [automated GH action] update latest release tags & commit sha (mocha)

* Update .vitepress/constants/mocha_versions.js

---------

Co-authored-by: jcstein <jcstein@users.noreply.github.com>
Co-authored-by: Josh Stein <46639943+jcstein@users.noreply.github.com>

* docs: update go constants for arabiac and mocha

* docs: update to make install for all types of machines (#1502)

* feat: Update node-tutorial.md (#1478)

this is live in v0.13.0 i think, cc @vgonkivs for review

* feat: split consensus node page (#1472)

* docs: split consensus node page

* docs: setup to set up

* docs: setup to set up 2

* docs: coderabbit reviews

* docs: change to  everywhere

* docs: add backlink

---------

Co-authored-by: jcstein <mail@jcstein.dev>

* docs: rollup available link Vitalik (#1505)

* docs: rollup link Vitalik

* docs: changes follow suggestion for example giving comma

* docs: Fix proof query example errors (#1504)

* Add missing return statement in toRowProofs function

* fix dataRoot slice out of range error

* fixes another missing return in toRowProofs

* docs: fix blobstream proof queries code (#1506)

* docs: initial commit, needs revision

* docs: remove old light node config

* docs: edits and refactor page

* docs: minor copy edit

* docs: cleanup for new deployment guide

* docs: todos for deployment guide

* docs: edit intro

* docs: step 1-2

* docs: deploy steps and table

* docs: remainder of deploy steps draft

* docs: change style of quickstart to Quickstart: Deploy an Orbit rollup

* docs: add todos

* docs: update contract addresses

* docs: using light node, namespace, auth token

* docs: add link to arb doc

* docs: add todo

* docs: resolve build errs

* docs: add bridging guide

* docs: small revisions

* docs: copy edits

* docs: deploy revision

* docs: fix blobstream address

* docs: add alchemy rpc section

* docs: note about opening ports in docker

* docs: bump celestia-node version

* docs: edit l1 to l2

* docs: add newer success logs

* feat: add full node page to docs for orbit

* feat: write out full node page

* docs: more info on validatorfn page

* docs: update wasm root

* docs: update nitro release

* docs: use v2.3.1-rc.1 everywhere for nitro

* docs: edit out 'click heres'

* fix: links

* docs: add eth-rpc variable

* docs: coderabbit suggestions

* docs: clarify wss

* docs: swap steps 6 and 7 for deploy doc

* docs: edit wss section

* docs: add more context for wss

* docs: improve md readabliity in table

* docs: update deployui url

* docs: update ui url

* docs: we'll use in next step

* docs: updates

* docs: add fn

* [GH Action] Update release tags and commit SHAs for mainnet (#1507)

* [automated GH action] update latest release tags & commit sha (mainnet)

* Update .vitepress/constants/mainnet_versions.js

---------

Co-authored-by: jcstein <jcstein@users.noreply.github.com>
Co-authored-by: Josh Stein <46639943+jcstein@users.noreply.github.com>

* docs: update newmetric endpoints

Resolves #1501

* docs: update orbit URL

* docs: coderabbit suggestions

* docs: add op raspberry testnet

* [GH Action] Update release tags and commit SHAs for arabica (#1511)

* [automated GH action] update latest release tags & commit sha (arabica)

* Apply suggestions from code review

---------

Co-authored-by: jcstein <jcstein@users.noreply.github.com>
Co-authored-by: Josh Stein <46639943+jcstein@users.noreply.github.com>

* docs: add sepolia -> mocha (#1512)

* fix typo in arabica-devnet page (#1513)

* [WIP] docs: add audits for blobstream x (#1491)

* docs: add audits for blobstream x

* docs: add veridise audit

* Update rollup-overview.md (#1516)

* feat: restructure developers category (#1515)

* feat: drafting buttons

* fix: color of btn

* feat: add note text optional

* feat: rename to build-whatever.md

* fix: copy

* feat: category shuffle

* fix: suggestions from code review

* feat: add vistara

* Apply suggestions from code review

* fix: typo

* feat: add alt texts

* fix: typo

* feat: aria-labels

* docs: shuffle intro

* feat: add celestia-node.sh script

* fix: clarify section vs. tutorial

* feat: exit if dir change fails

* Update mocha_versions.js (#1529)

* Update mocha_versions.js

* Update mocha_versions.js

* Add Grove archival endpoints to `nodes/mainnet.md` (#1525)

* Add Grove to nodes/mainnet.md

* Apply suggestions from code review

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

* Update nodes/mainnet.md

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

* Store image in src code

* Add description of archival nodes

* Apply suggestions from code review

* Apply suggestions from code review

* Update nodes/mainnet.md

---------

Co-authored-by: joshcs.eth <46639943+jcstein@users.noreply.github.com>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

* docs: fix typos (#1526)

* fix typo

* fix typo

* fix typo

* fix typo

* fix typos

* fix typo

* fix typo

* fix typos

* fix typos

* fix typos

* fix typos

* fix typo

* fix typo

* fix typo

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

* Apply suggestions from code review

---------

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Co-authored-by: joshcs.eth <46639943+jcstein@users.noreply.github.com>

* Update mainnet.md (#1527)

Add noders endpoints

* Update mocha-testnet.md (#1528)

* Update mocha-testnet.md

Add noders endpoints

* Fixed link to endpoint

* Apply suggestions from code review

---------

Co-authored-by: joshcs.eth <46639943+jcstein@users.noreply.github.com>

* fix: veridise path

* feat: add to menu

* docs: begin lint

* docs: remove duplicate headings

* docs: clarify duplicate headings

* docs: better headings

* docs: mention blobstream rollups docs in the blobstream overview

---------

Co-authored-by: Josh Stein <46639943+jcstein@users.noreply.github.com>
Co-authored-by: Matthew Sevey <mjsevey@gmail.com>
Co-authored-by: jcstein <mail@jcstein.dev>
Co-authored-by: celestia-bot <136652805+celestia-bot@users.noreply.github.com>
Co-authored-by: jcstein <jcstein@users.noreply.github.com>
Co-authored-by: Levai Mackenzie Ágbàrà <levaiagbara@gmail.com>
Co-authored-by: Guspan Tanadi <36249910+guspan-tanadi@users.noreply.github.com>
Co-authored-by: Kassius <34594014+CryptoKass@users.noreply.github.com>
Co-authored-by: Ratan Kaliani <ratankaliani@berkeley.edu>
Co-authored-by: Callum Waters <cmwaters19@gmail.com>
Co-authored-by: Alex Beckett <75361908+alex-beckett@users.noreply.github.com>
Co-authored-by: mindstyle85 <55639830+mindstyle85@users.noreply.github.com>
Co-authored-by: Daniel Olshansky <olshansky.daniel@gmail.com>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Co-authored-by: omahs <73983677+omahs@users.noreply.github.com>
Co-authored-by: Alex Moskaleu (SeptimA) <dudava45@gmail.com>
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 enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants