ComposableFi / composable-cosmos

The home of IBC
28 stars 95 forks source link

fix: add test and fix miss BeginBlock #523

Closed hoank101 closed 3 months ago

RustNinja commented 3 months ago

Thank you @hoank101 for this changes. there a lot of interchain tests that cover important logic. thank you so much. Could you please add interchain tests for

hoank101 commented 3 months ago

Thank you @hoank101 for this changes. there a lot of interchain tests that cover important logic. thank you so much. Could you please add interchain tests for

  • staking epoch feature. (that voting power is updating not immediately once some stake/unstake their native tokens but voting power should be update each 30 mins (based on storage configuration in staking middleware module))
  • ibc/pfm custom fees still working after migration to sdk50.

yeah, tomorrow I will add