From c62acba7f62f32b232887306c422274cc62a6d1f Mon Sep 17 00:00:00 2001 From: Dinesh Pinto Date: Fri, 27 Dec 2024 22:19:14 +0400 Subject: [PATCH 1/2] fix(site): ignore audit pdfs in sitemap --- docusaurus.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus.config.ts b/docusaurus.config.ts index aa7d1433..b0aeac6c 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -59,7 +59,7 @@ const config: Config = { }, sitemap: { lastmod: "date", - ignorePatterns: ["/tags/**"], + ignorePatterns: ["/tags/**", "/**/*.pdf"], }, } satisfies Preset.Options, ], From 69a5c15bcd849a3cba69b87391a8ece70cbded51 Mon Sep 17 00:00:00 2001 From: swarnabhasinha Date: Tue, 21 Jan 2025 15:42:13 +0530 Subject: [PATCH 2/2] fix(docs): version in RPC guide --- docs/run-node/1-rpc-node.mdx | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/docs/run-node/1-rpc-node.mdx b/docs/run-node/1-rpc-node.mdx index 73d5de20..1d99b192 100644 --- a/docs/run-node/1-rpc-node.mdx +++ b/docs/run-node/1-rpc-node.mdx @@ -149,7 +149,7 @@ Clone the repository and run the `build.sh` script: ```bash - git clone --branch v1.9.0.1 https://github.com/flare-foundation/go-flare.git + git clone --branch v1.9.1 https://github.com/flare-foundation/go-flare.git cd go-flare/avalanchego chmod +x scripts/build.sh ./scripts/build.sh @@ -161,7 +161,7 @@ Clone the repository and run the `build.sh` script: ```bash - git clone --branch v1.9.0.1 https://github.com/flare-foundation/go-flare.git + git clone --branch v1.9.1 https://github.com/flare-foundation/go-flare.git cd go-flare/avalanchego chmod +x scripts/build.sh ./scripts/build.sh @@ -544,13 +544,13 @@ The node can be run using: - Use the Docker image at [go-flare](https://hub.docker.com/layers/flarefoundation/go-flare/v1.9.0.1/images/sha256-ab193ed8862bf9ba82b309e00e892a81df1480f63c5b91981a2b4eb9c4847334?context=explore). The **Overview** tab in the repository linked explains the configurable parameters. + Use the Docker image at [go-flare](https://hub.docker.com/layers/flarefoundation/go-flare/v1.9.1/images/sha256-ab193ed8862bf9ba82b309e00e892a81df1480f63c5b91981a2b4eb9c4847334?context=explore). The **Overview** tab in the repository linked explains the configurable parameters. Download and start the container: ```bash - docker pull flarefoundation/go-flare:v1.9.0.1 - docker run -d --name flare-observer -e AUTOCONFIGURE_BOOTSTRAP="1" -e NETWORK_ID="flare" -e AUTOCONFIGURE_PUBLIC_IP="1" -e AUTOCONFIGURE_BOOTSTRAP_ENDPOINT="https://flare-bootstrap.flare.network/ext/info" -v /mnt/db:/app/db -v /opt/flare/conf:/app/conf/C -v /opt/flare/logs:/app/logs -p 0.0.0.0:9650:9650 -p 0.0.0.0:9651:9651 flarefoundation/go-flare:v1.9.0.1 + docker pull flarefoundation/go-flare:v1.9.1 + docker run -d --name flare-observer -e AUTOCONFIGURE_BOOTSTRAP="1" -e NETWORK_ID="flare" -e AUTOCONFIGURE_PUBLIC_IP="1" -e AUTOCONFIGURE_BOOTSTRAP_ENDPOINT="https://flare-bootstrap.flare.network/ext/info" -v /mnt/db:/app/db -v /opt/flare/conf:/app/conf/C -v /opt/flare/logs:/app/logs -p 0.0.0.0:9650:9650 -p 0.0.0.0:9651:9651 flarefoundation/go-flare:v1.9.1 ``` Confirm your container is running and inspect that logs are printing: @@ -563,13 +563,13 @@ The node can be run using: - Use the Docker image at [go-flare](https://hub.docker.com/layers/flarefoundation/go-flare/v1.9.0.1/images/sha256-ab193ed8862bf9ba82b309e00e892a81df1480f63c5b91981a2b4eb9c4847334?context=explore). The **Overview** tab in the repository linked explains the configurable parameters. + Use the Docker image at [go-flare](https://hub.docker.com/layers/flarefoundation/go-flare/v1.9.1/images/sha256-ab193ed8862bf9ba82b309e00e892a81df1480f63c5b91981a2b4eb9c4847334?context=explore). The **Overview** tab in the repository linked explains the configurable parameters. Download and start the container: ```bash - docker pull flarefoundation/go-flare:v1.9.0.1 - docker run -d --name coston2-observer -e AUTOCONFIGURE_BOOTSTRAP="1" -e NETWORK_ID="costwo" -e AUTOCONFIGURE_PUBLIC_IP="1" -e AUTOCONFIGURE_BOOTSTRAP_ENDPOINT="https://coston2-bootstrap.flare.network/ext/info" -v /mnt/db:/app/db -v /opt/flare/conf:/app/conf/C -v /opt/flare/logs:/app/logs -p 0.0.0.0:9650:9650 -p 0.0.0.0:9651:9651 flarefoundation/go-flare:v1.9.0.1 + docker pull flarefoundation/go-flare:v1.9.1 + docker run -d --name coston2-observer -e AUTOCONFIGURE_BOOTSTRAP="1" -e NETWORK_ID="costwo" -e AUTOCONFIGURE_PUBLIC_IP="1" -e AUTOCONFIGURE_BOOTSTRAP_ENDPOINT="https://coston2-bootstrap.flare.network/ext/info" -v /mnt/db:/app/db -v /opt/flare/conf:/app/conf/C -v /opt/flare/logs:/app/logs -p 0.0.0.0:9650:9650 -p 0.0.0.0:9651:9651 flarefoundation/go-flare:v1.9.1 ``` Confirm your container is running and inspect that logs are printing: @@ -582,13 +582,13 @@ The node can be run using: - Use the Docker image at [go-flare](https://hub.docker.com/layers/flarefoundation/go-flare/v1.9.0.1/images/sha256-ab193ed8862bf9ba82b309e00e892a81df1480f63c5b91981a2b4eb9c4847334?context=explore). The **Overview** tab in the repository linked explains the configurable parameters. + Use the Docker image at [go-flare](https://hub.docker.com/layers/flarefoundation/go-flare/v1.9.1/images/sha256-ab193ed8862bf9ba82b309e00e892a81df1480f63c5b91981a2b4eb9c4847334?context=explore). The **Overview** tab in the repository linked explains the configurable parameters. Download and start the container: ```bash - docker pull flarefoundation/go-flare:v1.9.0.1 - docker run -d --name songbird-observer -e AUTOCONFIGURE_BOOTSTRAP="1" -e NETWORK_ID="songbird" -e AUTOCONFIGURE_PUBLIC_IP="1" -e AUTOCONFIGURE_BOOTSTRAP_ENDPOINT="https://songbird-bootstrap.flare.network/ext/info" -v /mnt/db:/app/db -v /opt/flare/conf:/app/conf/C -v /opt/flare/logs:/app/logs -p 0.0.0.0:9650:9650 -p 0.0.0.0:9651:9651 flarefoundation/go-flare:v1.9.0.1 + docker pull flarefoundation/go-flare:v1.9.1 + docker run -d --name songbird-observer -e AUTOCONFIGURE_BOOTSTRAP="1" -e NETWORK_ID="songbird" -e AUTOCONFIGURE_PUBLIC_IP="1" -e AUTOCONFIGURE_BOOTSTRAP_ENDPOINT="https://songbird-bootstrap.flare.network/ext/info" -v /mnt/db:/app/db -v /opt/flare/conf:/app/conf/C -v /opt/flare/logs:/app/logs -p 0.0.0.0:9650:9650 -p 0.0.0.0:9651:9651 flarefoundation/go-flare:v1.9.1 ``` Confirm your container is running and inspect that logs are printing: @@ -601,13 +601,13 @@ The node can be run using: - Use the Docker image at [go-flare](https://hub.docker.com/layers/flarefoundation/go-flare/v1.9.0.1/images/sha256-ab193ed8862bf9ba82b309e00e892a81df1480f63c5b91981a2b4eb9c4847334?context=explore). The **Overview** tab in the repository linked explains the configurable parameters. + Use the Docker image at [go-flare](https://hub.docker.com/layers/flarefoundation/go-flare/v1.9.1/images/sha256-ab193ed8862bf9ba82b309e00e892a81df1480f63c5b91981a2b4eb9c4847334?context=explore). The **Overview** tab in the repository linked explains the configurable parameters. Download and start the container: ```bash - docker pull flarefoundation/go-flare:v1.9.0.1 - docker run -d --name coston-observer -e AUTOCONFIGURE_BOOTSTRAP="1" -e NETWORK_ID="coston" -e AUTOCONFIGURE_PUBLIC_IP="1" -e AUTOCONFIGURE_BOOTSTRAP_ENDPOINT="https://coston-bootstrap.flare.network/ext/info" -v /mnt/db:/app/db -v /opt/flare/conf:/app/conf/C -v /opt/flare/logs:/app/logs -p 0.0.0.0:9650:9650 -p 0.0.0.0:9651:9651 flarefoundation/go-flare:v1.9.0.1 + docker pull flarefoundation/go-flare:v1.9.1 + docker run -d --name coston-observer -e AUTOCONFIGURE_BOOTSTRAP="1" -e NETWORK_ID="coston" -e AUTOCONFIGURE_PUBLIC_IP="1" -e AUTOCONFIGURE_BOOTSTRAP_ENDPOINT="https://coston-bootstrap.flare.network/ext/info" -v /mnt/db:/app/db -v /opt/flare/conf:/app/conf/C -v /opt/flare/logs:/app/logs -p 0.0.0.0:9650:9650 -p 0.0.0.0:9651:9651 flarefoundation/go-flare:v1.9.1 ``` Confirm your container is running and inspect that logs are printing: @@ -712,7 +712,7 @@ Create the `docker-compose.yaml` file: services: observer: container_name: flare-observer - image: flarefoundation/go-flare:v1.9.0.1 + image: flarefoundation/go-flare:v1.9.1 restart: on-failure environment: - AUTOCONFIGURE_BOOTSTRAP=1 @@ -737,7 +737,7 @@ Create the `docker-compose.yaml` file: services: observer: container_name: coston2-observer - image: flarefoundation/go-flare:v1.9.0.1 + image: flarefoundation/go-flare:v1.9.1 restart: on-failure environment: - AUTOCONFIGURE_BOOTSTRAP=1 @@ -762,7 +762,7 @@ Create the `docker-compose.yaml` file: services: observer: container_name: songbird-observer - image: flarefoundation/go-flare:v1.9.0.1 + image: flarefoundation/go-flare:v1.9.1 restart: on-failure environment: - AUTOCONFIGURE_BOOTSTRAP=1 @@ -787,7 +787,7 @@ Create the `docker-compose.yaml` file: services: observer: container_name: coston-observer - image: flarefoundation/go-flare:v1.9.0.1 + image: flarefoundation/go-flare:v1.9.1 restart: on-failure environment: - AUTOCONFIGURE_BOOTSTRAP=1