diff --git a/docs/astria-evm/assets/metamask-dusk2.png b/docs/astria-evm/assets/metamask-dusk2.png deleted file mode 100644 index e4da5574..00000000 Binary files a/docs/astria-evm/assets/metamask-dusk2.png and /dev/null differ diff --git a/docs/astria-evm/overview.md b/docs/astria-evm/overview.md index 2741ffd3..c3cac280 100644 --- a/docs/astria-evm/overview.md +++ b/docs/astria-evm/overview.md @@ -1,20 +1,16 @@ ---- -sidebar_position: 1 ---- - # Astria EVM ## Network Information | Property | Value | |-----|-----| -| Network Name | dusk-7 | -| RPC URL | [https://rpc.evm.dusk-7.devnet.astria.org](https://rpc.evm.dusk-7.devnet.astria.org) | +| Network Name | dusk-8 | +| RPC URL | [https://rpc.evm.dusk-8.devnet.astria.org](https://rpc.evm.dusk-8.devnet.astria.org) | | Chain ID | 912559 | | Currency Symbol | RIA | | Dora | [https://www.ondora.xyz/network/astria-devnet](https://www.ondora.xyz/network/astria-devnet) | -| Faucet | [https://faucet.evm.dusk-7.devnet.astria.org](https://faucet.evm.dusk-7.devnet.astria.org) | -| Block Scout | [https://explorer.evm.dusk-7.devnet.astria.org/](https://explorer.evm.dusk-7.devnet.astria.org/) | +| Faucet | [https://faucet.evm.dusk-8.devnet.astria.org](https://faucet.evm.dusk-8.devnet.astria.org) | +| Block Scout | [https://explorer.evm.dusk-8.devnet.astria.org/](https://explorer.evm.dusk-8.devnet.astria.org/) | ## Adding to Metamask @@ -22,8 +18,8 @@ Follow Metamask's official documentation to [manually add a custom network.](htt Your settings should be the following: -* Network Name: `dusk-7` -* New RPC URL: `https://rpc.evm.dusk-7.devnet.astria.org` +* Network Name: `dusk-8` +* New RPC URL: `https://rpc.evm.dusk-8.devnet.astria.org` * Chain ID: `912559` * Currency symbol: `RIA` * Block Explorer URL: `` @@ -33,7 +29,7 @@ Your settings should be the following: Set your `ETH_RPC_URL`: ```bash -export ETH_RPC_URL=https://rpc-archive.evm.dusk-7.devnet.astria.org/ +export ETH_RPC_URL=https://rpc.evm.dusk-8.devnet.astria.org ``` ```bash diff --git a/docs/components/_astria-go-cli-build-from-source.md b/docs/components/_astria-go-cli-build-from-source.md new file mode 100644 index 00000000..3ff54297 --- /dev/null +++ b/docs/components/_astria-go-cli-build-from-source.md @@ -0,0 +1,17 @@ +This requires `Go` and `just` to be installed on your system. + +- Go: +- just: + +```bash +git clone git@github.com:astriaorg/astria-cli-go.git +cd astria-cli-go +just build-cli + +# run the cli in the repo directory +just run version + +# OR you can move the binary to a location in your PATH if you'd like +mv ./bin/astria-go /usr/local/bin/ +astria-go version +``` diff --git a/docs/components/_astria-go-cli-install.md b/docs/components/_astria-go-cli-install.md index c71a6a9f..4a1202fb 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.9.0/astria-go-v0.9.0-darwin-arm64.tar.gz > astria-cli.tar.gz + curl -L https://github.com/astriaorg/astria-cli-go/releases/download/v0.11.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.9.0/astria-go-v0.9.0-darwin-amd64.tar.gz > astria-cli.tar.gz + curl -L https://github.com/astriaorg/astria-cli-go/releases/download/v0.11.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.9.0/astria-go-v0.9.0-linux-amd64.tar.gz > astria-cli.tar.gz + curl -L https://github.com/astriaorg/astria-cli-go/releases/download/v0.11.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/_remote-endpoints.md b/docs/components/_remote-endpoints.md index f8804a26..9ec60cf2 100644 --- a/docs/components/_remote-endpoints.md +++ b/docs/components/_remote-endpoints.md @@ -1,8 +1,8 @@ | 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) | +| EVM JSON RPC | [https://rpc.evm.dusk-8.devnet.astria.org](https://rpc.evm.dusk-8.devnet.astria.org) | +| EVM Block Explorer | [https://explorer.evm.dusk-8.devnet.astria.org](https://explorer.evm.dusk-8.devnet.astria.org) | +| EVM Faucet | [https://faucet.evm.dusk-8.devnet.astria.org](https://faucet.evm.dusk-8.devnet.astria.org) | +| Sequencer RPC | [https://rpc.sequencer.dusk-8.devnet.astria.org](https://rpc.sequencer.dusk-8.devnet.astria.org) | +| Sequencer gRPC | [https://grpc.sequencer.dusk-8.devnet.astria.org](https://grpc.sequencer.dusk-8.devnet.astria.org) | +| Sequencer Faucet | [https://faucet.sequencer.dusk-8.devnet.astria.org](https://faucet.sequencer.dusk-8.devnet.astria.org) | diff --git a/docs/developer/references/astria-go/cli-commands.md b/docs/developer/references/astria-go/cli-commands.md index ed34c038..aaa5540b 100644 --- a/docs/developer/references/astria-go/cli-commands.md +++ b/docs/developer/references/astria-go/cli-commands.md @@ -272,7 +272,7 @@ astria-go sequencer bridge init [rollup-id] [flags] | `--keyfile` | string | `ASTRIA_GO_KEYFILE` | Path to secure keyfile for the bridge account. | | `--keyring-address` | string | `ASTRIA_GO_KEYRING_ADDRESS` | The address of the bridge account. Requires private key be stored in keyring. | | `--privkey` | string | `ASTRIA_GO_PRIVKEY` | The private key of the bridge account. | -| `-c`, `--sequencer-chain-id` | string | `ASTRIA_GO_SEQUENCER_CHAIN_ID` | The chain ID of the sequencer. (default "astria-dusk-5") | +| `-c`, `--sequencer-chain-id` | string | `ASTRIA_GO_SEQUENCER_CHAIN_ID` | The chain ID of the sequencer. (default "astria-dusk-8") | | `-u`, `--sequencer-url` | string | `ASTRIA_GO_SEQUENCER_URL` | The URL of the sequencer to init bridge account (default "") | ## `sequencer bridge lock` @@ -293,7 +293,7 @@ astria-go sequencer bridge lock [address] [amount] [destination-chain-address] [ | `--keyfile` | string | `ASTRIA_GO_KEYFILE` | Path to secure keyfile for the bridge account. | | `--keyring-address` | string | `ASTRIA_GO_KEYRING_ADDRESS` | The address of the bridge account. Requires private key be stored in keyring. | | `--privkey` | string | `ASTRIA_GO_PRIVKEY` | The private key of the bridge account. | -| `-c`, `--sequencer-chain-id` | string | `ASTRIA_GO_SEQUENCER_CHAIN_ID` | The chain ID of the sequencer. (default "astria-dusk-5") | +| `-c`, `--sequencer-chain-id` | string | `ASTRIA_GO_SEQUENCER_CHAIN_ID` | The chain ID of the sequencer. (default "astria-dusk-8") | | `-u`, `--sequencer-url` | string | `ASTRIA_GO_SEQUENCER_URL` | The URL of the sequencer where the bridge account resides (default "") | ## `sequencer createaccount` @@ -372,5 +372,5 @@ astria-go sequencer transfer [amount] [to] [flags] | `--keyfile` | string | `ASTRIA_GO_KEYFILE` | Path to secure keyfile for sender. | | `--keyring-address` | string | `ASTRIA_GO_KEYRING_ADDRESS` | The address of the sender. Requires private key be stored in keyring. | | `--privkey` | string | `ASTRIA_GO_PRIVKEY` | The private key of the sender. | -| `-c`, `--sequencer-chain-id` | string | `ASTRIA_GO_SEQUENCER_CHAIN_ID` | The chain ID of the sequencer. (default "astria-dusk-5") | +| `-c`, `--sequencer-chain-id` | string | `ASTRIA_GO_SEQUENCER_CHAIN_ID` | The chain ID of the sequencer. (default "astria-dusk-8") | | `-u`, `--sequencer-url` | string | `ASTRIA_GO_SEQUENCER_URL` | The URL of the sequencer. (default "") | diff --git a/docs/developer/references/astria-go/cli-installation.md b/docs/developer/references/astria-go/cli-installation.md index 28a17090..4a63f923 100644 --- a/docs/developer/references/astria-go/cli-installation.md +++ b/docs/developer/references/astria-go/cli-installation.md @@ -10,20 +10,4 @@ View all releases [here](https://github.com/astriaorg/astria-cli-go/releases). ## Build from Source -This requires `Go` and `just` to be installed on your system. - -- Go: -- just: - -```bash -git clone git@github.com:astriaorg/astria-cli-go.git -cd astria-cli-go -just build - -# run the cli in the repo directory -just run version - -# OR you can move the binary to a location in your PATH if you'd like -mv ./bin/astria-go /usr/local/bin/ -astria-go version -``` + diff --git a/docs/developer/references/astria-go/cli-networks-configuration.md b/docs/developer/references/astria-go/cli-networks-configuration.md index 7b59d70c..cd2a286b 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-7' -sequencer_grpc = 'https://grpc.sequencer.dusk-7.devnet.astria.org/' -sequencer_rpc = 'https://rpc.sequencer.dusk-7.devnet.astria.org/' +sequencer_chain_id = 'astria-dusk-8' +sequencer_grpc = 'https://grpc.sequencer.dusk-8.devnet.astria.org/' +sequencer_rpc = 'https://rpc.sequencer.dusk-8.devnet.astria.org/' rollup_name = '' default_denom = 'nria' ``` diff --git a/docs/developer/references/endpoints.md b/docs/developer/references/endpoints.md index 9dea4295..5c8625db 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/developer/tutorials/install-the-cli.md b/docs/developer/tutorials/install-the-cli.md index 36eff7ef..7ed92c93 100644 --- a/docs/developer/tutorials/install-the-cli.md +++ b/docs/developer/tutorials/install-the-cli.md @@ -10,23 +10,7 @@ View all releases [here](https://github.com/astriaorg/astria-cli-go/releases). ## Build from Source -This requires `Go` and `just` to be installed on your system. - -- Go: -- just: - -```bash -git clone git@github.com:astriaorg/astria-cli-go.git -cd astria-cli-go -just build - -# run the cli in the repo directory -just run version - -# OR you can move the binary to a location in your PATH if you'd like -mv ./bin/astria-go /usr/local/bin/ -astria-go version -``` + ## Commands Used in this Tutorial diff --git a/docs/developer/tutorials/run-local-rollup-against-remote-sequencer.md b/docs/developer/tutorials/run-local-rollup-against-remote-sequencer.md index 895af1d7..1a3efe15 100644 --- a/docs/developer/tutorials/run-local-rollup-against-remote-sequencer.md +++ b/docs/developer/tutorials/run-local-rollup-against-remote-sequencer.md @@ -31,7 +31,7 @@ additional genesis information to work with the remote sequencer. Run the following using the Astira cli: ```bash -astria-go sequencer blockheight --sequencer-url https://rpc.sequencer.dusk-7.devnet.astria.org +astria-go sequencer blockheight ``` Then, open the `geth-genesis-local.json` file and update the `chainId` and @@ -129,9 +129,9 @@ rollup](#setup-a-geth-rollup). ```toml [dusk] -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/' +sequencer_chain_id = 'astria-dusk-8' +sequencer_grpc = 'https://grpc.sequencer.dusk-8.devnet.astria.org/' +sequencer_rpc = 'https://rpc.sequencer.dusk-8.devnet.astria.org/' rollup_name = '' # update this value default_denom = 'nria' ``` @@ -146,7 +146,7 @@ but your Composer will not be able to write transactions to the sequencer. ::: You can then use the [Sequencer -Faucet](https://faucet.sequencer.dusk-7.devnet.astria.org/) to fund the account +Faucet](https://faucet.sequencer.dusk-8.devnet.astria.org/) to fund the account you just created using the account address. ## Run the local Astria components against the Remote Sequencer diff --git a/docs/developer/tutorials/test-transactions.md b/docs/developer/tutorials/test-transactions.md index 72d644a5..95e05de8 100644 --- a/docs/developer/tutorials/test-transactions.md +++ b/docs/developer/tutorials/test-transactions.md @@ -71,7 +71,7 @@ issue: 2. Create a new sequencer account with `astria-go sequencer createaccount` or use an existing account if you already have one for testing, and fund the account using the [Sequencer - Faucet](https://faucet.sequencer.dusk-5.devnet.astria.org/). + Faucet](https://faucet.sequencer.dusk-8.devnet.astria.org/). 3. Make sure the `astria_composer_private_key` variable in the `~/.astria/default/config/base-config.toml` is set to the private key for your funded sequencer account. diff --git a/docs/dusk-faq/faq.md b/docs/dusk-faq/faq.md index 86f4713c..742b663f 100644 --- a/docs/dusk-faq/faq.md +++ b/docs/dusk-faq/faq.md @@ -6,13 +6,13 @@ ## Software Versions -The latest Devnet (dusk-7) runs the following software versions: +The latest Devnet (dusk-8) runs the following software versions: -- [conductor v0.16.0](https://github.com/astriaorg/astria/releases/tag/conductor-v0.16.0) +- [conductor v0.17.0](https://github.com/astriaorg/astria/releases/tag/conductor-v0.17.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) +- [sequencer v0.15.0](https://github.com/astriaorg/astria/releases/tag/sequencer-v0.15.0) +- [astria-geth EVM v0.12.0](https://github.com/astriaorg/astria-geth/releases/tag/v0.12.0) - [CometBFT v0.38.6](https://github.com/cometbft/cometbft/releases/tag/v0.38.6) ## Install the latest Astria cli