You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Per @0xpatrickdev , we need and don't have any test scenarios for building PFM messages which require us to know RemoteChainA's view of RemoteChainB's denoms.
A relevant detail: "chain A's view of remote B's denoms" is supposed to be called getLocalDenom as in chainA.getLocalDenom(chainBdenom), according to July 31 discussion #9814 (comment) where we dug up earlier API drafts.
0xpatrickdev
changed the title
e2e test of swap covering remote chain A's view of remote B's denoms
e2e test of transfer covering remote chain A's view of remote B's denoms
Oct 18, 2024
LuqiPan
changed the title
e2e test of transfer covering remote chain A's view of remote B's denoms
Add the capability to build PFM messages and e2e tests for this capability
Oct 21, 2024
LuqiPan
changed the title
Add the capability to build PFM messages and e2e tests for this capability
PFM transfer covering remote chain A's view of remote B's denoms
Oct 21, 2024
What is the Problem Being Solved?
Per @0xpatrickdev , we need and don't have any test scenarios for building PFM messages which require us to know RemoteChainA's view of RemoteChainB's denoms.
Description of the Design
#9491 made progress in pursuit of,
However this is smaller in scope. The scope of this is testing PFM and the pfm memo. (Perhaps through sendAnywhere contract)
Additional discussion
Tasks
CosmosChainInfo
includespfmEnabled: bool
#10329Security Considerations
Scaling Considerations
Test Plan
Upgrade Considerations
The text was updated successfully, but these errors were encountered: