darwinia-network / darwinia-messages-sol

Darwinia cross-chain messages gateway and protocol for EVM developers 💌
MIT License
30 stars 8 forks source link

No enough information to know why dispatch call failed #156

Closed wuminzhe closed 2 years ago

wuminzhe commented 2 years ago

The call to s2s send_message is successful(evm tx) but the call is not executed to the ending (there is no MessageAccepted). There is no enough information for the sdk user to know what happened.

wuminzhe commented 2 years ago

https://github.com/darwinia-network/darwinia-common/issues/1194

wuminzhe commented 2 years ago

test.txt

boundless-forest commented 2 years ago
DispatchErrorWithPostInfo { post_info: PostDispatchInfo { actual_weight: None, pays_fee: Pays::Yes }, error: BadOrigin } 

@wuminzhe

wuminzhe commented 2 years ago
DispatchErrorWithPostInfo { post_info: PostDispatchInfo { actual_weight: None, pays_fee: Pays::Yes }, error: BadOrigin } 

@wuminzhe

thanks

AurevoirXavier commented 2 years ago

Dose this issue belong to darwinia-common?

boundless-forest commented 2 years ago

Just keep it this repo. There is another issue in darwinia-common https://github.com/darwinia-network/darwinia-common/issues/1194