tangle-network / relayer

🕸️ The Webb Relayer Network
https://webb-tools.github.io/relayer/
Apache License 2.0
22 stars 13 forks source link

[BUG] Got `InvalidExtData` Error When Submitting The Transaction On Substrate #549

Closed AtelyPham closed 1 year ago

AtelyPham commented 1 year ago

I've set up the local relayer with the Tangle network to test the transaction on Substrate.

When I made a withdrawal, it worked without the relayer and I could see my balance was updated. But when I select the local relayer to make a withdrawal on my behalf. I got an InvalidExtData error.

2023-06-29T08:44:19.069244Z ERROR webb_relayer_handlers: Error("Error while watching Tx: Runtime error: Module(ModuleError { pallet: \"VAnchorBn254\", error: \"InvalidExtData\", description: [], error_data: ModuleErrorData { pallet_index: 39, error: [6, 0, 0, 0] } })")
    at crates/relayer-handlers/src/lib.rs:119

My setup

Screen Recording

https://github.com/webb-tools/relayer/assets/60747384/99e1dff7-fc39-4f0b-9248-e549cfd36b54

shekohex commented 1 year ago

Hey @AtelyPham you still facing this issue? could you share the payload that you are sending to the relayer?

AtelyPham commented 1 year ago

At present, we are not concentrating on the Substrate work related to the DApp until the EVM migrations on the Tangle are complete.

shekohex commented 1 year ago

Okay, I will close this as not planned.