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

Purchase Timestamp Data Types #102

Closed micahalcorn closed 5 years ago

micahalcorn commented 6 years ago

Purchase timestamps are currently being returned by the API as ISO strings. They should be returned as seconds since the epoch because they are integers on the blockchain and Origin.js expects to return datetimes. It would probably also be preferable for the field names to match, such as created instead of created_at.

screen shot 2018-07-05 at 12 51 20 pm

tomlinton commented 5 years ago

Closed as bridge no longer does indexing.