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: fix the breaking change of genesis state for testnet #320

Merged
merged 1 commit into from
Feb 1, 2023

Conversation

yutianwu
Copy link
Contributor

This pr will fix the syncing issue of testnet.

The root cause is the genesis params are changed after the testnet setup and the genesis params are not read from the genesis file but from the code.

This pr will fix the breaking change of the genesis params so users can syncing from genesis state for tesnet.

@codecov-commenter
Copy link

codecov-commenter commented Jan 17, 2023

Codecov Report

Merging #320 (045b383) into develop (39fb95f) will decrease coverage by 0.01%.
The diff coverage is 37.50%.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop     #320      +/-   ##
===========================================
- Coverage    46.49%   46.48%   -0.02%     
===========================================
  Files          242      242              
  Lines        23187    23192       +5     
===========================================
  Hits         10781    10781              
- Misses       11761    11764       +3     
- Partials       645      647       +2     

@yutianwu yutianwu force-pushed the fix_testnet branch 2 times, most recently from b0109bc to 4158eb9 Compare January 17, 2023 09:19
@Benson665
Copy link

With all love and help will fix alright

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.

4 participants