sbds
sbds copied to clipboard
Steem Blockchain Data Service
In the lastest docker container, there is an error `SBDS_CMD: command not found`.  
## Tasks - [ ] create postgres db in staging and production - [ ] update add postgres port and remove mysql port from security groups in staging and production...
``` 03:24 $ docker-compose up Starting sbds_db_1 ... done Starting sbds_sbds_1 ... done Attaching to sbds_db_1, sbds_sbds_1 db_1 | 2018-05-04 08:24:11.400 UTC [1] LOG: listening on IPv4 address "0.0.0.0", port...
Virtual operations are difficult to identify uniquely currently. The canonical composite unique identifier is: `block_num, trx_num, virtual_op`, but `virtual_op` the `virtual_op` value currently returned from `get_ops_in_block` is not working.
There is also a different docker-compose.yml in the root of the repo.
### These are the issues required to begin serving requests, virtual ops or other, in production. - [x] [Not Storing Asset Symbols](https://github.com/steemit/sbds/issues/97) - [x] [Only storing first owner_key, active_key, posting_key,...
## Account History Implementation Requirements ### Data Storage - [x] index all operations - [x] link all account name references (all of these are done except fields of type`flat_set< account_name_type>`)...
sbds should provide a call that returns a user's vote history.