Commit Graph

7 Commits

Author SHA1 Message Date
Carter Jernigan 443d51fd02 Remove package from Android Manifest 2023-01-30 14:47:21 -05:00
Carter Jernigan 83f9e9a47a Sort packaging filters 2023-01-30 14:18:51 -05:00
Honza 2e8d335ef3 AGP 7.4.0 changes
-  packagingOptions -> androidComponents in sdk-lib and lightwallet-client-lib modules
2023-01-30 09:59:43 +01:00
Honza 72f3790e22 Add simple fixture test 2023-01-23 11:53:39 +01:00
Honza 0e7e87f1cf Add basic sanity test
- To satisfy tests requirements on emulators.wtf service
2023-01-11 12:09:09 +01:00
Honza e7e0424d1f Fix benchmarking for networking module
- Moved to fixture and build type check components to the new networking module, so it's accessible from all needed parts of the projects
- Changed fixture return type to fit to all needed usages
2023-01-10 15:25:01 +01:00
Carter Jernigan b58ffec5ba [#615] Refactor lightwalletd client
This moves the lightwalletd client code to a separate Gradle module, but does not yet do much clean up the public API (e.g. hiding generated GRPC objects).  That will be a followon change via #673

I’ve prototyped a safer version of the API that would be implemented for #673 for two specific calls: obtaining the current block height and obtaining the light wallet info.  These were the easiest endpoints to update and they provide a useful exploration for the future changes needed.
2022-09-14 15:33:36 -04:00