Geo-Web-Project / cadastre

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

Use Multisend to batch transactions for Safes #402

Closed gravenp closed 1 year ago

gravenp commented 1 year ago

Description Safe smart accounts can accept & sign batched transactions. With the implementation of #400 & #401 in the March Safe hackathon, we will assume that all Cadastre users have this setup. All land market transaction windows should batch the required transactions for a single action button UX.

Requirements

Bundle Transaction Window

gravenp commented 1 year ago

Note: For the Safe hackathon, we won't be setting the content fields because it will require a new approach for the management of Ceramic streams. We can leave the Name & Link fields on the UI, but don't bother trying to submit that info with the Claim batch.

gravenp commented 1 year ago

Closed with #413 merged into the Safe branch. Will open a ticket for merging any changes to develop & production when appropriate.