Closed bkontur closed 1 year ago
bot bench $ pallet dev pallet-assets
@ggwpez https://gitlab.parity.io/parity/mirrors/substrate/-/jobs/2994835 was started for your command "$PIPELINE_SCRIPTS_DIR/commands/bench/bench.sh" pallet dev pallet-assets
. Check out https://gitlab.parity.io/parity/mirrors/substrate/-/pipelines?page=1&scope=all&username=group_605_bot to know what else is being executed currently.
Comment bot cancel 3-a82b9dd8-5718-4f71-afce-c523aae52400
to cancel this command or bot cancel
to cancel all commands in this pull request.
@ggwpez Command "$PIPELINE_SCRIPTS_DIR/commands/bench/bench.sh" pallet dev pallet-assets
has finished. Result: https://gitlab.parity.io/parity/mirrors/substrate/-/jobs/2994835 has finished. If any artifacts were generated, you can download them from https://gitlab.parity.io/parity/mirrors/substrate/-/jobs/2994835/artifacts/download.
bot merge
Benchmark for
create
should use origin returned byT::CreateOrigin::try_successful_origin
instead ofSystemOrigin::Signed(caller)
.E.g.
ForeignCreators
does not work with that, because it expectsPalletXcm::Origin
which is correctly returned fromT::CreateOrigin
but then caller is wrapped withSystemOrigin::signed(caller)
which does not passEnsureXcm
validation hereFixes: https://github.com/paritytech/cumulus/issues/2727