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

feat: move config validators check to validate only when required #3199

Merged
merged 15 commits into from
Dec 13, 2022

Conversation

jeronimoalbi
Copy link
Member

Closes #3194

@jeronimoalbi jeronimoalbi requested a review from ilgooz as a code owner November 29, 2022 14:30
@jeronimoalbi jeronimoalbi self-assigned this Nov 29, 2022
@jeronimoalbi jeronimoalbi marked this pull request as draft November 29, 2022 14:31
@lumtis
Copy link
Contributor

lumtis commented Nov 29, 2022

Thanks
Can we try to merge this one first #3183?
There's gonna be multiple conflicts

@jeronimoalbi
Copy link
Member Author

jeronimoalbi commented Nov 29, 2022

Can we try to merge this one first #3183?

Yes, I will remove this one from draft once that one is merged 👍

@jeronimoalbi jeronimoalbi marked this pull request as ready for review December 9, 2022 14:20
@jeronimoalbi jeronimoalbi requested a review from Pantani as a code owner December 9, 2022 14:20
ignite/config/chain/config.go Outdated Show resolved Hide resolved
ignite/services/chain/chain.go Outdated Show resolved Hide resolved
ignite/services/chain/chain.go Outdated Show resolved Hide resolved
Copy link
Contributor

@tbruyelle tbruyelle left a comment

Choose a reason for hiding this comment

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

Nice add this new FirstValidator func!

@aljo242 aljo242 merged commit 63e8582 into main Dec 13, 2022
@aljo242 aljo242 deleted the feat/flexible-config-validators-check branch December 13, 2022 13:49
Jchicode pushed a commit to Jchicode/cli that referenced this pull request Aug 9, 2023
…nite#3199)

* feat: move config validators check to validate only when required

* chore: remove unnecessary error check

* fix: change `Chain.RPCPublicAddress` to return default address on error

* chore: fix duplicated import import

* chore: fix typo

Co-authored-by: Alex Johnson <[email protected]>

* chore: changes from review

Co-authored-by: Alex Johnson <[email protected]>

Co-authored-by: Alex Johnson <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove the at least one validator condition in config.yml validation
4 participants