cosmos / ibc-go

Inter-Blockchain Communication Protocol (IBC) implementation in Golang.
https://ibc.cosmos.network/
MIT License
554 stars 593 forks source link

refactor: update icahost to use runtime.Environment #7600

Open damiannolan opened 4 hours ago

damiannolan commented 4 hours ago

Description

Updates icahost submodule to use runtime.Environment. Removes storeService, msgRouterService and queryRouterService in favour of embedded appmodule.Environment.

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.