diff --git a/docs/.vitepress/config.mts b/docs/.vitepress/config.mts index 9e5d3fa..35b6b22 100644 --- a/docs/.vitepress/config.mts +++ b/docs/.vitepress/config.mts @@ -120,7 +120,7 @@ function sidebar() { { text: 'Overview', link: '/community/1-overview' } ] }, - { text: 'Dusknet FAQ', link: '/dusk-faq/1-information' } + { text: 'Dusknet FAQ', link: '/dusk-faq/faq' } ] } ] diff --git a/docs/components/_astria-go-cli-install.md b/docs/components/_astria-go-cli-install.md index f0d4700..c71a6a9 100644 --- a/docs/components/_astria-go-cli-install.md +++ b/docs/components/_astria-go-cli-install.md @@ -2,21 +2,21 @@ ::: code-group ```bash [ARM Mac] - curl -L https://github.com/astriaorg/astria-cli-go/releases/download/v0.7.1/astria-go-v0.7.1-darwin-arm64.tar.gz > astria-cli.tar.gz + curl -L https://github.com/astriaorg/astria-cli-go/releases/download/v0.9.0/astria-go-v0.9.0-darwin-arm64.tar.gz > astria-cli.tar.gz tar -xvzf astria-cli.tar.gz mv astria-go /usr/local/bin/ astria-go version ``` ```bash [X86_64 Mac] - curl -L https://github.com/astriaorg/astria-cli-go/releases/download/v0.7.1/astria-go-v0.7.1-darwin-amd64.tar.gz > astria-cli.tar.gz + curl -L https://github.com/astriaorg/astria-cli-go/releases/download/v0.9.0/astria-go-v0.9.0-darwin-amd64.tar.gz > astria-cli.tar.gz tar -xvzf astria-cli.tar.gz mv astria-go /usr/local/bin/ astria-go version ``` ```bash [x86_64 Linux] - curl -L https://github.com/astriaorg/astria-cli-go/releases/download/v0.7.1/astria-go-v0.7.1-linux-amd64.tar.gz > astria-cli.tar.gz + curl -L https://github.com/astriaorg/astria-cli-go/releases/download/v0.9.0/astria-go-v0.9.0-linux-amd64.tar.gz > astria-cli.tar.gz tar -xvzf astria-cli.tar.gz mv astria-go /usr/local/bin/ astria-go version diff --git a/docs/components/_deployment-instructions-redirect.md b/docs/components/_deployment-instructions-redirect.md deleted file mode 100644 index f8e66bd..0000000 --- a/docs/components/_deployment-instructions-redirect.md +++ /dev/null @@ -1,8 +0,0 @@ -:::tip - -To deploy your own rollup on the Astria Devnet on your local machine, check out the -[instructions here](/local-rollup/1-introduction.md)! - -To deploy your own rollup on the Astria Devnet using Digital Ocean, check out the -[instructions here](/cloud-rollup/digital-ocean.md)! -::: diff --git a/docs/components/_remote-endpoints.md b/docs/components/_remote-endpoints.md index 5db3db3..f8804a2 100644 --- a/docs/components/_remote-endpoints.md +++ b/docs/components/_remote-endpoints.md @@ -1,7 +1,8 @@ -The endpoints for the remote sequencer are: - | Name | Endpoint | |---|---| +| EVM JSON RPC | [https://rpc.evm.dusk-7.devnet.astria.org](https://rpc.evm.dusk-7.devnet.astria.org) | +| EVM Block Explorer | [https://explorer.evm.dusk-7.devnet.astria.org](https://explorer.evm.dusk-7.devnet.astria.org) | +| EVM Faucet | [https://faucet.evm.dusk-7.devnet.astria.org](https://faucet.evm.dusk-7.devnet.astria.org) | | Sequencer RPC | [https://rpc.sequencer.dusk-7.devnet.astria.org](https://rpc.sequencer.dusk-7.devnet.astria.org) | | Sequencer gRPC | [https://grpc.sequencer.dusk-7.devnet.astria.org](https://grpc.sequencer.dusk-7.devnet.astria.org) | | Sequencer Faucet | [https://faucet.sequencer.dusk-7.devnet.astria.org](https://faucet.sequencer.dusk-7.devnet.astria.org) | diff --git a/docs/developer/references/astria-go/cli-networks-configuration.md b/docs/developer/references/astria-go/cli-networks-configuration.md index 2361e79..7b59d70 100644 --- a/docs/developer/references/astria-go/cli-networks-configuration.md +++ b/docs/developer/references/astria-go/cli-networks-configuration.md @@ -19,9 +19,9 @@ For example, the default Astria Dusk dev net configuration is as follows: ```toml [dusk] -sequencer_chain_id = 'astria-dusk-5' -sequencer_grpc = 'https://grpc.sequencer.dusk-5.devnet.astria.org/' -sequencer_rpc = 'https://rpc.sequencer.dusk-5.devnet.astria.org/' +sequencer_chain_id = 'astria-dusk-7' +sequencer_grpc = 'https://grpc.sequencer.dusk-7.devnet.astria.org/' +sequencer_rpc = 'https://rpc.sequencer.dusk-7.devnet.astria.org/' rollup_name = '' default_denom = 'nria' ``` diff --git a/docs/developer/references/endpoints.md b/docs/developer/references/endpoints.md index bf0af84..9dea429 100644 --- a/docs/developer/references/endpoints.md +++ b/docs/developer/references/endpoints.md @@ -3,4 +3,4 @@ | Network | Sequencer RPC | |---|---| | local | | -| Dusk | | +| Dusk | | diff --git a/docs/dusk-faq/1-information.md b/docs/dusk-faq/1-information.md deleted file mode 100644 index b97bb01..0000000 --- a/docs/dusk-faq/1-information.md +++ /dev/null @@ -1,101 +0,0 @@ ---- -sidebar_position: 5 ---- - -# FAQ and Debugging - - - -## Endpoints - -Endpoints for the remote cluster are the following: - -| NAME | HOSTS | ADDRESS | -|-----|-----|-----| -| EVM JSON RPC | rpc.evm.dusk-3.devnet.astria.org | 34.160.214.22 | -| EVM Block Explorer | explorer.evm.dusk-3.devnet.astria.org | 34.111.167.16 | -| EVM Faucet | faucet.evm.dusk-3.devnet.astria.org | 130.211.4.120 | -| Sequencer RPC | rpc.sequencer.dusk-3.devnet.astria.org | 34.111.73.187 | -| Sequencer Faucet | faucet.sequencer.dusk-3.devnet.astria.org | 34.36.8.102 | - -## Software Versions - -The latest Devnet (dusk-3) runs the following software versions: - -- [conductor v0.11.1](https://github.com/astriaorg/astria/releases/tag/conductor-v0.11.1) -- [composer v0.3.1](https://github.com/astriaorg/astria/releases/tag/composer-v0.3.1) -- [sequencer-relayer v0.9.1](https://github.com/astriaorg/astria/releases/tag/sequencer-relayer-v0.9.1) -- [sequencer v0.8.0](https://github.com/astriaorg/astria/releases/tag/sequencer-v0.8.0) -- [Geth EVM v0.5.2](https://github.com/astriaorg/go-ethereum/releases/tag/geth1.13-v0.5.2) -- [CometBFT v0.37.x](https://github.com/cometbft/cometbft/releases/tag/v0.37.4) - -## Install the latest Astria cli - - -## Manually Fetch Sequencer Block Height - -### Sequencer Block Height - -The initial sequencer block height is automatically fetched and set -(if not manually specified) when creating the rollup config. - -You can manually retrieve it with the `astria-cli`: - -```bash -astria-cli sequencer blockheight get -``` - -If you need to set this to a different value -you can set it as an an environment variable: - -```bash -export ROLLUP_SEQUENCER_INITIAL_BLOCK_HEIGHT= -``` - -Or use the following flag when running the `astria-cli rollup config create` -command below: - -```bash ---sequencer.initial-block-height -``` - -## Loadbalancer Information - -You can retrieve the kubernetes service for your loadbalancer with - -```bash -kubectl get svc -n ingress-nginx -``` - -```bash -NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE -ingress-nginx-controller LoadBalancer 34.118.228.98 34.42.184.206 80:31623/TCP,443:31357/TCP 57s -ingress-nginx-controller-admission ClusterIP 34.118.229.71 443/TCP 57s -``` - -You can check that the loadbalancer is working by making a `curl` request - -```bash -# use the EXTERNAL-IP from the result above -curl 34.42.184.206 -``` - -This should return the nginx 404 page - -```html - -404 Not Found - -

