Enable token transfer app to store a map of trace hash with the associated denom #502
Labels
A: breaking
Admin: breaking change that may impact operators
O: usability
Objective: aims to enhance user experience (UX) and streamline product usability
Milestone
Sumary
The current
process_recv_packet_execute
doesn't store a map fortrace_hash
anddenom
. It only returns the pair as an event. Also,send_transfer_execute
doesn't restore the original denom with thetrace_hash
.This facility exists on IBC-go which makes it possible to store the denom when receiving and restore the denom from the trace hash.
Remark: This facility requested by Namada
The text was updated successfully, but these errors were encountered: