ComposableFi / composable-cosmos

The home of IBC
29 stars 95 forks source link

docker fixes + reward distribution transfer function #416

Closed kkast closed 8 months ago

kkast commented 8 months ago

change proto-gen docker image versio to 0.12.1 to support go 1.20 and tidy

Changed stakingmiddleware module:

added transaction to transfer to fee_collector from signer
added denom into module's genesis. Default One is "stake" for testnet, but needs to be "ppica" for mainnet
added 2 keepers to the module's keeper struct - AccountKeeper to get module account and BankKeeper to send coin to the module
RustNinja commented 8 months ago

go lint please.