-
Notifications
You must be signed in to change notification settings - Fork 353
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
Some multitest bindings for staking are missing such as BondedDenom
#753
Comments
@shanev can you provide more details here, like a quick code sample to demo? It can either be:
I know there was some other bug that someone couldn't build a multi-test mock for Distribution due to missing exports (it wasn't pub). We should check and address all those, maybe trying to build sample/failing mocks there in another module to show we have all types. |
Some time ago I started tinkering around that. |
Okay, then we just verify all types are exported. And close this, leaving some "future issue" for proper multi-test staking support |
Regarding this, not exactly sure what needs to be done.
along with the other staking queries. The same with the staking messages What's required is implementing the So, unless I'm missing something related to exporting these types, I would say, the exporting / publishing part is already done. |
This causes
deps.querier.query_bonded_denom()
to fail in mulitest.The text was updated successfully, but these errors were encountered: