ZcashLightClientKit/Sources/ZcashLightClientKit/Extensions
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
..
Data+Zcash.swift Remove dependecy on rust sources 2022-02-28 17:03:20 +00:00
Data+internal.swift Remove dependecy on rust sources 2022-02-28 17:03:20 +00:00
HexEncode.swift Remove dependecy on rust sources 2022-02-28 17:03:20 +00:00
NumberFormatter+Zcash.swift [#381] Move Zatoshi and Amount Types to the SDK (#396) 2022-06-22 16:45:37 -03:00
Zatoshi+SQLite.swift [#381] Move Zatoshi and Amount Types to the SDK (#396) 2022-06-22 16:45:37 -03:00
ZcashRust+Utils.swift Remove dependecy on rust sources 2022-02-28 17:03:20 +00:00
ZcashSDK+extensions.swift Remove dependecy on rust sources 2022-02-28 17:03:20 +00:00