Viewing a response to: @stmdev/blockchain-stream-and-blockchain-ops-are-missing-virtual-operations
Thanks for the contribution it has been approved ! ---------------------------------------------------------------------- Need help? Write a ticket on https://support.utopian.io/. Chat with us on [Discord](https://discord.gg/uTyJkNm). [[utopian-moderator]](https://utopian.io/moderators)
author | cha0s0000 |
---|---|
permlink | re-stmdev-blockchain-stream-and-blockchain-ops-are-missing-virtual-operations-20180508t034550310z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"links":["https://support.utopian.io/","https://discord.gg/uTyJkNm","https://utopian.io/moderators"],"app":"steemit/0.1"} |
created | 2018-05-08 03:45:51 |
last_update | 2018-05-08 04:37:48 |
depth | 1 |
children | 5 |
last_payout | 2018-05-15 03:45:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.147 HBD |
curator_payout_value | 0.049 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 288 |
author_reputation | 30,983,518,016,225 |
root_title | "blockchain.stream and blockchain.ops are missing virtual operations" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 54,493,751 |
net_rshares | 42,223,404,127 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
crokkon | 0 | 42,223,404,127 | 100% |
The docu says that ops() should return also virtual operations: ``` ops(start=None, stop=None, **kwargs) Yields all operations (including virtual operations) starting from start. Parameters: start (int) โ Starting block stop (int) โ Stop at this block mode (str) โ We here have the choice between โheadโ (the last block) and โirreversibleโ (the block that is confirmed by 2/3 of all block producers and is thus irreversible) only_virtual_ops (bool) โ Only yield virtual operations ``` but does not. So it is a valid bug report to me.
author | holger80 |
---|---|
permlink | re-cha0s0000-re-stmdev-blockchain-stream-and-blockchain-ops-are-missing-virtual-operations-20180508t042536027z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-05-08 04:25:42 |
last_update | 2018-05-08 04:25:42 |
depth | 2 |
children | 1 |
last_payout | 2018-05-15 04:25:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 535 |
author_reputation | 358,857,509,568,825 |
root_title | "blockchain.stream and blockchain.ops are missing virtual operations" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 54,498,614 |
net_rshares | 0 |
give me some mins to check it !
author | cha0s0000 |
---|---|
permlink | re-holger80-re-cha0s0000-re-stmdev-blockchain-stream-and-blockchain-ops-are-missing-virtual-operations-20180508t043259384z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-05-08 04:33:00 |
last_update | 2018-05-08 04:33:00 |
depth | 3 |
children | 0 |
last_payout | 2018-05-15 04:33:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 31 |
author_reputation | 30,983,518,016,225 |
root_title | "blockchain.stream and blockchain.ops are missing virtual operations" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 54,499,393 |
net_rshares | 0 |
hi @cha0s0000, `author_reward` is a [block chain operation type](https://github.com/holgern/beem/blob/6a89402b178d418d6e8aec049f65ef374fde0d54/beembase/operationids.py#L50) that should come out of `blockchain.stream()`. `only_virtual_ops` is an option to `blockchain.stream()`, see [here](https://github.com/holgern/beem/blob/6a89402b178d418d6e8aec049f65ef374fde0d54/beem/blockchain.py#L405). I've been in contact with the PO who confirmed this is a bug.
author | stmdev |
---|---|
permlink | re-cha0s0000-re-stmdev-blockchain-stream-and-blockchain-ops-are-missing-virtual-operations-20180508t042557697z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"users":["cha0s0000"],"links":["https://github.com/holgern/beem/blob/6a89402b178d418d6e8aec049f65ef374fde0d54/beembase/operationids.py#L50","https://github.com/holgern/beem/blob/6a89402b178d418d6e8aec049f65ef374fde0d54/beem/blockchain.py#L405"],"app":"steemit/0.1"} |
created | 2018-05-08 04:25:57 |
last_update | 2018-05-08 04:25:57 |
depth | 2 |
children | 2 |
last_payout | 2018-05-15 04:25:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 31.200 HBD |
curator_payout_value | 10.394 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 454 |
author_reputation | 10,427,398,400,460 |
root_title | "blockchain.stream and blockchain.ops are missing virtual operations" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 54,498,643 |
net_rshares | 8,869,845,490,889 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
alexzicky | 0 | 3,194,695,063 | 6% | ||
utopian-io | 0 | 8,866,650,795,826 | 6% |
give me some mins to check it !Thank you !
author | cha0s0000 |
---|---|
permlink | re-stmdev-re-cha0s0000-re-stmdev-blockchain-stream-and-blockchain-ops-are-missing-virtual-operations-20180508t043328968z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-05-08 04:33:30 |
last_update | 2018-05-08 04:33:30 |
depth | 3 |
children | 0 |
last_payout | 2018-05-15 04:33:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 42 |
author_reputation | 30,983,518,016,225 |
root_title | "blockchain.stream and blockchain.ops are missing virtual operations" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 54,499,444 |
net_rshares | 0 |
Hello @stmdev. Due to a small delay in reviewing and upvoting this contribution, this comment has been upvoted instead.
author | utopian-io |
---|---|
permlink | re-stmdev-re-cha0s0000-re-stmdev-blockchain-stream-and-blockchain-ops-are-missing-virtual-operations-20180509t223750470z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"users":["stmdev"],"app":"steemit/0.1"} |
created | 2018-05-09 22:37:51 |
last_update | 2018-05-09 22:37:51 |
depth | 3 |
children | 0 |
last_payout | 2018-05-16 22:37:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.150 HBD |
curator_payout_value | 0.048 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 119 |
author_reputation | 152,955,367,999,756 |
root_title | "blockchain.stream and blockchain.ops are missing virtual operations" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 54,836,471 |
net_rshares | 41,378,936,045 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
crokkon | 0 | 41,378,936,045 | 100% |