Open Kayanski opened 9 months ago
and 2. are very good feedback.
is because of IBC. if an action is performed "over IBC" then the adapter should return an ibc callback with that ID. At least that was the idea. I think the IBC aspect of these adapters needs a major revamp, but we can do that when we get there.
Yes, good spot!
Here are some issues I have with the Dex Adapter
AnsAsset
andAssetEntry
when cw_asset usesAsset
andAssetInfo
. Shouldn't we use similare naming,AnsAsset
andAnsAssetInfo
?Default
trait to be able to identify them. Shouldn't be add theDefault
trait as a requirement for theIdentify trait
?