OriginProtocol / origin-bridge

We've moved to a monorepo: https://github.com/OriginProtocol/origin/tree/master/infra/bridge
MIT License
15 stars 7 forks source link

Listing prices are stored in DB as an integer #75

Closed ambertch closed 6 years ago

ambertch commented 6 years ago

The price column of the Listing table is created as an int https://github.com/OriginProtocol/bridge-server/blob/master/database/migrations/versions/47df3d43171e_add_listing_table.py#L27

When listings get indexed, the prices get rounded:

screenshot 2018-05-24 16 12 44
micahalcorn commented 6 years ago

Done via #77 ✅