John G G
John G G
Not all library operations require keys and/or a wallet, eg, streaming blocks from blockchain. ```python hive_1 | Traceback (most recent call last): hive_1 | File "/app/hive/server/serve.py", line 13, in hive_1...
`yapf` and `autopep8` will be useful here. Here is a `fmt` recipe I use: https://github.com/steemit/jussi/blob/cfbfc006f4c6063e5fac54d68f98c17e26bcf883/Makefile#L46
https://github.com/steemit/steem-python/blob/fc20c9d8b0e0f9aac94e6ed65045a76c24bfe728/Makefile#L30 change this to `test-without-lint` until we pass the pylint tests. We don't want to ignore failing tests.
- either version 1 or 2 - At very least, should build docker image, but really it should run all tests, preferably inside built docker container
The secrets example proposes a `test1234` as the value of `api-key` but in the example is uses `1234` as the value. ## Proposed change Change the value in the example...
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.
### 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,...