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
{{ message }}
This repository has been archived by the owner on May 21, 2024. It is now read-only.
While i was discussing this implementation with the moonbeam guys, they addressed this configuration might bring some security issues (like sending the call from other parachain than the one expected and pass the Origin convertion anyway).
The point here would be to properly extract which account and which chain the XCM message was sent from so we can properly address the security around this.
The text was updated successfully, but these errors were encountered:
For the sub0 presentation i did a hack for converting the XCM caller into the proper chain Origin:
https://github.com/paritytech/trappist/blob/sub0_2022/runtime/trappist/src/xcm_config.rs#L73:L91
While i was discussing this implementation with the moonbeam guys, they addressed this configuration might bring some security issues (like sending the call from other parachain than the one expected and pass the Origin convertion anyway).
The point here would be to properly extract which account and which chain the XCM message was sent from so we can properly address the security around this.
The text was updated successfully, but these errors were encountered: