jurteam / platform

Jur Beta Platform
https://beta.jur.io
0 stars 0 forks source link

FIX php fetch commands do not update the db correctly #302

Closed tyagishuchi1 closed 4 years ago

tyagishuchi1 commented 4 years ago

The PHP artisan command to fetch data from the producer/blockchain does not update the db.

Expected Behavior

Executing PHP artisan fetch command should fetch the required data and update/populate the data in the JBP db.

Current Behavior

It fetches the data but does not store it in the JBP db List of all fetched entries => https://www.loom.com/share/bd7dd6244e714f32adae023695367b4c

Steps to Reproduce

Environment: Temp

  1. Log into jur docker bash
  2. Execute php artisan polling:fetch asset=oathKeeper
  3. In the prompt choose producer
  4. In the second prompt choose yes
  5. Check the db entries
tyagishuchi1 commented 4 years ago

Closing because it was misunderstood.