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

Dusk 10 updates #75

Merged
merged 8 commits into from
Aug 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 1 addition & 1 deletion docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ function sidebar() {
items: [
{text: 'Installation', link: '/developer/references/astria-go/cli-installation.md'},
{text: 'Commands', link: '/developer/references/astria-go/cli-commands.md'},
{text: 'Networks Configuration', link: '/developer/references/astria-go/cli-networks-configuration.md'},
{text: 'CLI Configuration', link: '/developer/references/astria-go/cli-config.md'},
]
}
]
Expand Down
4 changes: 2 additions & 2 deletions docs/components/_astria-go-cli-build-from-source.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
```bash [SSH]
git clone git@github.com:astriaorg/astria-cli-go.git
cd astria-cli-go
just build
just build-cli

# run the cli in the repo directory
just run version
Expand All @@ -17,7 +17,7 @@ astria-go version
```bash [HTTPS]
git clone https://github.com/astriaorg/astria-cli-go.git
cd astria-cli-go
just build
just build-cli

# run the cli in the repo directory
just run version
Expand Down
6 changes: 3 additions & 3 deletions docs/components/_astria-go-cli-install.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
::: code-group

```bash [ARM Mac]
curl -L https://github.com/astriaorg/astria-cli-go/releases/download/v0.13.1/astria-go-v0.13.1-darwin-arm64.tar.gz > astria-cli.tar.gz
curl -L https://github.com/astriaorg/astria-cli-go/releases/download/v0.15.0/astria-go-v0.15.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.13.1/astria-go-v0.13.1-darwin-amd64.tar.gz > astria-cli.tar.gz
curl -L https://github.com/astriaorg/astria-cli-go/releases/download/v0.15.0/astria-go-v0.15.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.13.1/astria-go-v0.13.1-linux-amd64.tar.gz > astria-cli.tar.gz
curl -L https://github.com/astriaorg/astria-cli-go/releases/download/v0.15.0/astria-go-v0.15.0-linux-amd64.tar.gz > astria-cli.tar.gz
tar -xvzf astria-cli.tar.gz
mv astria-go /usr/local/bin/
astria-go version
Expand Down
8 changes: 4 additions & 4 deletions docs/components/_astria-rust-cli-install.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
::: code-group

```bash [ARM Mac]
curl -L https://github.com/astriaorg/astria/releases/download/cli-v0.3.1/astria-cli-aarch64-apple-darwin.tar.gz > astria-cli.tar.gz
curl -L https://github.com/astriaorg/astria/releases/download/cli-v0.4.0/astria-cli-aarch64-apple-darwin.tar.gz > astria-cli.tar.gz
tar -xvzf astria-cli.tar.gz
mv astria-cli /usr/local/bin/
```

```bash [X86_64 Mac]
curl -L https://github.com/astriaorg/astria/releases/download/cli-v0.3.1/astria-cli-x86_64-apple-darwin.tar.gz > astria-cli.tar.gz
curl -L https://github.com/astriaorg/astria/releases/download/cli-v0.4.0/astria-cli-x86_64-apple-darwin.tar.gz > astria-cli.tar.gz
tar -xvzf astria-cli.tar.gz
mv astria-cli /usr/local/bin/
```

```bash [x86_64 Linux]
curl -L https://github.com/astriaorg/astria/releases/download/cli-v0.3.1/astria-cli-x86_64-unknown-linux-gnu.tar.gz > astria-cli.tar.gz
curl -L https://github.com/astriaorg/astria/releases/download/cli-v0.4.0/astria-cli-x86_64-unknown-linux-gnu.tar.gz > astria-cli.tar.gz
tar -xvzf astria-cli.tar.gz
mv astria-cli /usr/local/bin/
```

```bash [From Source]
cargo install astria-cli --git=https://github.com/astriaorg/astria --tag=cli-v0.3.1 --locked
cargo install astria-cli --git=https://github.com/astriaorg/astria --tag=cli-v0.4.0 --locked
```

:::
Expand Down
2 changes: 2 additions & 0 deletions docs/components/_clone-geth.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,15 @@ git clone git@github.com:astriaorg/astria-geth.git
cd astria-geth
git checkout local-dev
just build
just clean
```

```bash [HTTPS]
git clone https://github.com/astriaorg/astria-geth.git
cd astria-geth
git checkout local-dev
just build
just clean
```

:::
Expand Down
8 changes: 8 additions & 0 deletions docs/components/_dusk-service-versions.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Service Versions:

