-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
revert 8909 #8960
revert 8909 #8960
Conversation
opened #8961 |
Codecov Report
@@ Coverage Diff @@
## master #8960 +/- ##
==========================================
- Coverage 58.99% 58.87% -0.12%
==========================================
Files 575 571 -4
Lines 32198 32108 -90
==========================================
- Hits 18996 18905 -91
+ Misses 10985 10982 -3
- Partials 2217 2221 +4
|
Benchmark beginning. Status page: https://github.orijtech.com/benchmark/status?commit=183267f850f6e546396b97149d7f1f1d652be5fa |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@colin-axner could you fix the conflicts? Okay to automerge right after
…k into colin/8909-revertandfix
Description
reverts: #8909
I would like to do the fix in
types/module/module.go
:But this breaks simapp. Specifically the default simapp runs without a validator set and it uses
InitGenesis
. I'd like either someone from the SDK to take over this issue or to give me an ACK on switching default simapp setup to initialize with a single validator. I ran into this issue several months ago when creating the ibc testing package, so I already have done most of the heavy lifting.We would need to add this into the
Setup
function of simapp:NOTE:
mock
is a package inibc-go
which mocks a simple tendermint validator. It is very straightforward and we could port it over to the SDKI did a quick check locally to see how troublesome this change is, and several tests either:
Setup
)Anyone have any thoughts? We can merge the revert for now and move all this into an issue
closes: #XXXX
Before we can merge this PR, please make sure that all the following items have been
checked off. If any of the checklist items are not applicable, please leave them but
write a little note why.
docs/
) or specification (x/<module>/spec/
)godoc
comments.Unreleased
section inCHANGELOG.md
Files changed
in the Github PR explorerCodecov Report
in the comment section below once CI passes