Skip to content
Snippets Groups Projects
  1. Sep 04, 2020
  2. Sep 03, 2020
    • Andrzej Lisak's avatar
      [ABW]: unified some error messages · ef38aa36
      Andrzej Lisak authored
      added new test groups to CI with at least single test to make it easier to move tests accourding to new scheme (only follow/tags have no negative tests so no such groups were added)
      ef38aa36
  3. Sep 02, 2020
  4. Aug 31, 2020
  5. Aug 26, 2020
  6. Aug 25, 2020
  7. Aug 24, 2020
    • Marcin's avatar
      recursive query to update comments parents · 4a133e81
      Marcin authored
      4a133e81
    • Andrzej Lisak's avatar
      [ABW]: rebinding of tests · 7e5d1d57
      Andrzej Lisak authored
      7e5d1d57
    • Andrzej Lisak's avatar
      [ABW]: curator_payout_value/total_payout_value now have '0.000 HBD' default to... · 02efb555
      Andrzej Lisak authored
      [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'
      02efb555
  8. Aug 20, 2020
  9. Aug 19, 2020
    • Andrzej Lisak's avatar
      [ABW]: various fixes in database_api responses: · 0358f22d
      Andrzej Lisak authored
      added total_vote_weight column and code filling it with data from updated hived (removed last subquery execution from database_api responses)
      added dynamic calculation of abs_shares in hive_posts_view over use of unfilled column of hive_posts (might be changed if we start filling the column)
      incoming reward values are no longer cast to INT8, but BIGINT instead
      last_payout is no longer passed as not set when post was not yet fully paid
      abs_rshares is properly 0 after final payout, vote_rshares are properly sum of all positive rshares
      0358f22d
  10. Aug 18, 2020
    • Andrzej Lisak's avatar
      [ABW]: Replaced unused total_votes, up_votes, net_votes in hive_posts with... · eb4b61d7
      Andrzej Lisak authored
      [ABW]: Replaced unused total_votes, up_votes, net_votes in hive_posts with dynamic calculations in view (that change might be reverted in next iteration)
      Also removed separate queries to calculate above values - all is now part of hive_posts_view
      Reintroduced last_payout_at column updated at every payout (used in database_api)
      Added is_effective field to hive_votes (allowed filtering out votes cast after payout and simplification of hive_votes updates)
      [Fix] database_api response for posts after payout (payout related values are zeroed)
      [Note] total_vote_weight value cannot be properly recreated with data HiveMind currently has - hived change required
      eb4b61d7
    • Krzysztof Mochocki's avatar
      small fixes · 7ddd84cc
      Krzysztof Mochocki authored
      7ddd84cc
    • Krzysztof Mochocki's avatar
      64c77f4a
  11. Aug 17, 2020
  12. Aug 14, 2020
    • Andrzej Lisak's avatar
      [ABW]: [Fix] fixed payouts in bridge_api (still there are differences but they... · a498fa11
      Andrzej Lisak authored
      [ABW]: [Fix] fixed payouts in bridge_api (still there are differences but they are in DB data, not in how the data is presented)
      [Fix] fixed discussion tree building and ordering in bridge_api
      [Fix] children needs to be INT in database_api_post
      [Fix] fixed condition in database_api::list_comments_by_permlink
      [WIP] marked deviations from original fat node behaviour in various database_api::list_comments_by_... functions and in list_votes
      [Fix] response from database_api calls is properly a dictionary with array instead of raw array
      [Fix] fixed database_api::find_comments arguments and how the query is built (single query with JOIN instead of list of separate same queries with UNION ALL)
      a498fa11
    • Marcin's avatar
      issue37: omit tags from non-root comments · c6bc799b
      Marcin authored
      c6bc799b
  13. Aug 13, 2020
  14. Aug 12, 2020
  15. Aug 11, 2020
  16. Aug 07, 2020
    • Andrzej Lisak's avatar
      Rebinding of tests_api · 1fc83924
      Andrzej Lisak authored
      1fc83924
    • Andrzej Lisak's avatar
      [ABW]: [Fix] payout related vops are handled with current block timestamp... · 8a03e163
      Andrzej Lisak authored
      [ABW]: [Fix] payout related vops are handled with current block timestamp instead of head block time (also commented why it most likely worked like that in 0.23)
      [Fix] typo in fork rewind code
      [Fix] replaced 1990-01-01 with 1970-01-01 (minimum timestamp) as default in various places where it indicates 'not set' state
      [Ign] removed unused last_payout column from hive_posts (the related data was taken from payout_at)
      8a03e163
  17. Aug 06, 2020
  18. Aug 05, 2020
Loading