-
Notifications
You must be signed in to change notification settings - Fork 240
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
Problem: init/validate-genesis cmd include gravity module by default #639
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
yihuang
requested review from
JayT106 and
thomas-nguy
and removed request for
a team
August 12, 2022 10:29
yihuang
changed the title
Problem: inconsistent logic regarding experimental modules in genesis…
Problem: inconsistent logic regarding experimental modules in genesis export/validate
Aug 12, 2022
yihuang
commented
Aug 12, 2022
yihuang
changed the title
Problem: inconsistent logic regarding experimental modules in genesis export/validate
Problem: init/validate-genesis include gravity module by default
Aug 12, 2022
yihuang
changed the title
Problem: init/validate-genesis include gravity module by default
Problem: init/validate-genesis cmd include gravity module by default
Aug 12, 2022
JayT106
reviewed
Aug 12, 2022
Codecov Report
@@ Coverage Diff @@
## main #639 +/- ##
==========================================
- Coverage 32.93% 32.91% -0.03%
==========================================
Files 34 34
Lines 1603 1604 +1
==========================================
Hits 528 528
- Misses 1022 1023 +1
Partials 53 53
|
/runsim |
Simulation tests started and triggered by |
lgtm, once the integration tests got fixed and the |
… export/validate Solution: - Use different module managers according to --unsafe-experimental flag fix experimental flag in unit tests Update CHANGELOG.md use cmd-flags to fix integration tests pystarport merged to main
yihuang
force-pushed
the
refactor-sim-test
branch
from
August 15, 2022 15:20
4d13976
to
9c2afa7
Compare
/runsim |
Simulation tests started and triggered by |
mmsqe
reviewed
Aug 17, 2022
13 tasks
mmsqe
approved these changes
Aug 17, 2022
13 tasks
This was referenced Apr 26, 2024
This was referenced Apr 29, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Solution:
👮🏻👮🏻👮🏻 !!!! REFERENCE THE PROBLEM YOUR ARE SOLVING IN THE PR TITLE AND DESCRIBE YOUR SOLUTION HERE !!!! DO NOT FORGET !!!! 👮🏻👮🏻👮🏻
PR Checklist:
make
)make test
)go fmt
)golangci-lint run
)go list -json -m all | nancy sleuth
)Thank you for your code, it's appreciated! :)