404 Not Found

-
nginx
- - -``` - -## Ingress Information - -You can check the kubernetes ingress resource for your rollup with: - -```bash -kubectl get ingress -n astria-dev-cluster -``` diff --git a/docs/dusk-faq/faq.md b/docs/dusk-faq/faq.md new file mode 100644 index 0000000..86f4713 --- /dev/null +++ b/docs/dusk-faq/faq.md @@ -0,0 +1,24 @@ +# FAQ and Debugging + +## Endpoints + + + +## Software Versions + +The latest Devnet (dusk-7) runs the following software versions: + +- [conductor v0.16.0](https://github.com/astriaorg/astria/releases/tag/conductor-v0.16.0) +- [composer v0.7.0](https://github.com/astriaorg/astria/releases/tag/composer-v0.7.0) +- [sequencer-relayer v0.14.0](https://github.com/astriaorg/astria/releases/tag/sequencer-relayer-v0.14.0) +- [sequencer v0.13.0](https://github.com/astriaorg/astria/releases/tag/sequencer-v0.13.0) +- [Geth EVM v0.5.2](https://github.com/astriaorg/go-ethereum/releases/tag/geth1.13-v0.5.2) +- [CometBFT v0.38.6](https://github.com/cometbft/cometbft/releases/tag/v0.38.6) + +## Install the latest Astria cli + + + +## `astria-go` CLI Commands + +[View all the `astria-go` cli commands.](../developer/references/astria-go/cli-commands.md)