informalsystems / basecoin-rs

An example ABCI application making use of tendermint-rs and ibc-rs
Apache License 2.0
56 stars 17 forks source link

imp: get access to `bank` and expose types from modules other than `ibc` #146

Closed Farhad-Shabani closed 11 months ago

Farhad-Shabani commented 11 months ago

Description

This PR provides access to the bank module by adding a bank method to the BaseCoinApp definition. It also lets us access types from different basecoin's modules, not just ibc. This is useful for testing in sovereign-ibc project, where we need to check things like account balances to make sure everything is working as it should.