Closed
Description
Right now the relayer claims to have succesfully initialized the bridge pallet when it
fires off a transaction to a node. However, if the node rejects the transactions (if for
example the init request was submitted with the wrong owner
) the relayer has no way of
knowing that its initialization request failed.
We should do two things:
- Tweak the wording of the initialization log message to indicate that the bridge might
not actually be initialized yet (just that the tx was submitted) - Wait for a couple of seconds and follow up with the node to see if the transaction was
succesful- We may need to have the runtime emit an
initialized
event which the relayer can
listen for
- We may need to have the runtime emit an