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

fix: use genesisID in custom config name #1339

Merged
merged 1 commit into from
Jul 12, 2023

Conversation

maparr
Copy link
Contributor

@maparr maparr commented Jul 11, 2023

Issue related to the TEST MODE for go-sm.
The name for custom config file should not match to the same name but a different config. Genesis ID will be unique and testnet-5 and testnet-5 with different GenesisID will create a different custom config file which the client can update

as result, resolving test mode for go-sm, feature wich we're using all the time for development process

expected result:
on creating a custom config, don't use name, but use genesisID.

@maparr maparr self-assigned this Jul 11, 2023
@maparr maparr force-pushed the fix/custom-config-use-genesisID branch from d6b4877 to 399305f Compare July 11, 2023 22:30
@maparr maparr requested a review from brusherru July 11, 2023 22:47
@maparr maparr marked this pull request as ready for review July 11, 2023 22:47
@github-actions
Copy link

Compiled Binaries

@maparr maparr added the bug Something isn't working label Jul 11, 2023
Copy link
Member

@brusherru brusherru left a comment

Choose a reason for hiding this comment

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

LGTM

@brusherru brusherru merged commit b8b191c into develop Jul 12, 2023
8 checks passed
@brusherru brusherru deleted the fix/custom-config-use-genesisID branch July 12, 2023 11:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants