0xProject / 0x-mesh

A peer-to-peer network for sharing 0x orders
https://0x-org.gitbook.io/mesh/
Other
259 stars 112 forks source link

Augur Orders are now not being retrieved from the sra/v3/orders API function. #725

Open ftppro opened 4 years ago

ftppro commented 4 years ago

Augur Orders are now not being retrieved from the sra/v3/orders API function. This pertains to this Augur market: https://v2.augur.net/#!/market?id=0xBe1FA092D93d38AF3F661C0FE2EF2db94F77344f

  1. On 2/24/20, I entered an order ("Yes", Bid Qty: 10, Best Bid: .10). It can be retrieved from any the following sra/v3/ URL's: https://kovan.api.0x.org/sra/v3/orders?makerAddress=0x8e5d63a87104e0cb8947c8411cb65c9a2ed35fb5 https://kovan.api.0x.org/sra/v3/orders?makerAssetAddress=0x86309723166c177591960e5a9a5ecb7056564331&perPage=1000 https://kovan.api.0x.org/sra/v3/order/0x4eeaed30626f8224a60b33a3b14b25459e3ccd1f8cbb8850c60259e4880a61a1

  2. Today, I added the following two new orders to the same market: a. "Invalid ", Bid Qty: 20, Best Bid: .30 b. "No", Bid Qty: 40, Best Bid: .09

Both new orders are not retrieved from the following URL's https://kovan.api.0x.org/sra/v3/orders?makerAddress=0x8e5d63a87104e0cb8947c8411cb65c9a2ed35fb5 https://kovan.api.0x.org/sra/v3/orders?makerAssetAddress=0x86309723166c177591960e5a9a5ecb7056564331&perPage=1000

albrow commented 4 years ago

We're still working out some kinks with the Augur team, and things are changing pretty quickly. We can take another look at this once the integration is in a better place.