Commits on Source (7)
-
Marcin authored
-
Marcin authored
-
Bartek Wrona authored
Mi issue 37 wrong pending payout See merge request !81
-
Marcin authored
-
Bartek Wrona authored
Issue 37 wrong trending tags See merge request !82
-
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)
-
Bartek Wrona authored
Small fixes in bridge_api, basic fixes in database_api See merge request !85
Showing
- hive/db/schema.py 40 additions, 31 deletionshive/db/schema.py
- hive/indexer/posts.py 24 additions, 23 deletionshive/indexer/posts.py
- hive/server/bridge_api/methods.py 1 addition, 0 deletionshive/server/bridge_api/methods.py
- hive/server/bridge_api/objects.py 6 additions, 6 deletionshive/server/bridge_api/objects.py
- hive/server/bridge_api/thread.py 16 additions, 31 deletionshive/server/bridge_api/thread.py
- hive/server/condenser_api/methods.py 1 addition, 0 deletionshive/server/condenser_api/methods.py
- hive/server/condenser_api/objects.py 3 additions, 1 deletionhive/server/condenser_api/objects.py
- hive/server/database_api/methods.py 17 additions, 20 deletionshive/server/database_api/methods.py
- hive/server/database_api/objects.py 2 additions, 1 deletionhive/server/database_api/objects.py
- hive/version.py 1 addition, 1 deletionhive/version.py
- tests/tests_api 1 addition, 1 deletiontests/tests_api