Issue #47 - test database_api get_payout_stats fail
Merge request reports
Activity
0.23 version had
hive_posts.curator_payout_value
containingVESTS
, new one is raw number leading to/hive/utils/normalize.py", line 79, in parse_amount raw_amount, unit = value.split(' ') ValueError: not enough values to unpack (expected 2, got 1)
There would still be error if it was VESTS, because it is called from
sbd_amount
which expectsHBD
. Also it makes no sense that just that one column is a string (but that is unrelated to the changes).Example of test failing due to that problem:
condenser_api.get_blog
That problem most likely needs to be corrected prior to merge.
Edited by Andrzej LisakThere is an improvement with regard to votes with
rshares=0
- they started to actually show up in results - however theirtime
andpercent
are frequently wrong.Example of test failing due to that problem:
condenser_api.get_discussions_by_promoted
That problem needs to be investigated but should not stop the merge.
Edited by Andrzej Lisakadded 5 commits
-
7e70b719...c6c1bcaf - 4 commits from branch
develop
- b5b57336 - Merge branch 'mt-47-5' of https://gitlab.syncad.com/hive/hivemind into mt-47-5
-
7e70b719...c6c1bcaf - 4 commits from branch
added 1 commit
- eadb1a89 - Payments are set to default values when `is_paidout==true`
mentioned in merge request tests_api!16 (merged)
added 4 commits
-
a460dd7c...3142ca95 - 3 commits from branch
develop
- d36c3baa - Merge branch 'mt-47-5' of https://gitlab.syncad.com/hive/hivemind into mt-47-5
-
a460dd7c...3142ca95 - 3 commits from branch
added 1 commit
- af4723cd - The call `bridge.get_community` is excluded, because doesn't exist for 5 mln blocks
mentioned in commit fafb27a3
mentioned in merge request !65 (closed)