js
js copied to clipboard
`findBids` returns wrong results (always last bid) for partial orders
Hey,
Wanted to report that findBids
seems to be returning only one (and always the latest one) bid per fungible asset listed on a given auction house.
Expected result would be that findBids
returns all the bids instead.
Here's how to reproduce:
- Create fungible asset and list with auction house
- Create a bid for one token
- Execute that bid
- Call
findBids()
and see your last bid - Create one more bid for the same token
- Execute that bid
- Call
findBids()
and still see only one bid, but this time, the last one. It should return two