EthereumBlobExporter
should not consume dest/msg
when returning NotApplicable
#5788
Labels
C1-mentor
A task where a mentor is available. Please indicate in the issue who the mentor could be.
C2-good-first-issue
A task for a first time contributor to become familiar with the Polkadot-SDK.
T15-bridges
This PR/Issue is related to bridges.
For example, here, a
.take
clearsdest
:According to this, when returning
NotApplicable
, the exporter should not modify the input values, as this would prevent appending more exporters after this router in the tuple forxcm_executor::Config::MessageExporter
.I fixed something similar for other exporters here: #1519.
Note: This is not a crucial issue unless we are aware of it. However, if we don't fix it, we won't be able to append more exporters after
EthereumBlobExporter
.TODO
NotApplicable
in theEthereumBlobExporter
The text was updated successfully, but these errors were encountered: