OriginProtocol / origin-js

We've moved to a monorepo: https://github.com/OriginProtocol/origin
MIT License
81 stars 33 forks source link

Discovery server: price range query failure #595

Closed franckc closed 5 years ago

franckc commented 5 years ago

On the DApp on Mainnet, if I query for "Mountain" with a price range of [$222 - $231], the Discovery server returns an error. This is its response: https://gist.github.com/franckc/91a09a03040f61cbb51a728aaad4481d

So it looks like the query created for this price range may be invalid ?

Note that given price range the query should return zero listings (the only listing that matches "Mountain" has a price of 1ETH = $219). It's probably part of the problem because if I use a price range that includes the listing there is no error....

Pull Request solving problem: https://github.com/OriginProtocol/origin-dapp/pull/713

sparrowDom commented 5 years ago

Fixed via: https://github.com/OriginProtocol/origin-dapp/pull/713