Set in VAA if relayer must unwrap #2059
mizdler
started this conversation in
Protocol / feature design discussion
Replies: 1 comment 1 reply
-
Hey @mizdler! I agree that I, too, would prefer that the user intention was better encoded into the VAA (whether to have the native token unwrapped or not). My immediate thoughts are:
On another note - a few of us are testing out a new mechanism for relaying transfers which uses contract controlled transfers and could result in a nicer relaying experience all around for specific protocols. Will update here with that as well when we get further. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Relayers are not calling
completeTransferAndUnwrapETH
because it's cheaper to just callCompleteTransfer
This breaks the "onboarding to new chain" use-case of Wormhole.
It should be determined in VAA if the relayer must unwrap or not.
Beta Was this translation helpful? Give feedback.
All reactions