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

fix: update mocha-3 from mocha in consensus-full-node.md #801

Merged
merged 43 commits into from
Jul 5, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
b546e25
fix: update mocha-2 from mocha in consensus-full-node.md
jcstein Jun 6, 2023
4c5699c
deps: bump to mocha-3
jcstein Jul 5, 2023
fdf68e9
docs: add sov labs/dymension and alphabetize rollup menu (#789)
jcstein Jun 8, 2023
4bd8532
Update taro-testnet.md
YazzyYaz Jun 8, 2023
475a427
Update taro-testnet.md
YazzyYaz Jun 11, 2023
cc32941
docs: resolve #803
jcstein Jun 8, 2023
3450c4a
Update rpc-tutorial.mdx
jcstein Jun 2, 2023
314d6dd
docs: update to RPC CLI only
jcstein Jun 5, 2023
eb393b7
cleanup
jcstein Jun 5, 2023
97bb1f9
fix: broken links
jcstein Jun 5, 2023
825a578
edit for '"gm"'
jcstein Jun 8, 2023
5e2e244
docs: edit upgrade binary section
jcstein Jun 6, 2023
a344780
add scaffold-eth and thirdweb
jcstein Jun 8, 2023
7467acb
hide scaffold for now
jcstein Jun 8, 2023
07f5f9e
Apply suggestions from code review
jcstein Jun 8, 2023
2f2d857
fix: delete redundant subheadings (#815)
YazzyYaz Jun 20, 2023
07b23de
style: collapse OP section
jcstein Jun 20, 2023
b766665
docs: resolve #820
jcstein Jun 21, 2023
6f03396
docs: add network upgrade channel
jcstein Jun 21, 2023
0f8aa0d
docs: add node api page for category
jcstein Jun 21, 2023
98dafb5
fix: linting
jcstein Jun 21, 2023
6024b35
docs: improve node tut
jcstein Jun 21, 2023
bd1c93e
fix: nsid length to match #825
jcstein Jun 21, 2023
4556527
docs: add demos page (#828)
jcstein Jun 22, 2023
316a23e
docs: add version tags for every network & add mocha chain id variabl…
jcstein Jun 22, 2023
5f16b00
fix: start commands for *current* version of arabica (#834)
jcstein Jun 23, 2023
912fcdd
Update taro-testnet.md (#836)
christianholman Jun 26, 2023
acb3e17
Update light-node.mdx (#837)
Hachiman2284 Jun 26, 2023
51355d3
docs: update node tutorial to resolve #807 and #811 (#825)
jcstein Jun 27, 2023
cb2168a
docs: add back balanceForAddress to RPC tut (#829)
jcstein Jun 27, 2023
48558ea
docs: match celestia-app repo (#844)
jcstein Jun 28, 2023
e56f8fd
Update latest_tags.yml (#846)
MSevey Jun 28, 2023
2ccf817
docs: update full consensus node graphic (#852)
jcstein Jun 29, 2023
63fa1b6
docs: fix link to github instead of dead demo
jcstein Jun 27, 2023
36077f9
[automated GH action] update latest release tags & commit sha (arabica)
jcstein Jun 28, 2023
143dad5
deps: add gateway deprecated flag
jcstein Jun 29, 2023
f2434b2
docs: upgrade to arabica-9
YazzyYaz Jun 30, 2023
848724a
docs: bump to arabica-9 in versions/constants.js
jcstein Jul 2, 2023
147efe9
[automated GH action] update latest release tags & commit sha (arabic…
github-actions[bot] Jul 5, 2023
0e3a3e0
sidebar-update (#856)
baibhavKumar1 Jul 5, 2023
7d2df56
[automated GH action] update latest release tags & commit sha (mocha)…
github-actions[bot] Jul 5, 2023
63961ad
Merge branch 'main' into jcs/full-node-edit
jcstein Jul 5, 2023
a031cad
mocha-3
jcstein Jul 5, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/developers/celestia-node-key.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ services:
- NODE_TYPE=light
command: celestia light start --core.ip rpc-mocha.pops.one --gateway.deprecated-endpoints --gateway --gateway.addr 127.0.0.1 --gateway.port 26659 --p2p.network mocha --keyring.accname my_celes_key
volumes:
- ${PWD}/keys:/root/.celestia-light-mocha/keys
- ${PWD}/keys:/root/.celestia-light-mocha-3/keys
ports:
- 26659:26659
```
Expand Down Expand Up @@ -312,7 +312,7 @@ expect with the key you mounted:

```bash
root@<container_id>:/# ./cel-key list --keyring-backend test --node.type light
using directory: ~/.celestia-light-mocha/keys
using directory: ~/.celestia-light-mocha-3/keys
- address: celestia1wkhyhr7ngf0ayqlpnsnxg4d72hfs5453dvunm9
name: my_celes_key
pubkey: '{"@type":"/cosmos.crypto.secp256k1.PubKey","key":"A1/NsoY0RGL7Hqt4VWLg441GQKJsZ2fBUnZXipgns8oV"}'
Expand Down
2 changes: 1 addition & 1 deletion docs/nodes/full-consensus-node.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ cd $HOME
rm -rf ~/.celestia-app/data
mkdir -p ~/.celestia-app/data
SNAP_NAME=$(curl -s https://snaps.qubelabs.io/celestia/ | \
egrep -o ">mocha.*tar" | tr -d ">")
egrep -o ">mocha-3.*tar" | tr -d ">")
wget -O - https://snaps.qubelabs.io/celestia/${SNAP_NAME} | tar xf - \
-C ~/.celestia-app/data/
```
Expand Down
2 changes: 1 addition & 1 deletion versions/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const constants = Object.freeze({
golang: "1.19.1",
arabicaChainId: "arabica-9",
bsrChainId: "blockspacerace-0",
mochaChainId: "mocha",
mochaChainId: "mocha-3",
arabicaRollkitVersion: "v0.8.2-rc0",
mochaRollkitVersion: "currently not compatible",
bsrRollkitVersion: "v0.8.1",
Expand Down