Closed yarikbratashchuk closed 6 months ago
PR Preview Action v1.4.7
:---:
:rocket: Deployed preview to https://rollkit.github.io/docs-preview/./pr-381/
on branch main
at 2024-05-22 15:31 UTC
The recent updates signify a significant shift from utilizing a mock Data Availability (DA) network to a local DA network. These alterations include updating constant values, refining tutorial descriptions and commands, and introducing a new script for streamlining the installation of the local DA service. These changes aim to enhance the accuracy and practicality of setups for users engaging with Rollkit CLI and local DA networks.
File Path | Change Summary |
---|---|
.../constants/constants.js |
Updated constant value from mockDALatestTag: "v0.1.0" to localDALatestTag: "v0.2.0" . |
public/install-local-da.sh |
Added a new Bash script to automate the installation of the Local DA service. |
tutorials/celestia-da.md |
Clarified the description to specify connecting to a local (mock) DA node. |
tutorials/gm-world.md |
Updated tutorial to use a local DA network instead of a mock DA network. |
tutorials/wordle.md |
Renamed operation from running a "mock DA node" to running a "local DA node". |
🐇✨ In the realm of DA, a shift so grand, From mock to local, our network's stand. Constants updated, scripts anew, Tutorials refreshed for a clearer view. Rollkit and DA, hand in hand, Together they form a sovereign land. 🌐💻
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?
Should be merged only after https://github.com/rollkit/local-da/pull/18 is merged
Summary by CodeRabbit
New Features
constants.js
file frommockDALatestTag: "v0.1.0"
tolocalDALatestTag: "v0.2.0"
.Documentation
Improvements