Thanks for the contribution it has been approved !
Need help? Write a ticket on https://support.utopian.io/.
Chat with us on Discord.
[utopian-moderator]
Thanks for the contribution it has been approved !
Need help? Write a ticket on https://support.utopian.io/.
Chat with us on Discord.
[utopian-moderator]
hi @cha0s0000,
author_reward
is a block chain operation type that should come out ofblockchain.stream()
.only_virtual_ops
is an option toblockchain.stream()
, see here.I've been in contact with the PO who confirmed this is a bug.
Hello @stmdev. Due to a small delay in reviewing and upvoting this contribution, this comment has been upvoted instead.
give me some mins to check it !Thank you !
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.
give me some mins to check it !