Oleg
Oleg
Add support for pagination of the user transactions. User should have infinite scroll.
Currently we have a mess in the unit tests. Firstly we should define nice way for Realm instances testing. Some basic links: http://hoangtran.me/ios/testing/2016/10/15/how-to-unit-test-your-realm-database-layer/ https://academy.realm.io/posts/tutorial-testing-realm-apps/ https://blog.moritzhaarmann.de/daily/2016/02/15/realm-testing.html
We should add encryption. Realm supports encrypting the database file on disk with AES-256+SHA2 by supplying a 64-byte encryption key when creating a Realm.
After code review I have question. What if I need to create Batch request that contains more than 6 commas? How should I solve this ?