Coder Social home page Coder Social logo

cryptonite's Introduction

cryptonite

cryptonite's People

Contributors

matteoturri avatar giogonzo avatar danielegallingani avatar

Watchers

James Cloos avatar  avatar  avatar

cryptonite's Issues

GET /wallet/read api

Project card

requirements

Implement the GET /wallet/read api

specs

GET /wallet/read [ { value: float, currency: Currency } // amount is defaulted to 0 api-side ]
The API should return a list of amounts of cyptocurrencies.
Each amount is composed by a float value and a currency.
Only cryptocurrencies should be returned, e.g. there should not be any { value: 0.0, currency: EUR } returned by the API

Bootstrap apiseed

Project card

requirements

Importare il progetto apiseed

specs

{optional: describe technical specs to implement this feature, if not obvious}

misc

{optional: other useful info}

Make Circe parse with camelCase case classes

Project card

description

Currently we have case classes that have field names that exactly match those returned in json by api calls, so they do not follow the camelCase convention.
Investigate how to instruct Circe to parse json correctly while having case classes with nice field names.

UI fixes on products table

Project card

description

The client demanded some fixes on UI on products table.

how to reproduce

Show the current implementation of the products table.

specs

Currencies shouldn't be displayed with their extended name, but with a three letters code.
In bid and ask columns, the currency shouldn't be displayed.

Kraken tickers data misalignment

Project card

description

In the list of asset pairs returned by Kraken, some are ending in ".d", as shown here:
image
The API call to get the tickers does not return any data for these special products,
and because of that we end up with a misalignment in the list of tickers returned by KrakenGateway, because it is the result of the zip of two lists

how to reproduce

Call /products/read api and select Kraken in the exchanges filter list

specs

Filter ".d" products out of the products list

testone

Project card

requirements

{describe the new feature}

specs

{optional: describe technical specs to implement this feature, if not obvious}

misc

{optional: other useful info}

GET /products/read api

Project card

requirements

Implement the GET /products/read api

specs

GET /products/read // TODO: add sorting & filtering [ { exchange: Exchange, product: Product, bid: float, ask: float, value: float } ]

Find a better solution for rate limiting calls to GDAX API

Project card

description

Currently about ten calls to GDAX API are needed to extract data for Cryptonite, and thus we have to rate limit the calls. This is done by using the following execution context
'implicit val ec: ExecutionContext = ExecutionContext.fromExecutorService(Executors.newSingleThreadExecutor())'
and using 'Thread.sleep(500)' in the ticker call.
This is clearly not an optimal solution, so a better one should be found

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.