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.
drop_assets of TrappistDropAssets currently returns weight 0 to the Executor, which is innacurate.
it does a few storage checks (which are not weightless), then it calls drop_assets implementation of pallet-xcm (which is also still unbenchmarked and returns 0)
ref:
follow up to #109
Motivation
drop_assets
ofTrappistDropAssets
currently returns weight 0 to the Executor, which is innacurate.it does a few storage checks (which are not weightless), then it calls
drop_assets
implementation ofpallet-xcm
(which is also still unbenchmarked and returns0
)ref:
DropAssets
. polkadot-sdk#954so we need to benchmark everything inside
for asset in multi_assets { ... }
and add that to whateverpallet-xcm
'sdrop_assets
returns.trappist/primitives/xcm/src/lib.rs
Lines 114 to 119 in 098634e
The text was updated successfully, but these errors were encountered: