Skip to content

feat(cosmosfaucet): loosen faucet check when indexer disabled#4633

Merged
julienrbrt merged 5 commits intomainfrom
julien/disable-indexer
Apr 18, 2025
Merged

feat(cosmosfaucet): loosen faucet check when indexer disabled#4633
julienrbrt merged 5 commits intomainfrom
julien/disable-indexer

Conversation

@julienrbrt
Copy link
Member

@julienrbrt julienrbrt commented Apr 17, 2025

Closes: #4528

Ignite CLI will now check the user config.yml for an indexer override and skip the checks accordignly:

validators:
  - name: alice
    bonded: 100000000stake
    config:
      tx_index:
        indexer: "null"

@julienrbrt julienrbrt added the backport/v28.x.y Backport to v28.x.y label Apr 17, 2025
@github-actions github-actions bot added component:ci CI/CD workflow and automated jobs. component:configs type:services Service-related issues. component:packages labels Apr 17, 2025
Copy link

@laciferin2024 laciferin2024 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome bugfix

@julienrbrt julienrbrt merged commit 8e76c5f into main Apr 18, 2025
42 of 43 checks passed
@julienrbrt julienrbrt deleted the julien/disable-indexer branch April 18, 2025 05:47
mergify bot pushed a commit that referenced this pull request Apr 18, 2025
(cherry picked from commit 8e76c5f)

# Conflicts:
#	ignite/services/chain/faucet.go
julienrbrt added a commit that referenced this pull request Apr 18, 2025
#4633) (#4637)

* feat(cosmosfaucet): loosen faucet check when indexer disabled (#4633)

(cherry picked from commit 8e76c5f)

# Conflicts:
#	ignite/services/chain/faucet.go

* fix conflicts

* fix

* fix import

---------

Co-authored-by: julienrbrt <julien@rbrt.fr>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport/v28.x.y Backport to v28.x.y component:ci CI/CD workflow and automated jobs. component:configs component:packages type:services Service-related issues.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

FIX: faucet stops working with psql indexer

3 participants