Geo-Web-Project / cadastre

Map-based interface for claiming, buying, and managing Geo Web land parcels.
https://geoweb.land/
MIT License
25 stars 15 forks source link

fix(governance): do not update review step details before success view #500

Closed tnrdd closed 4 months ago

tnrdd commented 4 months ago

Description

After a successful transaction and while waiting for confirmations the data from the subgraph could update before the "Success" view resulting in the transaction details view not showing anymore the info from the transaction the user submitted. This fixes it by keeping a transaction details snapshot taken at submission time and showing the info from that during transactions execution.

Checklist:

Alert Reviewers

@codynhat @gravenp