Move security exchanges into separate components#24
Open
soundasleep wants to merge 37 commits into
Open
Conversation
Issue #466
Issue #466
Issue #466, issue #297
Issue #466, issue #467
Move Justcoin exchange wallet accounts into openclerk/wallets Replace help files on adding Justcoin accounts Issue #466, issue #468
Issue #466, issue #316
Necessary for Poloniex accounts
Also openclerk/exchanges Issue #403, issue #466
This is a new implementation which should be much more reliable, since it's using an actual OAuth2 library this time. See openclerk/coinbase-oauth2 Issue #466
This is just a start. We still need to migrate old historical security ticker data, and migrate over all of the user interface and graphs, and everything else. Issue #469
This is so we can have individual external API statuses for each security exchanges' tickers. Updating external APIs as necessary. Issue #469
Individual security accounts now use a security's `name` rather than the `security_id`. This is both to make it more stable for export, and also to align the table with the work done in openclerk/securities. Issue #469
Instead of `securities_EXCHANGE_CURRENCY`; we can just load the currency for a given security from the security instance itself, because openclerk/currencies ensures that each exchange security is only valued in a single currency. Issue #469
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Resolves http://redmine.jevon.org/issues/469