bitsy-wallet/app
Nelson R. Perez 35561059ce This commit finishes with the second part of the equivalent values calculation. In this part of the procedure a query is performed
looking for entries in the 'transactions' table that are missing a corresponding entry in the 'equivalent_values' table.

Whenere a transaction is detected to not have an equivalent value for a given fiat, a network request is made to the Coingecko's API in order
to obtain the BTS market value at the day of that transaction. An equivalent value is thus calculated using the 'bts_value' of the transaction.
2019-02-04 21:00:57 -05:00
..
schemas/cy.agorise.bitsybitshareswallet.database.BitsyDatabase Introducing an optional field called bts_value in the Transfer entity 2019-01-31 22:24:21 -05:00
src This commit finishes with the second part of the equivalent values calculation. In this part of the procedure a query is performed 2019-02-04 21:00:57 -05:00
.gitignore Initial commit 2018-10-29 15:49:42 -06:00
build.gradle Introducing the TransfersDao#getTransfersWithMissingValueIn(symbol: String) method, used to obtain only the transfers that lack a specific equivalent value entry, and related tests 2019-01-31 22:26:41 -05:00
proguard-rules.pro Fix crash when trying to insert an account that already exists in the database. 2018-12-14 16:02:00 -06:00