- Aug 06, 2020
-
-
Dariusz Kędzierski authored
- Setup will create version file with current version info
-
- Aug 05, 2020
-
-
Dariusz Kędzierski authored
-
Dariusz Kędzierski authored
- added get_info api call - command line args listed in proper way at startup
-
- Aug 04, 2020
-
-
Bartek Wrona authored
Further ci improvements See merge request !63
-
Bartek Wrona authored
-
- Aug 03, 2020
-
-
Bartek Wrona authored
- CI full process (sync and testing) shall be automatically started also for commits targeting develop and default branch - ci_sync.sh shall also try to terminate running server before another sync.
-
Bartek Wrona authored
Improvements See merge request !58
-
Bartek Wrona authored
Ci tavern prerequisites See merge request !57
-
Bartek Wrona authored
- Improvements on error checking in CI scripts (pipe failure shall be detected) - Improvements on killing previous processes running for given branch.
-
Bartek Wrona authored
Some fixes related to get_state as well as vote handling See merge request !60
-
- Aug 02, 2020
-
-
Bartek Wrona authored
Mt votes fixes See merge request !59
-
- Jul 31, 2020
-
-
Andrzej Lisak authored
[ABW]: [Fix] exit_after_sync switch only handled after chain state was updated (part of get_state fix) [Fix] get_feed_history now called directly from database_api (part of get_state fix) [Note] unfortunately data that get_state uses requires node with condenser_api and market_history [Fix] corrected conflict handling during hive_votes update (copied from MT branch) id renamed voter_id in hive_votes_accounts_permlinks_view to prevent confusion with hive_vote.id couple more uses of hive_votes_accounts_permlinks_view (most likely in not yet unused code though) minor rebranding for get_state result
-
Mariusz Trela authored
-
Mariusz Trela authored
-
Mariusz Trela authored
-
Dariusz Kędzierski authored
- Removed double iterations trough transactions - Account and community register methods changed to support single arguments instead lists - Added missing block flush to process
-
- Jul 30, 2020
-
-
Bartek Wrona authored
Removed rshares column from hive_posts and corrected places that used it See merge request !56
-
Andrzej Lisak authored
hive_votes_accounts_permlinks_view used in one more place instead of hive_votes (most likely unused since query was totally broken)
-
Andrzej Lisak authored
[ABW]: [Fix] removed unused rshares field from hive_posts (it is calculated dynamically in hive_posts_view) [Fix] more uses for hive_posts_view (needed to make sure all uses of rshares go through view) [Fix] rshares in hive_posts_view now properly has value 0 when there is no votes [Fix] there is no such thing as is_invalid in hive_posts (fixed to is_valid) [Fix] removed some unused class and routines (two whole files and some more) [Ign] some formatting changes
-
Bartek Wrona authored
issue #25 get discussion by promoted returns wrong post See merge request !55
-
Marcin authored
-
Bartek Wrona authored
get_discussion SQL query fixes See merge request !53
-
- Jul 29, 2020
-
-
Bartek Wrona authored
Net rshares fix See merge request !54
-
Dariusz Kędzierski authored
- Added author_id to hive_posts_view, - Removed inner join on hive_accounts in get_discussions sql query
-
Andrzej Lisak authored
-
Andrzej Lisak authored
[Fix] condenser_api::get_content_replies uses short active_votes form
-
Bartek Wrona authored
Fixes related to `children` post counter See merge request !52
-
Bartek Wrona authored
Fixes for hivemind exceptions See merge request !51
-
Dariusz Kędzierski authored
- get_discussion SQL now uses view, - Added missing fields to get_discussion SQL, - added missing fields to hive_posts_view
-
Andrzej Lisak authored
[ABW]: [Fix] children update routine does not count deleted posts; is_deleted set correctly during post delete
-
Dariusz Kędzierski authored
-
Bartek Wrona authored
Fixed typo in table name See merge request !50
-
Dariusz Kędzierski authored
- Fixed some typos in sql calls, - Reverted decimal fix - error was caused by old library
-
Dariusz Kędzierski authored
- Fixed KeyError in get_state call: eclipse node returns hbd_ prefix - Fixed Decimal is not json serializable in get_active_votes
-
- Jul 28, 2020
-
-
Bartek Wrona authored
- Implemented comment body patching using diff_match_patch library to follow... See merge request !49
-
Bartek Wrona authored
-
Bartek Wrona authored
bridge_api and database_api main queries replaced with use of vw_hive_posts view See merge request !47
-
Andrzej Lisak authored
-
Dariusz Kędzierski authored
-
Dariusz Kędzierski authored
-