gruelbox / orko

Trade on and script multiple crypto exchanges from a single user interface on desktop and mobile. In development.
GNU Affero General Public License v3.0
179 stars 63 forks source link

[bitmex] Clean up Bitmex support and support trading/account access #92

Open badgerwithagun opened 5 years ago

badgerwithagun commented 5 years ago

Remaining primary issues:

Secondary issues:

badgerwithagun commented 5 years ago

Getting an error when fetching metadata:

2019-01-11T08:40:35.463261+00:00 app[web.1]: ERROR [2019-01-11 08:40:35,462] io.dropwizard.jersey.errors.LoggingExceptionMapper: Error handling a request: badc5f5cc942e138
2019-01-11T08:40:35.463281+00:00 app[web.1]: ! java.lang.NullPointerException: null
2019-01-11T08:40:35.463284+00:00 app[web.1]: ! at com.gruelbox.orko.exchange.ExchangeResource$PairMetaData.<init>(ExchangeResource.java:185)
2019-01-11T08:40:35.463285+00:00 app[web.1]: ! at com.gruelbox.orko.exchange.ExchangeResource.metadata(ExchangeResource.java:175)
badgerwithagun commented 5 years ago

That's fixed. Next up is probably to resolve all this ugliness: https://github.com/knowm/XChange/issues/2886