handshake-org / hsd

Handshake Daemon & Full Node
Other
1.92k stars 278 forks source link

Add account indexes for auction/bid/reveal #877

Closed nodech closed 4 months ago

nodech commented 10 months ago

Currently auctions, bids and reveals are not indexed by account. All of them will be listed w/o differentiating the account, even though they can't be normally spent w/o this information.

Add account indexes for:

nodech commented 4 months ago

https://github.com/handshake-org/hsd/issues/892 this issue includes this one and expand beyond for pagination as well.