From 54b77212d8d0bd28c8b8055e3c1b55c71e89d810 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 17:01:03 +0000 Subject: [PATCH 1/5] chore(deps): Bump github/super-linter from 5 to 7 Bumps [github/super-linter](https://github.com/github/super-linter) from 5 to 7. - [Release notes](https://github.com/github/super-linter/releases) - [Changelog](https://github.com/github/super-linter/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/super-linter/compare/v5...v7) --- updated-dependencies: - dependency-name: github/super-linter dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 32fdf2d..cab6473 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -30,7 +30,7 @@ jobs: fetch-depth: 0 # Required to fetch version - name: Run Super Linter - uses: github/super-linter/slim@v5 + uses: github/super-linter/slim@v7 env: IGNORE_GITIGNORED_FILES: true DEFAULT_BRANCH: main From 7bf045391129e9fd75b00bbb7cfb8e046b6c67b3 Mon Sep 17 00:00:00 2001 From: Ankur Banerjee Date: Tue, 10 Sep 2024 15:32:42 +0200 Subject: [PATCH 2/5] Update .markdown-lint.yml --- .github/linters/.markdown-lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/linters/.markdown-lint.yml b/.github/linters/.markdown-lint.yml index 67af848..2fe09da 100644 --- a/.github/linters/.markdown-lint.yml +++ b/.github/linters/.markdown-lint.yml @@ -59,7 +59,7 @@ MD023: true # Multiple headings with the same content MD024: - allow_different_nesting: true + siblings_only: true # Multiple top level headings in the same document MD025: false From b03c96c6a8b2d357eaf8f3757b9b4ef4a180f714 Mon Sep 17 00:00:00 2001 From: Ankur Banerjee Date: Tue, 10 Sep 2024 15:36:40 +0200 Subject: [PATCH 3/5] Update README.md --- docs/indexers/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/indexers/README.md b/docs/indexers/README.md index 5e167c7..d09909d 100644 --- a/docs/indexers/README.md +++ b/docs/indexers/README.md @@ -4,4 +4,4 @@ Indexers, in a broad context, play a fundamental role in organising and optimisi In the context of blockchain and dApps, indexers go beyond traditional databases, facilitating streamlined access to on-chain data. This includes transaction histories, smart contract states, and event logs. In the dynamic and decentralised world of blockchain, indexers contribute to the efficiency of data queries, supporting real-time updates and ensuring the seamless functionality of diverse applications and platforms. -There are several indexer solutions available, each offering different levels of decentralisation, ease of development, and performance for you to consider. These solutions serve as intermediaries to assist in indexing Cheqd. \ No newline at end of file +There are several indexer solutions available, each offering different levels of decentralisation, ease of development, and performance for you to consider. These solutions serve as intermediaries to assist in indexing Cheqd. From b94b7b6d5c0f2d793819ca11f7cd5a3b7ea8a94e Mon Sep 17 00:00:00 2001 From: Ankur Banerjee Date: Tue, 10 Sep 2024 15:37:03 +0200 Subject: [PATCH 4/5] Update subquery.md --- docs/indexers/subquery.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/indexers/subquery.md b/docs/indexers/subquery.md index 81b2394..cd0ef57 100644 --- a/docs/indexers/subquery.md +++ b/docs/indexers/subquery.md @@ -4,7 +4,7 @@ SubQuery is a leading blockchain data indexer that provides developers with fast Another one of SubQuery's competitive advantages is the ability to aggregate data not only within a chain but across multiple blockchains all within a single project. This allows the creation of feature-rich dashboard analytics, multi-chain block scanners, or projects that index IBC transactions across zones. -## Useful resources: +## Useful resources - SubQuery Docs: [SubQuery Academy (Documentation)](https://academy.subquery.network/) - Intro Quick Start Guide: [1. Create a New Project](https://academy.subquery.network/quickstart/quickstart.html) @@ -18,4 +18,4 @@ SubQuery is open-source, meaning you have the freedom to run it in the following - Locally on your own computer (or a cloud provider of your choosing), [view the instructions on how to run SubQuery Locally](https://academy.subquery.network/run_publish/run.html). - You can publish it to SubQuery's enterprise-level [Managed Service](https://managedservice.subquery.network/), where we'll host your SubQuery project in production ready services for mission critical data with zero-downtime blue/green deployments. There even is a generous free tier. [Find out how](https://academy.subquery.network/run_publish/publish.html). -- You can publish it to the decentralised [SubQuery Network](https://subquery.network/network), the most open, performant, reliable, and scalable data service for dApp developers. The SubQuery Network indexes and services data to the global community in an incentivised and verifiable way and supports Cheqd from launch. \ No newline at end of file +- You can publish it to the decentralised [SubQuery Network](https://subquery.network/network), the most open, performant, reliable, and scalable data service for dApp developers. The SubQuery Network indexes and services data to the global community in an incentivised and verifiable way and supports Cheqd from launch. From 8ec209358c77cd521e88df28476af779be10ebeb Mon Sep 17 00:00:00 2001 From: Ankur Banerjee Date: Tue, 10 Sep 2024 15:37:38 +0200 Subject: [PATCH 5/5] Update SUMMARY.md --- SUMMARY.md | 1 + 1 file changed, 1 insertion(+) diff --git a/SUMMARY.md b/SUMMARY.md index 9cbe652..54984c5 100644 --- a/SUMMARY.md +++ b/SUMMARY.md @@ -33,6 +33,7 @@ * [Run a localnet with Docker](docs/build-and-networks/docker-localnet.md) * [Indexers](docs/indexers/README.md) * [SubQuery](docs/indexers/subquery.md) + ## Architecture * [Architecture Decision Record (ADR) Process](architecture/README.md)