qoire / bridge-operator-standard

Bridge Operator Standard for cross chain functionality between Aion & Ethereum blockchain
https://mavennet.com/bridge
MIT License
0 stars 0 forks source link

Propagation of event SuccessfulTransactionHash on repeated attempts #1

Open qoire opened 5 years ago

qoire commented 5 years ago

https://github.com/qoire/bridge-operator-standard/blob/98b1409e8898d8e9c5da34aea9b9c9523468d939/contracts/Aion_BridgeOperatorBase_flat.sol#L304-L308

Wouldn't this mean the event is never propagated. Since the REVERT opcode means no state changes occured. Is this intended?

vaishnavipanchal23 commented 5 years ago

This has been updated with a fix!