This PR adds two new additional fields to the relayer's global config, ICS20MemoLimit & MaxReceiverSize. These new values can be used to fine tune the relayer to ignore packets whose receiver field or ics-20 memo field exceed the configured limit. By default ICS20MemoLimit is configured to zero which indicates that no limit is set, MaxReceiverSize is configured to 128 which indicates that receiver fields greater than 128 bytes should be ignored.
This PR adds two new additional fields to the relayer's global config,
ICS20MemoLimit
&MaxReceiverSize
. These new values can be used to fine tune the relayer to ignore packets whose receiver field or ics-20 memo field exceed the configured limit. By defaultICS20MemoLimit
is configured to zero which indicates that no limit is set,MaxReceiverSize
is configured to 128 which indicates that receiver fields greater than 128 bytes should be ignored.