zcash-android-wallet-sdk/docs
Carter Jernigan 4c2807aefd
[#705] Roomoval
The Android and Rust code have previously managed joint custody of the derived data database.  With more complex migrations now required, we need to make the Android side read-only.  To achieve that, the Android side will remove Room and instead rely on more primitive SQLite APIs for read-only access.

As part of implementing this change, database management throughout the SDK is being refactored.

There will be multiple representations of the data:
 - Database representation (and some Entity representations in the places that Room hasn’t been removed yet).  These representations are not as type safe and don’t match Kotlin best practices in all cases.
 - Once #615 is implemented there will also be network representations
 - Type safe models, which often appear in the public API  The Database and Network representations will be converted to and from the type safe model representation.
2022-10-19 16:52:54 -04:00
..
-sdk-synchronizer Refresh github doc files. 2020-06-10 03:27:52 -04:00
-synchronizer Refresh github doc files. 2020-06-10 03:27:52 -04:00
-twig Refresh github doc files. 2020-06-10 03:27:52 -04:00
assets Improve readme documentation (#667) 2022-08-12 06:57:27 -04:00
tests [#666] Download sapling files atomically (#707) 2022-09-06 06:44:33 -04:00
Architecture.md [#705] Roomoval 2022-10-19 16:52:54 -04:00
CI.md [#548] Configure testing with emulator.wtf 2022-06-21 07:57:04 -04:00
CODE_REVIEW_GUIDELINES.md [#373] Add PR and issue templates 2022-02-03 11:07:43 -05:00
Consumers.md Improve readme documentation (#667) 2022-08-12 06:57:27 -04:00
PUBLISHING.md [#252] Replace third party publishing Gradle plugin 2022-08-16 08:53:23 -04:00
Setup.md added python installation instruction to Setup.md (#715) 2022-10-07 10:18:35 +02:00