Skip to content

feat: expose chain-registry structs#4472

Merged
julienrbrt merged 6 commits intomainfrom
julien/expose-chainregistry-strucs
Jan 16, 2025
Merged

feat: expose chain-registry structs#4472
julienrbrt merged 6 commits intomainfrom
julien/expose-chainregistry-strucs

Conversation

@julienrbrt
Copy link
Member

This PR exposes the chain registry structs that were recently added.
This package will then be used by Ignite Connect app to avoid duplication (ignite/apps#102)

@julienrbrt julienrbrt added skip-changelog Don't check changelog for new entries backport/v28.x.y Backport to v28.x.y labels Jan 15, 2025
@julienrbrt julienrbrt requested a review from salmad3 January 15, 2025 23:29
@github-actions github-actions bot added component:ci CI/CD workflow and automated jobs. component:configs type:services Service-related issues. component:packages labels Jan 15, 2025
Copy link
Contributor

@salmad3 salmad3 left a comment

Choose a reason for hiding this comment

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

An enhancement could be to unify the JSON serialization into a single shared function (e.g., SaveAsJSON) and call it from each struct’s method

@julienrbrt
Copy link
Member Author

An enhancement could be to unify the JSON serialization into a single shared function (e.g., SaveAsJSON) and call it from each struct’s method

I don't really get the advantage. For connect for instance we just need the struct, and in CLI calling them separately is fine right

@julienrbrt julienrbrt merged commit ec26e2e into main Jan 16, 2025
42 of 45 checks passed
@julienrbrt julienrbrt deleted the julien/expose-chainregistry-strucs branch January 16, 2025 06:34
mergify bot pushed a commit that referenced this pull request Jan 16, 2025
* feat: expose chain-registry structs

* updates

* split

* structure

* updates

* lint

(cherry picked from commit ec26e2e)

# Conflicts:
#	ignite/services/scaffolder/chain_registry.go
julienrbrt added a commit that referenced this pull request Jan 16, 2025
* feat: expose chain-registry structs (#4472)

* feat: expose chain-registry structs

* updates

* split

* structure

* updates

* lint

(cherry picked from commit ec26e2e)

# Conflicts:
#	ignite/services/scaffolder/chain_registry.go

* conflict

---------

Co-authored-by: Julien Robert <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 skip-changelog Don't check changelog for new entries type:services Service-related issues.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants