hyperledger-labs / yui-ibc-solidity

IBC in Solidity
Apache License 2.0
134 stars 62 forks source link

Check denom length on sendTransfer #238

Closed yoshidan closed 11 months ago

yoshidan commented 11 months ago

slice_outOfBounds occurs when the denom is shorter than the denomPrefix, so the length of the denom is checked.

bluele commented 11 months ago

Thanks, @yoshidan. First, could you rebase the commit with the latest main?

yoshidan commented 11 months ago

Now I rebased the commit with the latest main.