Add unit test for data signing on blockchain

Add unit test for data signing on blockchain:

  1. Save to # id;data;signature;compression table
  2. Get the signature with personal_sign() method from Net::Ethereum module;
  3. Save data (loop for 100 records in table);
  4. Fetch data and check the account by data and signature with personal_ecRecover() method.