PR #1391 introduces some stateless checks in BridgeUnlockAction and Ics20WithdrawalAction which are very similar. This is done because of parsing done in stateless check of memo for Ics20WithdrawalAction.
As a follow up we should update the canonical domain rust types to doing this validation during parsing, ideally there is some shared logic so it can be kept insync between the two actions.
┆Issue Number: ENG-766
PR #1391 introduces some stateless checks in
BridgeUnlockActionandIcs20WithdrawalActionwhich are very similar. This is done because of parsing done in stateless check of memo forIcs20WithdrawalAction.As a follow up we should update the canonical domain rust types to doing this validation during parsing, ideally there is some shared logic so it can be kept insync between the two actions.
┆Issue Number: ENG-766