bitsy-wallet/app
Severiano Jaramillo 33f45a6775 Activate the memo functionality in SendTransactionFragment.
The memo encryption was not working properly for two reasons, there is a number called nonce used to encrypt the memo and it has to be positive. The app was sometimes using a negative nonce which caused encryption problems. The second problem was that the nonce was being serialized as an hexadecimal but the node was expecting a decimal so it was not able to convert back the nonce from string to decimal.
2019-01-15 11:08:15 -06:00
..
src Activate the memo functionality in SendTransactionFragment. 2019-01-15 11:08:15 -06:00
.gitignore Initial commit 2018-10-29 15:49:42 -06:00
build.gradle Change versionName to 0.8.0-beta. 2019-01-14 15:29:58 -06:00
proguard-rules.pro Fix crash when trying to insert an account that already exists in the database. 2018-12-14 16:02:00 -06:00