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 was archived by the owner on Nov 15, 2023. It is now read-only.
For the oracle module, I am using twox64_concat for T::OracleKey, which is an enum for Acala and LamianrChain, so it is safe as there will be only < 10 possible values.
However this may cause issue if someone is using u128 as T::OracleKey.
Without the ability to configure hasher, it is not possible to implement efficient and reusable pallet.