EOSTracker-API icon indicating copy to clipboard operation
EOSTracker-API copied to clipboard

EOS Tracker API is a PHP Backend based on Symfony3 that connects to a SQL database.

Results 9 EOSTracker-API issues
Sort by recently updated
recently updated
newest added

@kesar I'd very like to ask if you plan to add again support for MongoDB as the mongo_db_plugin has been re-enabled in EOSIO software. Many thanks and cheers

the local timezone is CST, but the timestamp through EOSTracker-API is CST+8.. which is not correct. please help. thx

![image](https://user-images.githubusercontent.com/7980920/44093934-62e54b3a-a007-11e8-9baa-1a49170c8f69.png) @kesar You can view the information from the URL of this test. http://47.75.202.46:8000/actions?page=1 mysql> SELECT count(a.id) as cant FROM actions a JOIN transactions t ON a.transaction_id = t.id WHERE...

I run the program, but not data in mysql , what should do , and how to change ip to connect eos

We currently store timestamps in local timezone instead of UTC. I understand it would be difficult to update all of them in UTC considering the amount of data we have....

localhost:8000 is not accessible according to the successful installation of the document. ![f6506e2d794e7608d6af21162137721](https://user-images.githubusercontent.com/30463120/43829152-e0583180-9b30-11e8-8dc6-9d4ebab5b92b.png)

according to latest commit of sql_db_plugin(https://github.com/EOSIO/eos/blob/6a2014aaac65bbd8d40459c44976d6e7c77eaa21/plugins/sql_db_plugin/db/actions_table.cpp#L32) there is no 'parent_Id' column in 'action' table but 'parent' but since EOSTracker-API commit from "Jul 15, 2018 / commit id : 6a12125e4d256f5647396b3304a77f3bd3962ebe" api...

In the `./src/AppBundle/Services/ActionService.php` file, there is **getToAccount** function ``` php public function getToAccount(Account $account, int $page = 1, int $limit = 30) { return $this->getEntityManager()->createQuery(setMaxResults($limit) ->getResult(); } ``` The `./src/AppBundle/Controller/AccountController.php`...

Allow to upload contract code + verify that code its the one stored in the blockchain.