-
- Downloads
[ABW]: curator_payout_value/total_payout_value now have '0.000 HBD' default to...
[ABW]: curator_payout_value/total_payout_value now have '0.000 HBD' default to always have asset in value (ultimately they should be changed to numeric columns) removed columns that we don't intend to update as they would hold irrelevant data: children_abs_rshares, reward_weight; also removed from queries hive_posts_view no longer has parent_permlink - replaced with parent_permlink_or_category as that's what was in original comment data and what is expected fixed order by time in list_comments_by_last_update, list_comments_by_author_last_update (newer first) fixed payout update date - each operation that is part of payout has its own date as (at least some) can be from different blocks fixed author_rewards - it is a sum of partial rewards for the comment when payout operations are processed they no longer incorrectly overwrite each other's data 1969 year in date recognized as timestamp::max and replaced by infinity (and the other way when producing results) - fixes corner case of time ordering in by_cashout_time commented out checks in run_tests.sh as they fail when address contains '-' like in 'hive-3.pl.syncad.com'
parent
99a6e3b3
No related branches found
No related tags found
Showing
- hive/db/schema.py 29 additions, 33 deletionshive/db/schema.py
- hive/indexer/blocks.py 9 additions, 8 deletionshive/indexer/blocks.py
- hive/indexer/posts.py 50 additions, 51 deletionshive/indexer/posts.py
- hive/server/bridge_api/methods.py 1 addition, 1 deletionhive/server/bridge_api/methods.py
- hive/server/bridge_api/objects.py 2 additions, 2 deletionshive/server/bridge_api/objects.py
- hive/server/bridge_api/thread.py 1 addition, 1 deletionhive/server/bridge_api/thread.py
- hive/server/common/helpers.py 2 additions, 1 deletionhive/server/common/helpers.py
- hive/server/condenser_api/cursor.py 1 addition, 1 deletionhive/server/condenser_api/cursor.py
- hive/server/condenser_api/methods.py 2 additions, 2 deletionshive/server/condenser_api/methods.py
- hive/server/condenser_api/objects.py 3 additions, 7 deletionshive/server/condenser_api/objects.py
- hive/server/database_api/methods.py 6 additions, 4 deletionshive/server/database_api/methods.py
- hive/server/database_api/objects.py 10 additions, 15 deletionshive/server/database_api/objects.py
- hive/utils/post.py 3 additions, 1 deletionhive/utils/post.py
- hive/version.py 1 addition, 1 deletionhive/version.py
- scripts/run_tests.sh 2 additions, 2 deletionsscripts/run_tests.sh
- tests/tests_api 1 addition, 1 deletiontests/tests_api
Loading
Please register or sign in to comment