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 Jun 11, 2024. It is now read-only.
Partially resolved in PR #8559. it resolved most instances of the problem, but the transferCrossChain function does validate its messageFee argument and the payMessageFee function does not validate its fee argument. Ideally, it would be great to use a new type that only supports unsigned bigints, but JavaScript does not support unsigned bigints by default.
Which version(s) does this affect? (Environment, OS, etc...)
6.0.0-beta.7
The text was updated successfully, but these errors were encountered:
Description
Partially resolved in PR #8559. it resolved most instances of the problem, but the transferCrossChain function does validate its messageFee argument and the payMessageFee function does not validate its fee argument. Ideally, it would be great to use a new type that only supports unsigned bigints, but JavaScript does not support unsigned bigints by default.
Which version(s) does this affect? (Environment, OS, etc...)
6.0.0-beta.7
The text was updated successfully, but these errors were encountered: