mimblewimble / grin-explorer

Blockchain explorer for grin
GNU Affero General Public License v3.0
59 stars 53 forks source link

Search by commit #41

Closed quentinlesceller closed 5 years ago

quentinlesceller commented 5 years ago

WIP. Fixes #39.

quentinlesceller commented 5 years ago

Okay this Is ready to be merged. We check if the output is spent during the query. We could avoid to do this and update the spent field of an output but that would require a sync from scratch to be accurate. As such I have remove the spent column in the outputs table to avoid any confusion.

quentinlesceller commented 5 years ago

Merging this since nothing is removed and migration can easily be made (add two indexes in db).