BuidlGuidl / grants.buidlguidl.com

https://grants-bg.vercel.app
MIT License
3 stars 3 forks source link

Check if 50% send tx was mined before promting txHash in the "Complete" modal #131

Closed Pabl0cks closed 3 months ago

Pabl0cks commented 4 months ago

Currently we are showing the txHash before it was actually mined.

If any problem occurs during the transaction, the txHash field from "Complete" modal gets filled anyways.

Pabl0cks commented 4 months ago

Been trying to reproduce it, creating a sepolia safe account (0x604a9Df917C4DD88AbEEB5f9E579BB6f63B8290C).

Only way to reproduce it was signing the transactions with safe account, but selecting the option "Execute later" which adds them to queue, instead of "Execute now". It showed me the txHash in the frontend, but it wasn't really executed.

Pabl0cks commented 3 months ago

Closing this for now, haven't happened again in the real environment, so probably missclicked "Execute later" in Safe UI