Closed rmadhwal closed 1 year ago
@InvictusRMC @rmadhwal Can we fix this PR please? The initial EVA message is currently not re-sent. Does this fix open "must haves" for EVA?
@synctext yes, I have asked @KoningR whether he was aware of this PR. As he also has a PR open with changes to EVA, I hope he can ensure his changes work with these.
@synctext yes, in my testing this seemed to work consistently with medium sized files (3 - 10 MB)
@rmadhwal : as you proposed this change back in April 2022: lets merge this PR first.
@KoningR please review and comment this PR. Is there a conflict with your recent PR work? Your proposed PR with "+- 97% faster serialization, 95% faster deserialization" is impressive :rocket: Please test master with .APK on real phone and make sure we don't break things too badly for the 63 enrolled Blockchain students.
@InvictusRMC there's a discrepancy between the version of Kotlin this patch was pushed on and its current version causing the tests to fail since TestCoroutineScope seems to have been deprecated after 1.6, I'll push a new patch with the fixed tests
@InvictusRMC there's a discrepancy between the version of Kotlin this patch was pushed on and its current version causing the tests to fail since TestCoroutineScope seems to have been deprecated after 1.6, I'll push a new patch with the fixed tests
Thank you; I appreciate it. Meanwhile, I pushed some suppression so that the build at least passes 😄
This PR addresses issues with the EVA protocol dicussed in https://github.com/Tribler/trustchain-superapp/issues/101
The implemented changes are:
The changes worked fine in my local testing using the EVA protocol with Freedom of Computing, please let me know if you require an APK to verify them
@synctext @drew2a