sbds icon indicating copy to clipboard operation
sbds copied to clipboard

Steem Blockchain Data Service

Results 19 sbds issues
Sort by recently updated
recently updated
newest added

In the lastest docker container, there is an error `SBDS_CMD: command not found`. ![image](https://user-images.githubusercontent.com/801928/37748918-829ef9b2-2dc0-11e8-94dc-6b41fb9789dc.png) ![image](https://user-images.githubusercontent.com/801928/37748906-7695d500-2dc0-11e8-9f20-2bd4e3899aaa.png)

## Tasks - [ ] create postgres db in staging and production - [ ] update add postgres port and remove mysql port from security groups in staging and production...

3
project/SBDS

``` 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,...

meta

## 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>`)...

feature
8
in-progress

sbds should provide a call that returns a user's vote history.

feature
3
in-progress