ZcashLightClientKit/Sources/ZcashLightClientKit/DAO
Francisco Gindre c7a27c0b86
[#401] DecodingError when refreshing pending transactions (#402)
Closes #401
This commit changes the way Codable in implemented for Zatoshi and PendingTransaction.

SQLite attempts to decode Custom Types as JSONStrings inside a TEXT column whereas Zatoshi only needs to be an INTEGER that can be treated as an Int64 value

`ConfirmedTransaction` entity is not affected because it is already deserialized
in a custom fashion whereas `PendingTransaction` was relying on `Codable` and
`CodingKey`.
2022-06-27 12:51:13 -03:00
..
BlockDao.swift Remove dependecy on rust sources 2022-02-28 17:03:20 +00:00
CompactBlockDAO.swift Remove dependecy on rust sources 2022-02-28 17:03:20 +00:00
NotesDao.swift Remove dependecy on rust sources 2022-02-28 17:03:20 +00:00
PagedTransactionDao.swift Remove dependecy on rust sources 2022-02-28 17:03:20 +00:00
PendingTransactionDao.swift [#401] DecodingError when refreshing pending transactions (#402) 2022-06-27 12:51:13 -03:00
TransactionBuilder.swift [#381] Move Zatoshi and Amount Types to the SDK (#396) 2022-06-22 16:45:37 -03:00
TransactionDao.swift [#381] Move Zatoshi and Amount Types to the SDK (#396) 2022-06-22 16:45:37 -03:00
UnspentTransactionOutputDao.swift [#381] Move Zatoshi and Amount Types to the SDK (#396) 2022-06-22 16:45:37 -03:00