cosmos / solidity-ibc-eureka

This is a work-in-progress solidity implementation of IBC Eureka.
MIT License
26 stars 2 forks source link

Change sdkCoin functions names to camelCase #32

Closed sangier closed 2 months ago

sangier commented 2 months ago

_ERC20ToSdkCoin_ConvertAmount and _SdkCoinToERC20_ConvertAmount should be in camelCase format to account for standards used in libraries. So change to the name to convertAmountERC20ToSdkCoin and convertAmountSdkCoinToERC20 taking into account any place where they are used.

MukulKolpe commented 2 months ago

Hey @crodriguezvega, can I work on this one?

crodriguezvega commented 2 months ago

Hi @MukulKolpe. Yes, thank you! I will assign it to you.

crodriguezvega commented 2 months ago

Superseded by #55