This removes integrity store from redux persist and instead utilizes sqlite to populate redux state
Details
Details
Tested on debug native and web
Web redux tools correctly shows populated redux state with thread hashes
Native iOS simulator does not result in any errors
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Branch
- sqlite/integrity_store
- Lint
No Lint Coverage - Unit
No Test Coverage
Event Timeline
Comment Actions
@kamil does anything need to be done to remove redux persist integrityStore data besides adding to the persistBlacklist? On initial startup, I get a hydrated keys not expected integrityStore which doesn't appear on subsequent app opens in debug iOS Simulator
Comment Actions
I think this is fine, this is just a log and each one should see it only once - Alternatively, we can add a migration to explicitly remove integrityStore but I don't think it is worth it.
lib/reducers/integrity-reducer.js | ||
---|---|---|
32 | this can be removed now |