- [Astria Conductor v0.20.0](https://github.com/astriaorg/astria/releases/tag/conductor-v0.20.0)
- [Astria Composer v0.8.2](https://github.com/astriaorg/astria/releases/tag/composer-v0.8.2)
- [Astria Sequencer-relayer v0.16.1](https://github.com/astriaorg/astria/releases/tag/sequencer-relayer-v0.16.1)
- [Astria Sequencer v0.16.0](https://github.com/astriaorg/astria/releases/tag/sequencer-v0.16.0)
- [Astria-Geth EVM v0.14.0](https://github.com/astriaorg/astria-geth/releases/tag/v0.14.0)
- [CometBFT v0.38.8](https://github.com/cometbft/cometbft/releases/tag/v0.38.8)
12 changes: 6 additions & 6 deletions docs/components/_remote-dawn-endpoints.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
| Name | Endpoint |
|---|---|
| EVM JSON RPC | [https://rpc.evm.dawn-1.devnet.astria.org](https://rpc.evm.dawn-1.devnet.astria.org) |
| EVM Block Explorer | [https://explorer.evm.dawn-1.devnet.astria.org](https://explorer.evm.dawn-1.devnet.astria.org) |
| EVM Faucet | [https://faucet.evm.dawn-1.devnet.astria.org](https://faucet.evm.dawn-1.devnet.astria.org) |
| Sequencer RPC | [https://rpc.sequencer.dawn-1.devnet.astria.org](https://rpc.sequencer.dawn-1.devnet.astria.org) |
| Sequencer gRPC | [https://grpc.sequencer.dawn-1.devnet.astria.org](https://grpc.sequencer.dawn-1.devnet.astria.org) |
| Sequencer Faucet | [https://faucet.sequencer.dawn-1.devnet.astria.org](https://faucet.sequencer.dawn-1.devnet.astria.org) |
| EVM JSON RPC | [https://rpc.evm.dawn-0.testnet.astria.org](https://rpc.evm.dawn-0.testnet.astria.org) |
| EVM Block Explorer | [https://explorer.evm.dawn-0.testnet.astria.org](https://explorer.evm.dawn-0.testnet.astria.org) |
| EVM Faucet | [https://faucet.evm.dawn-0.testnet.astria.org](https://faucet.evm.dawn-0.testnet.astria.org) |
| Sequencer RPC | [https://rpc.sequencer.dawn-0.testnet.astria.org](https://rpc.sequencer.dawn-0.testnet.astria.org) |
| Sequencer gRPC | [https://grpc.sequencer.dawn-0.testnet.astria.org](https://grpc.sequencer.dawn-0.testnet.astria.org) |
| Sequencer Faucet | [https://faucet.sequencer.dawn-0.testnet.astria.org](https://faucet.sequencer.dawn-0.testnet.astria.org) |
3 changes: 3 additions & 0 deletions docs/components/_remote-dusk-endpoints.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
| EVM JSON RPC | [https://rpc.evm.dusk-10.devnet.astria.org](https://rpc.evm.dusk-10.devnet.astria.org) |
| EVM Block Explorer | [https://explorer.evm.dusk-10.devnet.astria.org](https://explorer.evm.dusk-10.devnet.astria.org) |
| EVM Faucet | [https://faucet.evm.dusk-10.devnet.astria.org](https://faucet.evm.dusk-10.devnet.astria.org) |
| Celestia EVM Rollup Namespace | [000000000000000000000000000000000000f3c2910d77141de9bc7c](https://mocha.celenium.io/namespace/000000000000000000000000000000000000f3c2910d77141de9bc7c?tab=Blobs) |
| Sequencer RPC | [https://rpc.sequencer.dusk-10.devnet.astria.org](https://rpc.sequencer.dusk-10.devnet.astria.org) |
| Sequencer gRPC | [https://grpc.sequencer.dusk-10.devnet.astria.org](https://grpc.sequencer.dusk-10.devnet.astria.org) |
| Sequencer Faucet | [https://faucet.sequencer.dusk-10.devnet.astria.org](https://faucet.sequencer.dusk-10.devnet.astria.org) |
| Celestia Sequencer Namespace | [00000000000000000000000000000000000031a3172717024ab8f1db](https://mocha.celenium.io/namespace/00000000000000000000000000000000000031a3172717024ab8f1db?tab=Blobs) |
| Mocha Posting Account | [celestia1qnyk26e49syzzng8sxzxwqd4mg7y4c9erlcnfm](https://mocha.celenium.io/address/celestia1qnyk26e49syzzng8sxzxwqd4mg7y4c9erlcnfm?tab=transactions) |
Loading
Loading