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

docs: update node tutorial for 10 byte namespace #825

Merged
merged 2 commits into from
Jun 27, 2023
Merged

Conversation

jcstein
Copy link
Member

@jcstein jcstein commented Jun 21, 2023

Overview

This will need to be merged after a release is made for celestia-node that fixes the bug with namespace length.

resolves #807
resolves #811
resolves #781

Checklist

  • New and updated code has appropriate documentation
  • New and updated code has new and/or updated testing
  • Required CI checks are passing
  • Visual proof for any user facing features like CLI or documentation updates
  • Linked issues closed with keywords

@jcstein jcstein requested a review from YazzyYaz June 21, 2023 20:31
@github-actions
Copy link
Contributor

github-actions bot commented Jun 21, 2023

PR Preview Action v1.4.4
Preview removed because the pull request was closed.
2023-06-27 18:16 UTC

@jcstein jcstein self-assigned this Jun 21, 2023
jcstein added a commit that referenced this pull request Jun 21, 2023
@jcstein
Copy link
Member Author

jcstein commented Jun 22, 2023

i'm marking this as a draft until mocha and arabica have been updated

@jcstein jcstein marked this pull request as draft June 22, 2023 17:44
@jcstein jcstein marked this pull request as ready for review June 27, 2023 18:14
@jcstein jcstein merged commit 15e20c2 into main Jun 27, 2023
@jcstein jcstein deleted the jcs/issue-807 branch June 27, 2023 18:14
jcstein added a commit that referenced this pull request Jul 5, 2023
jcstein added a commit that referenced this pull request Jul 5, 2023
jcstein added a commit that referenced this pull request Jul 5, 2023
* fix: update mocha-2 from mocha in consensus-full-node.md

* deps: bump to mocha-3

* docs: add sov labs/dymension and alphabetize rollup menu (#789)

* docs: add Sovereign SDK to sidebar on docs

* alphabetize rollup category

* docs: add dymension

* rearrange order

* Update taro-testnet.md

* Update taro-testnet.md

* docs: resolve #803

* Update rpc-tutorial.mdx

* docs: update to RPC CLI only

* cleanup

* fix: broken links

* edit for '"gm"'

* docs: edit upgrade binary section

* add scaffold-eth and thirdweb

* hide scaffold for now

* Apply suggestions from code review

* fix: delete redundant subheadings (#815)

* style: collapse OP section

* docs: resolve #820

* docs: add network upgrade channel

resolves #812

* docs: add node api page for category

resolves #810

* fix: linting

* docs: improve node tut

* fix: nsid length to match #825

* docs: add demos page (#828)

* docs: add version tags for every network & add mocha chain id variable (#832)

* docs: add version tags for every network & add mocha chain id variable

resolves #813
resolves #831

* fix: linting from md to mdx

* add links from @rootulp's suggestion

* fix: start commands for *current* version of arabica (#834)

* Update taro-testnet.md (#836)

fixed some grammatical things that bugged me

* Update light-node.mdx (#837)

The current command to start the light node in the docs "https://docs.celestia.org/nodes/light-node/" is provided with an incomplete RPC endpoint. A minor correction to -> "consensus-full-arabica-8.celestia-arabica.com" solves this.

* docs: update node tutorial to resolve #807 and #811 (#825)

* docs: add back balanceForAddress to RPC tut (#829)

Resolves #806

* docs: match celestia-app repo (#844)

* docs: match celestia-app repo

* fix: build

* Update latest_tags.yml (#846)

* docs: update full consensus node graphic (#852)

* docs: fix link to github instead of dead demo

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

* deps: add gateway deprecated flag

in alignment with celestiaorg/celestia-node#2360

* docs: upgrade to arabica-9

* docs: bump to arabica-9 in versions/constants.js

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

Co-authored-by: YazzyYaz <[email protected]>

* sidebar-update (#856)

Made sidebar totally collapsible

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

Co-authored-by: jcstein <[email protected]>

* mocha-3

---------

Co-authored-by: Yaz Khoury <[email protected]>
Co-authored-by: Christian Holman <[email protected]>
Co-authored-by: Hachiman <[email protected]>
Co-authored-by: Matthew Sevey <[email protected]>
Co-authored-by: jcstein <[email protected]>
Co-authored-by: Yaz Khoury <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: YazzyYaz <[email protected]>
Co-authored-by: Wholesomebruh <[email protected]>
jcstein added a commit that referenced this pull request Sep 21, 2023
jcstein added a commit that referenced this pull request Sep 21, 2023
* fix: update mocha-2 from mocha in consensus-full-node.md

* deps: bump to mocha-3

* docs: add sov labs/dymension and alphabetize rollup menu (#789)

* docs: add Sovereign SDK to sidebar on docs

* alphabetize rollup category

* docs: add dymension

* rearrange order

* Update taro-testnet.md

* Update taro-testnet.md

* docs: resolve #803

* Update rpc-tutorial.mdx

* docs: update to RPC CLI only

* cleanup

* fix: broken links

* edit for '"gm"'

* docs: edit upgrade binary section

* add scaffold-eth and thirdweb

* hide scaffold for now

* Apply suggestions from code review

* fix: delete redundant subheadings (#815)

* style: collapse OP section

* docs: resolve #820

* docs: add network upgrade channel

resolves #812

* docs: add node api page for category

resolves #810

* fix: linting

* docs: improve node tut

* fix: nsid length to match #825

* docs: add demos page (#828)

* docs: add version tags for every network & add mocha chain id variable (#832)

* docs: add version tags for every network & add mocha chain id variable

resolves #813
resolves #831

* fix: linting from md to mdx

* add links from @rootulp's suggestion

* fix: start commands for *current* version of arabica (#834)

* Update taro-testnet.md (#836)

fixed some grammatical things that bugged me

* Update light-node.mdx (#837)

The current command to start the light node in the docs "https://docs.celestia.org/nodes/light-node/" is provided with an incomplete RPC endpoint. A minor correction to -> "consensus-full-arabica-8.celestia-arabica.com" solves this.

* docs: update node tutorial to resolve #807 and #811 (#825)

* docs: add back balanceForAddress to RPC tut (#829)

Resolves #806

* docs: match celestia-app repo (#844)

* docs: match celestia-app repo

* fix: build

* Update latest_tags.yml (#846)

* docs: update full consensus node graphic (#852)

* docs: fix link to github instead of dead demo

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

* deps: add gateway deprecated flag

in alignment with celestiaorg/celestia-node#2360

* docs: upgrade to arabica-9

* docs: bump to arabica-9 in versions/constants.js

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

Co-authored-by: YazzyYaz <[email protected]>

* sidebar-update (#856)

Made sidebar totally collapsible

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

Co-authored-by: jcstein <[email protected]>

* mocha-3

---------

Co-authored-by: Yaz Khoury <[email protected]>
Co-authored-by: Christian Holman <[email protected]>
Co-authored-by: Hachiman <[email protected]>
Co-authored-by: Matthew Sevey <[email protected]>
Co-authored-by: jcstein <[email protected]>
Co-authored-by: Yaz Khoury <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: YazzyYaz <[email protected]>
Co-authored-by: Wholesomebruh <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants