diff --git a/docs/components/_astria-rust-cli-install.md b/docs/components/_astria-rust-cli-install.md index c95e4a1b..24754c0e 100644 --- a/docs/components/_astria-rust-cli-install.md +++ b/docs/components/_astria-rust-cli-install.md @@ -3,25 +3,25 @@ ::: code-group ```bash [ARM Mac] -curl -L https://github.com/astriaorg/astria/releases/download/cli-v0.5.1/astria-cli-aarch64-apple-darwin.tar.gz > astria-cli.tar.gz +curl -L https://github.com/astriaorg/astria/releases/download/cli-v0.6.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.5.1/astria-cli-x86_64-apple-darwin.tar.gz > astria-cli.tar.gz +curl -L https://github.com/astriaorg/astria/releases/download/cli-v0.6.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.5.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.6.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.5.1 --locked +cargo install astria-cli --git=https://github.com/astriaorg/astria --tag=cli-v0.6.0 --locked ``` ::: diff --git a/docs/config.js b/docs/config.js index 75d2620a..af3c5a7a 100644 --- a/docs/config.js +++ b/docs/config.js @@ -103,9 +103,9 @@ export const siteConfig = { celenium_namespace_link: "https://celenium.io/namespace/0000000000000000000000000000000000005bb944ec2fd3ae9c22f6?tab=Blobs", // services - conductor_version: "v1.0.0", + conductor_version: "v2.0.0-rc.1", conductor_release: - "https://github.com/astriaorg/astria/releases/tag/conductor-v1.0.0", + "https://github.com/astriaorg/astria/releases/tag/conductor-v2.0.0-rc.1", conductor_repo: "https://github.com/astriaorg/astria/tree/main/crates/astria-conductor", composer_version: "v1.0.0", @@ -113,23 +113,23 @@ export const siteConfig = { "https://github.com/astriaorg/astria/releases/tag/composer-v1.0.0", composer_repo: "https://github.com/astriaorg/astria/tree/main/crates/astria-composer", - sequencer_relayer_version: "v1.0.0", + sequencer_relayer_version: "v1.0.1", sequencer_relayer_release: - "https://github.com/astriaorg/astria/releases/tag/sequencer-relayer-v1.0.0", + "https://github.com/astriaorg/astria/releases/tag/sequencer-relayer-v1.0.1", sequencer_relayer_repo: "https://github.com/astriaorg/astria/tree/main/crates/astria-sequencer-relayer", - sequencer_version: "v1.0.0", + sequencer_version: "v2.0.1", sequencer_release: - "https://github.com/astriaorg/astria/releases/tag/sequencer-v1.0.0", + "https://github.com/astriaorg/astria/releases/tag/sequencer-v2.0.1", sequencer_repo: "https://github.com/astriaorg/astria/tree/main/crates/astria-sequencer", - flame_version: "v0.16.0", + flame_version: "v1.1.0", flame_release: - "https://github.com/astriaorg/astria-geth/releases/tag/v0.16.0", + "https://github.com/astriaorg/astria-geth/releases/tag/v1.1.0", flame_repo: "https://github.com/astriaorg/astria-geth", - cometbft_version: "v0.38.11", + cometbft_version: "v0.38.17", cometbft_release: - "https://github.com/cometbft/cometbft/releases/tag/v0.38.11", + "https://github.com/cometbft/cometbft/releases/tag/v0.38.17", cometbft_repo: "https://github.com/cometbft/cometbft", // deployments descriptorProxyAddress: "0x7c7B695e0043647FAaf8F2D1B4E521E2261E8802", @@ -160,33 +160,33 @@ export const siteConfig = { celenium_namespace_link: "https://mocha-4.celenium.io/namespace/000000000000000000000000000000000000115d4fedc8915bb3e875?tab=Blobs", // services - conductor_version: "v1.0.0-rc.2", + conductor_version: "v2.0.0-rc.1", conductor_release: - "https://github.com/astriaorg/astria/releases/tag/conductor-v1.0.0-rc.2", + "https://github.com/astriaorg/astria/releases/tag/conductor-v2.0.0-rc.1", conductor_repo: "https://github.com/astriaorg/astria/tree/main/crates/astria-conductor", - composer_version: "v1.0.0-rc.2", + composer_version: "v1.0.1", composer_release: - "https://github.com/astriaorg/astria/releases/tag/composer-v1.0.0-rc.2", + "https://github.com/astriaorg/astria/releases/tag/composer-v1.0.1", composer_repo: "https://github.com/astriaorg/astria/tree/main/crates/astria-composer", - sequencer_relayer_version: "v1.0.0-rc.2", + sequencer_relayer_version: "v1.0.1", sequencer_relayer_release: - "https://github.com/astriaorg/astria/releases/tag/sequencer-relayer-v1.0.0-rc.2", + "https://github.com/astriaorg/astria/releases/tag/sequencer-relayer-v1.0.1", sequencer_relayer_repo: "https://github.com/astriaorg/astria/tree/main/crates/astria-sequencer-relayer", - sequencer_version: "v1.0.0-rc.2", + sequencer_version: "v3.0.0-rc.2", sequencer_release: - "https://github.com/astriaorg/astria/releases/tag/sequencer-v1.0.0-rc.2", + "https://github.com/astriaorg/astria/releases/tag/sequencer-v3.0.0-rc.2", sequencer_repo: "https://github.com/astriaorg/astria/tree/main/crates/astria-sequencer", - flame_version: "v0.16.0", + flame_version: "v2.0.0-beta.2", flame_release: - "https://github.com/astriaorg/astria-geth/releases/tag/v0.16.0", + "https://github.com/astriaorg/astria-geth/releases/tag/v2.0.0-beta.2", flame_repo: "https://github.com/astriaorg/astria-geth", - cometbft_version: "v0.38.11", + cometbft_version: "v0.38.17", cometbft_release: - "https://github.com/cometbft/cometbft/releases/tag/v0.38.11", + "https://github.com/cometbft/cometbft/releases/tag/v0.38.17", cometbft_repo: "https://github.com/cometbft/cometbft", // deployments descriptorProxyAddress: "0x9A8C4000e213777b6181204FAC55Be7080F7D996", @@ -218,35 +218,6 @@ export const siteConfig = { "0000000000000000000000000000000000005d251311f25b13a549e0", celenium_namespace_link: "https://mocha.celenium.io/namespace/0000000000000000000000000000000000005d251311f25b13a549e0?tab=Blobs", - // services - conductor_version: "v1.0.0-rc.2", - conductor_release: - "https://github.com/astriaorg/astria/releases/tag/conductor-v1.0.0-rc.2", - conductor_repo: - "https://github.com/astriaorg/astria/tree/main/crates/astria-conductor", - composer_version: "v1.0.0-rc.2", - composer_release: - "https://github.com/astriaorg/astria/releases/tag/composer-v1.0.0-rc.2", - composer_repo: - "https://github.com/astriaorg/astria/tree/main/crates/astria-composer", - sequencer_relayer_version: "v1.0.0-rc.2", - sequencer_relayer_release: - "https://github.com/astriaorg/astria/releases/tag/sequencer-relayer-v1.0.0-rc.2", - sequencer_relayer_repo: - "https://github.com/astriaorg/astria/tree/main/crates/astria-sequencer-relayer", - sequencer_version: "v1.0.0-rc.2", - sequencer_release: - "https://github.com/astriaorg/astria/releases/tag/sequencer-v1.0.0-rc.2", - sequencer_repo: - "https://github.com/astriaorg/astria/tree/main/crates/astria-sequencer", - flame_version: "v0.16.0", - flame_release: - "https://github.com/astriaorg/astria-geth/releases/tag/v0.16.0", - flame_repo: "https://github.com/astriaorg/astria-geth", - cometbft_version: "v0.38.11", - cometbft_release: - "https://github.com/cometbft/cometbft/releases/tag/v0.38.11", - cometbft_repo: "https://github.com/cometbft/cometbft", // deployments descriptorProxyAddress: "0x5a7eb0a7A8d8D9C81604f5D22619389F20340433", multicall2Address: "0x247718235bec841187bb46C70cdEA0fd6EEa316E", @@ -274,7 +245,7 @@ export const siteConfig = { }, }, cli: { - rust: "v0.5.1", + rust: "v0.6.0", go: "v0.16.0", }, }; diff --git a/docs/networks/devnet.md b/docs/networks/devnet.md index 3c267d8c..3e36a35d 100644 --- a/docs/networks/devnet.md +++ b/docs/networks/devnet.md @@ -41,14 +41,3 @@ const dusk_ibc = siteConfig.flame.dusk.bridging | `grand` -> `dusk` | `{{dusk_ibc.ibc_grand_to_dusk}}` | | `dusk` -> `grand` | `{{dusk_ibc.ibc_dusk_to_grand}}` | | Astria Sequencer USDC Bridge Address | `{{dusk_ibc.sequencer_usdc_address}}` | - -## Dusk-{{dusk.num}} Service Versions - -| Service Name | Version | Source | -|---|---|---| -| Astria Conductor | {{dusk.conductor_version}} | repo | -| Astria Composer | {{dusk.composer_version}} | repo | -| Astria Sequencer-relayer | {{dusk.sequencer_relayer_version}} | repo | -| Astria Sequencer | {{dusk.sequencer_version}} | repo | -| Flame | {{dusk.flame_version}} | repo | -| CometBFT | {{dusk.cometbft_version}} | repo | diff --git a/docs/networks/mainnet-alpha.md b/docs/networks/mainnet-alpha.md index af95f4e4..d877a110 100644 --- a/docs/networks/mainnet-alpha.md +++ b/docs/networks/mainnet-alpha.md @@ -75,3 +75,4 @@ const mainnet_ibc = siteConfig.flame.mainnet.bridging | Astria Sequencer-relayer | {{mainnet.sequencer_relayer_version}} | repo | | Astria Sequencer | {{mainnet.sequencer_version}} | repo | | CometBFT | {{mainnet.cometbft_version}} | repo | +| Flame | {{mainnet.flame_version}} | repo | diff --git a/docs/networks/testnet.md b/docs/networks/testnet.md index ff3dedb2..77496a23 100644 --- a/docs/networks/testnet.md +++ b/docs/networks/testnet.md @@ -65,5 +65,5 @@ const dawn_ibc = siteConfig.flame.dawn.bridging | Astria Composer | {{dawn.composer_version}} | repo | | Astria Sequencer-relayer | {{dawn.sequencer_relayer_version}} | repo | | Astria Sequencer | {{dawn.sequencer_version}} | repo | -| Flame | {{dawn.flame_version}} | repo | | CometBFT | {{dawn.cometbft_version}} | repo | +| Flame | {{dawn.flame_version}} | repo |