Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

xcm-emulator does not seem to account for extrinsic length #2776

Open
gilescope opened this issue Jun 24, 2023 · 0 comments
Open

xcm-emulator does not seem to account for extrinsic length #2776

gilescope opened this issue Jun 24, 2023 · 0 comments
Labels
I5-tests Tests need fixing, improving or augmenting.

Comments

@gilescope
Copy link
Contributor

If I execute a remark through the xcm emulator from an origin with no funds, it succeeds:

<AssetHubWestend as AssetHubWestendPallet>::System::remark(
	<AssetHubWestend as Parachain>::RuntimeOrigin::signed(AssetHubWestend::account_id_of("random")),
	vec![12u8;1_000_000_000]
)

Should we be going through the TransactionPallet logic and adding on extrinsic length fees?

@gilescope gilescope added the I5-tests Tests need fixing, improving or augmenting. label Jun 24, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
I5-tests Tests need fixing, improving or augmenting.
Projects
None yet
Development

No branches or pull requests

1 participant