https://rink.hockeyapp.net/apps/60e9788b4f3d455197689ba0061529e8/app_versions/21
This version of the app can:
- Post messages and store them in SQLite using SugarORM;
- Generate ECDSA spec256k1 keypair;
- Encode payload (command + message hash);
- Hash it with SHA-512;
- Assemble TransactionHeader (but without batcherPublicKey, WIP)
-
Add custom message creation (Settings -> Add custom message)
-
Add full algorithm to assemble transactions and batches
-
Add class for HTTP POST request, don't know does it work
-
Add test pin() functional
-
Rework save/load of keypair
-
Fix wrong message hash
-
Fix wrong getAddress()