peerplays_migrated/libraries/chain
2019-09-09 10:51:05 +05:30
..
hardfork.d Added a max transaction size check, next hardfork timing 2019-09-09 10:51:05 +05:30
include/graphene/chain Added a max transaction size check, next hardfork timing 2019-09-09 10:51:05 +05:30
protocol Added a max transaction size check, next hardfork timing 2019-09-09 10:51:05 +05:30
account_evaluator.cpp add last_vote_time to account statistics 2018-12-17 18:50:05 -03:00
account_object.cpp Make is_authorized_asset a free-floating method #566 2016-02-11 01:57:22 -05: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 [License] Modify cpp and hpp headers to MIT #496 2016-01-07 11:44:52 -05:00
betting_market_evaluator.cpp fix casting in overloaded function 2019-08-08 07:46:55 -04:00
betting_market_group_object.cpp Merged beatrice into 5050 2019-07-30 11:43:31 -04:00
betting_market_object.cpp Merged beatrice into 5050 2019-07-30 11:43:31 -04:00
block_database.cpp [License] Modify cpp and hpp headers to MIT #496 2016-01-07 11:44:52 -05: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 Add missing includes 2016-11-07 18:17:51 -06:00
database.cpp Merge commit '9466d2096a370e15aff70842b48feeca4a941e5c' into betting 2017-06-21 14:54:05 -04:00
db_balance.cpp removed sweeps_parameter_extensions 2019-08-02 09:47:32 -04:00
db_bet.cpp Fix rebase 2018-10-11 13:36:49 +02:00
db_block.cpp Added max tx size check in push_transaction 2019-09-09 10:51:05 +05:30
db_debug.cpp Implement debug_node target #606 2016-03-15 13:36:29 -04:00
db_getter.cpp Merged beatrice into 5050 2019-07-30 11:43:31 -04:00
db_init.cpp Added new lottery_asset_create_operation 2019-08-09 13:01:57 -04:00
db_maint.cpp Merged beatrice into 5050 2019-07-30 11:43:31 -04:00
db_management.cpp Merged beatrice into 5050 2019-07-30 11:43:31 -04:00
db_market.cpp Remove "applied epsilon logic" log message 2016-11-16 16:24:12 -06: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 Merged beatrice into 5050 2019-07-30 11:43:31 -04:00
fba_object.cpp inital 2017-05-25 12:13:59 +03:00
fork_database.cpp Fix #492 - database corruption when closing 2016-02-15 15:18:44 -05:00
game_object.cpp little correction for #12 Add tournament rules to prevent a game from lasting too long due to ties 2016-12-02 12:01:37 +01:00
genesis_state.cpp [License] Modify cpp and hpp headers to MIT #496 2016-01-07 11:44:52 -05:00
get_config.cpp Restore secret hashes from witnesses -- this is a selective restore of the parts of commits 59a3ca32b7 and c2e5432a30 that generated the secret hashes (it omits the changes to the witness scheduling algorithm) 2016-09-10 15:28:09 -04: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 inital 2017-05-25 12:13:59 +03:00
proposal_evaluator.cpp Merge pull request #1036 from jmjatlanta/issue_730 2019-08-28 14:56:24 +02:00
proposal_object.cpp Merge pull request #1036 from jmjatlanta/issue_730 2019-08-28 14:56:24 +02:00
pts_address.cpp inital 2017-05-25 12:13:59 +03: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 Merged beatrice into 5050 2019-07-30 11:43:31 -04: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 Revert "GPOS protocol" 2019-05-29 18:31:01 -03:00
vesting_balance_object.cpp Merged beatrice into 5050 2019-07-30 11:43:31 -04:00
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