Skip to content

feat: upgrade to arabica-11#1316

Merged
jcstein merged 15 commits intomainfrom
jcs/arabica-11
Jan 4, 2024
Merged

feat: upgrade to arabica-11#1316
jcstein merged 15 commits intomainfrom
jcs/arabica-11

Conversation

@jcstein
Copy link
Copy Markdown
Member

@jcstein jcstein commented Dec 11, 2023

Overview

PREVIEW LINK

Upgrades Arabica devnet page from arabica-10 to arabica-11`, along with RPCs, explorer, and faucet.

It also upgrades the page to follow the format of the Mainnet Beta page.

  • update backlinks
  • update uris from devops cc @smuu
  • update faucet url
  • update explorer url
  • upgrade celestia-node release version to one that has arabica-11

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

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Dec 11, 2023

PR Preview Action v1.4.6
Preview removed because the pull request was closed.
2024-01-04 15:21 UTC

@jcstein jcstein self-assigned this Dec 11, 2023
@jcstein jcstein added bug Something isn't working documentation Improvements or additions to documentation labels Dec 12, 2023
@jcstein jcstein changed the title feat: upgrade to arabica-11 feat: remove arabica from docs Dec 12, 2023
@jcstein jcstein changed the title feat: remove arabica from docs feat: upgrade to arabica-11 Dec 12, 2023
@jcstein
Copy link
Copy Markdown
Member Author

jcstein commented Jan 3, 2024

Arabica-11 is now deployed
Chain ID: arabica-11
Genesis Hash: 27122593765E07329BC348E8D16E92DCB4C75B34CCCB35C640FD7A4484D4C711
App version: v1.3.0
Node version: v0.12.1
#Validators: 4
Genesis File: https://github.com/celestiaorg/networks/blob/master/arabica-11/genesis.json
Peers File: https://github.com/celestiaorg/networks/blob/master/arabica-11/peers.txt
Explorer URL: https://explorer.celestia-arabica-11.com/
Faucet URL: https://faucet.celestia-arabica-11.com/

Consensus Endpoints
API: https://api.celestia-arabica-11.com/
RPC: https://rpc.celestia-arabica-11.com/
GRPC: grpc.celestia-arabica-11.com:443

Direct endpoints with open ports: 26656 (p2p), 26657 (RPC), 1317 (API), 9090 (GRPC)

  • validator-1.celestia-arabica-11.com
  • validator-2.celestia-arabica-11.com
  • validator-3.celestia-arabica-11.com
  • validator-4.celestia-arabica-11.com

DA Endpoints

  • /dns4/da-bridge-1.celestia-arabica-11.com/tcp/2121/p2p/12D3KooWGqwzdEqM54Dce6LXzfFr97Bnhvm6rN7KM7MFwdomfm4S
  • /dns4/da-bridge-2.celestia-arabica-11.com/tcp/2121/p2p/12D3KooWCMGM5eZWVfCN9ZLAViGfLUWAfXP5pCm78NFKb9jpBtua
  • /dns4/da-bridge-3.celestia-arabica-11.com/tcp/2121/p2p/12D3KooWEWuqrjULANpukDFGVoHW3RoeUU53Ec9t9v5cwW3MkVdQ
  • /dns4/da-bridge-4.celestia-arabica-11.com/tcp/2121/p2p/12D3KooWLT1ysSrD7XWSBjh7tU1HQanF5M64dHV6AuM6cYEJxMPk

Notes
The new arabica network is not yet part of the celestia-node binary. You can run celestia-node against arabica-11 using: export CELESTIA_CUSTOM="${NETWORK}:${GENESIS_HASH}:${MULTIADRESSES}". (See example below)

Commands
Run a light node:

CELESTIA_CUSTOM=arabica-11:27122593765E07329BC348E8D16E92DCB4C75B34CCCB35C640FD7A4484D4C711:/dns4/da-bridge-1.celestia-arabica-11.com/tcp/2121/p2p/12D3KooWGqwzdEqM54Dce6LXzfFr97Bnhvm6rN7KM7MFwdomfm4S,/dns4/da-bridge-2.celestia-arabica-11.com/tcp/2121/p2p/12D3KooWCMGM5eZWVfCN9ZLAViGfLUWAfXP5pCm78NFKb9jpBtua,/dns4/da-bridge-3.celestia-arabica-11.com/tcp/2121/p2p/12D3KooWEWuqrjULANpukDFGVoHW3RoeUU53Ec9t9v5cwW3MkVdQ,/dns4/da-bridge-4.celestia-arabica-11.com/tcp/2121/p2p/12D3KooWLT1ysSrD7XWSBjh7tU1HQanF5M64dHV6AuM6cYEJxMPk celestia light init

CELESTIA_CUSTOM=arabica-11:27122593765E07329BC348E8D16E92DCB4C75B34CCCB35C640FD7A4484D4C711:/dns4/da-bridge-1.celestia-arabica-11.com/tcp/2121/p2p/12D3KooWGqwzdEqM54Dce6LXzfFr97Bnhvm6rN7KM7MFwdomfm4S,/dns4/da-bridge-2.celestia-arabica-11.com/tcp/2121/p2p/12D3KooWCMGM5eZWVfCN9ZLAViGfLUWAfXP5pCm78NFKb9jpBtua,/dns4/da-bridge-3.celestia-arabica-11.com/tcp/2121/p2p/12D3KooWEWuqrjULANpukDFGVoHW3RoeUU53Ec9t9v5cwW3MkVdQ,/dns4/da-bridge-4.celestia-arabica-11.com/tcp/2121/p2p/12D3KooWLT1ysSrD7XWSBjh7tU1HQanF5M64dHV6AuM6cYEJxMPk celestia light start

@jcstein jcstein requested a review from YazzyYaz January 4, 2024 15:13
@jcstein jcstein marked this pull request as ready for review January 4, 2024 15:13
@jcstein jcstein merged commit eb5f7e2 into main Jan 4, 2024
@jcstein jcstein deleted the jcs/arabica-11 branch January 4, 2024 15:20
@vvuwei
Copy link
Copy Markdown
Contributor

vvuwei commented Jan 10, 2024

@jcstein there seems to be a small typo with the node version - it should be 0.12.2

@jcstein
Copy link
Copy Markdown
Member Author

jcstein commented Jan 10, 2024

thank you @vvuwei - cc @celestiaorg/devops i think that we are on v0.12.3 now for arabica

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants