peerplays_migrated/libraries/chain
Alfredo Garcia 8c188bd53f merge gpos to develop (#186)
* issue - 154: Don't allow to vote when vesting balance is 0

* changes to withdraw_vesting feature(for both cdd and GPOS)

* Comments update

* update to GPOS hardfork ref

* fix for get_vesting_balance API call

* braces update

* Create .gitlab-ci.yml

* fixing build errors (#150)

* fixing build errors

vest type correction

* fixing build errors

vest type correction

* fixes 

new Dockerfile

* vesting_balance_type correction

vesting_balance_type changed to normal

* gcc5 support to Dockerfile

gcc5 support to Dockerfile

* Changes to compiple with GCC 7(Ubuntu 18.04)

* changes to have separate methods and single withdrawl fee for multiple vest objects

* 163-fix, Return only non-zero vesting balances

* Revert "Revert "GPOS protocol""

This reverts commit 67616417b7.

* add new line needed to gpos hardfork file

* comment temporally cli_vote_for_2_witnesses until refactor or delete

* fix gpos tests

* fix gitlab-ci conflict
2019-10-17 22:09:44 +05:30
..
hardfork.d merge gpos to develop (#186) 2019-10-17 22:09:44 +05:30
include/graphene/chain merge gpos to develop (#186) 2019-10-17 22:09:44 +05:30
protocol Merge pull request #139 from peerplays-network/feature/GRPH-94 2019-09-24 13:51:46 -04:00
account_evaluator.cpp Merged beatrice into 5050 2019-07-30 11:43:31 -04:00
account_object.cpp Merge branch 'develop' into feature/GRPH-93 2019-09-17 15:26:33 +02:00
affiliate_payout.cpp Merged beatrice into 5050 2019-07-30 11:43:31 -04:00
assert_evaluator.cpp inital 2017-05-25 12:13:59 +03:00
asset_evaluator.cpp Removed redundant if from asset_evaluator and fixed db_notify 2019-08-09 13:18:09 -04:00
asset_object.cpp fix: is_benefactor_reward had the default value of true when not set 2019-08-19 11:47:04 -03:00
balance_evaluator.cpp inital 2017-05-25 12:13:59 +03:00
betting_market_evaluator.cpp fix casting in overloaded function 2019-08-08 07:46:55 -04:00
betting_market_group_object.cpp Adapt to variant API with max_depth argument 2019-08-28 15:42:21 +02:00
betting_market_object.cpp Adapt to variant API with max_depth argument 2019-08-28 15:42:21 +02:00
block_database.cpp Cut back block_log index file if inconsistent 2019-09-02 17:19:21 +03:00
buyback.cpp inital 2017-05-25 12:13:59 +03:00
CMakeLists.txt Merged beatrice into 5050 2019-07-30 11:43:31 -04:00
committee_member_evaluator.cpp Merged beatrice into 5050 2019-07-30 11:43:31 -04:00
confidential_evaluator.cpp Merged beatrice into 5050 2019-07-30 11:43:31 -04:00
database.cpp Merged beatrice into 5050 2019-07-30 11:43:31 -04:00
db_balance.cpp Merged Bitshares PR #1462 and compilation fixes 2019-09-10 18:56:27 +05:30
db_bet.cpp Merged beatrice into 5050 2019-07-30 11:43:31 -04:00
db_block.cpp Merge pull request #139 from peerplays-network/feature/GRPH-94 2019-09-24 13:51:46 -04:00
db_debug.cpp Adapt to variant API with max_depth argument 2019-08-28 15:42:21 +02:00
db_getter.cpp Merged beatrice into 5050 2019-07-30 11:43:31 -04:00
db_init.cpp Merge branch 'develop' into GRPH-50-network_broadcast_api-fix-v2 2019-09-21 17:17:19 +02:00
db_maint.cpp merge gpos to develop (#186) 2019-10-17 22:09:44 +05:30
db_management.cpp Merge branch 'develop' into GRPH-75 2019-09-17 15:53:18 -03:00
db_market.cpp Merged beatrice into 5050 2019-07-30 11:43:31 -04:00
db_notify.cpp Removed redundant if from asset_evaluator and fixed db_notify 2019-08-09 13:18:09 -04:00
db_update.cpp Add missing change 2019-09-03 12:46:47 +02:00
db_witness_schedule.cpp GRPH-76 - Short-cut long sequences of missed blocks 2019-09-02 15:03:00 +02:00
evaluator.cpp Merged beatrice into 5050 2019-07-30 11:43:31 -04:00
event_evaluator.cpp Merged beatrice into 5050 2019-07-30 11:43:31 -04:00
event_group_evaluator.cpp Merged beatrice into 5050 2019-07-30 11:43:31 -04:00
event_group_object.cpp Merged beatrice into 5050 2019-07-30 11:43:31 -04:00
event_object.cpp Adapt to variant API with max_depth argument 2019-08-28 15:42:21 +02:00
fba_object.cpp inital 2017-05-25 12:13:59 +03:00
fork_database.cpp inital 2017-05-25 12:13:59 +03:00
game_object.cpp Adapt to variant API with max_depth argument 2019-08-28 15:42:21 +02:00
genesis_state.cpp inital 2017-05-25 12:13:59 +03:00
get_config.cpp Merge pull request #714 from pmconrad/json_fix 2019-08-28 15:42:21 +02:00
index.cpp inital 2017-05-25 12:13:59 +03:00
is_authorized_asset.cpp inital 2017-05-25 12:13:59 +03:00
lottery_evaluator.cpp merge get_account_lotteries branch. fix create_witness test 2018-01-09 11:45:19 +03:00
market_evaluator.cpp Merged beatrice into 5050 2019-07-30 11:43:31 -04:00
match_object.cpp Adapt to variant API with max_depth argument 2019-08-28 15:42:21 +02:00
proposal_evaluator.cpp merge gpos to develop (#186) 2019-10-17 22:09:44 +05:30
proposal_object.cpp Merged changes from Bitshares PR 1036 2019-09-02 18:23:19 +05:30
pts_address.cpp Merge pull request #714 from pmconrad/json_fix 2019-08-28 15:42:21 +02:00
special_authority.cpp inital 2017-05-25 12:13:59 +03:00
sport_evaluator.cpp Merged beatrice into 5050 2019-07-30 11:43:31 -04:00
tournament_evaluator.cpp inital 2017-05-25 12:13:59 +03:00
tournament_object.cpp Adapt to variant API with max_depth argument 2019-08-28 15:42:21 +02:00
transaction_object.cpp inital 2017-05-25 12:13:59 +03:00
transfer_evaluator.cpp inital 2017-05-25 12:13:59 +03:00
vesting_balance_evaluator.cpp merge gpos to develop (#186) 2019-10-17 22:09:44 +05:30
vesting_balance_object.cpp merge gpos to develop (#186) 2019-10-17 22:09:44 +05:30
withdraw_permission_evaluator.cpp inital 2017-05-25 12:13:59 +03:00
witness_evaluator.cpp merge get_account_lotteries branch. fix create_witness test 2018-01-09 11:45:19 +03:00
worker_evaluator.cpp inital 2017-05-25 12:13:59 +03:00