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

Deploy DAL tutorials to main #272

Merged
merged 2 commits into from
Jan 22, 2024
Merged

Deploy DAL tutorials to main #272

merged 2 commits into from
Jan 22, 2024

Conversation

timothymcmackin
Copy link
Collaborator

No description provided.

timothymcmackin and others added 2 commits January 22, 2024 09:43
* WIP: Kernel developers tutorial for DAL

* ~400 bakers

Co-authored-by: Raphaël Cauderlier <cauderlier@crans.org>

* This number is `attestation_lag`.

Co-authored-by: Raphaël Cauderlier <cauderlier@crans.org>

* with enough tez.

Co-authored-by: Raphaël Cauderlier <cauderlier@crans.org>

* getting tez for free on

Co-authored-by: Raphaël Cauderlier <cauderlier@crans.org>

* request new tez

Co-authored-by: Raphaël Cauderlier <cauderlier@crans.org>

* typically the ones at index 0, 30, and 31

Co-authored-by: Raphaël Cauderlier <cauderlier@crans.org>

* for this experiment.

Co-authored-by: Raphaël Cauderlier <cauderlier@crans.org>

* deposit tez to the Smart Rollup

Co-authored-by: Raphaël Cauderlier <cauderlier@crans.org>

* file archive

* octez-dal-node run

* octez-dal-node run

* need comma here

* fixes

* Intro and learning objectives

* Why the DAL? section

* typo

* Rust prereq

* tutorial application

* wasm compilation target

* Move to MDX file for diagrams

* lucid diagram

* Enable syntez highlighting for toml

* Setting up weeklynet

* Move part 1 to a new page

* Move parts 2 and 3 to separate pages

* jq and xxd required

* Clarify objective

* Add command example

* error message for dual write

* Screencap from explorus

* Lower case DAL

* Typo

* Clarify conflicts

* Move part 4 to separate page

* teztnets.com

* Use data instead of file

* Correct location for this error

* How to see unattested slots

* drop beta from explorus

* rename index to slot_index

* rename index to slot_index

* next steps

* additional data bandwidth

* links for more info

* endpoint is /slot

* correct slot size

* why use observer mode

* it is available on the DAL for only a short time.

* Add note about experimental DAL

* title

* The Smart Rollup Installer does not support the DAL

Co-authored-by: Thomas Letan <lthms@soap.coffee>

* typo

* How to see the hex dump as text

---------

Co-authored-by: Thomas Letan <lthms@nomadic-labs.com>
Co-authored-by: Raphaël Cauderlier <cauderlier@crans.org>
Co-authored-by: Thomas Letan <lthms@soap.coffee>
* Add a tutorial to run the DAL as a baker on Weeklynet

* Update docs/tutorials/running-the-dal-as-a-weeklynet-baker-in-5-steps/get-octez.md

* Apply suggestions from code review

* Update docs/tutorials/running-the-dal-as-a-weeklynet-baker-in-5-steps.md

rewrite first para as doc not blog

* Apply suggestions from code review

rewrite warning for updates

* Update docs/tutorials/running-the-dal-as-a-weeklynet-baker-in-5-steps.md

* Fix compilation

* Typo suggested by iguerNL

* Typo suggested by German

capitalize "Smart Rollup"

* Suggestion from German

* Suggestion from German

* Suggestion from German

Co-authored-by: Germán Delbianco <germanD@users.noreply.github.com>

* Suggestion

Co-authored-by: Germán Delbianco <germanD@users.noreply.github.com>

* Update docs/tutorials/running-the-dal-as-a-weeklynet-baker-in-5-steps/run-dal-node.md

Co-authored-by: NicNomadic <148877430+NicNomadic@users.noreply.github.com>

* Suggestion

* Suggestion

* Don't call for testers

The docs.tezos.com website is not a good place to call for action;
this should be published as a mere tutorial and linked from blog or
agora posts which call for action.

* Apply suggestions from Tim

Co-authored-by: Tim McMackin <timothymcmackin@users.noreply.github.com>

* Be more precise about the time taken to get rights

* Simplify intro

* Intro: don't mention accusation

* Consistent naming of ENDPOINT with the other DAL tutorial

* Change title and shorten paths

* Replace &>> with >> 2>&1

The latter is more portable

* Clarify that the RPC for DAL rights gives all the rights

* Split a long sentence

* Typo

* Typo

* Typo

* Example of commands to start the Docker image and configure Octez node

* use the DAL port

* typo

* Example of endpoint

* admonitions

* send output correctly

* send output correctly

* headings

* send output correctly

* "$HOME/octez-dal-node.log"

Co-authored-by: Raphaël Cauderlier <cauderlier@crans.org>

* "$HOME/octez-accuser.log"

Co-authored-by: Raphaël Cauderlier <cauderlier@crans.org>

* "$HOME/octez-baker.log"

Co-authored-by: Raphaël Cauderlier <cauderlier@crans.org>

* we can launch it and make its RPC available:

Co-authored-by: Raphaël Cauderlier <cauderlier@crans.org>

* For example, for the Weeklynet launched on January 17 2024, the endpoint was:

Co-authored-by: Raphaël Cauderlier <cauderlier@crans.org>

* for the Weeklynet launched on January 17 2024, the instructions were:

Co-authored-by: Raphaël Cauderlier <cauderlier@crans.org>

---------

Co-authored-by: Raphaël Cauderlier <raphael.cauderlier@nomadic-labs.com>
Co-authored-by: NicNomadic <148877430+NicNomadic@users.noreply.github.com>
Co-authored-by: Raphaël Cauderlier <cauderlier@crans.org>
Co-authored-by: Germán Delbianco <germanD@users.noreply.github.com>
@timothymcmackin timothymcmackin self-assigned this Jan 22, 2024
@timothymcmackin timothymcmackin requested a review from a team as a code owner January 22, 2024 16:19
Copy link

vercel bot commented Jan 22, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
docs-staging ✅ Ready (Inspect) Visit Preview Jan 22, 2024 4:20pm

@timothymcmackin timothymcmackin merged commit 8bab376 into main Jan 22, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant