peerplays_migrated/libraries/chain
2018-05-20 14:41:35 +03:00
..
hardfork.d Merge remote-tracking branch 'origin/dividends' into rock-paper-scissors 2016-11-02 15:30:18 +01:00
include/graphene/chain Fixes after Fabian review. Added tests for non proposal delete operations. 2018-05-18 18:26:47 +03:00
protocol Added event_group delete operation and evaluator. Fixed compilation issues. 2018-05-17 09:45:04 +02:00
account_evaluator.cpp Merge branches '477-history-account-history-indexing', '592-get_ticker', '599-fork-ext-unpack', '607-fork-disable-negative-worker-votes', '613-fork-deprecate-annual' and '615-fork-feed-expiration' into develop 2016-03-16 01:08:27 -04:00
account_object.cpp Make is_authorized_asset a free-floating method #566 2016-02-11 01:57:22 -05:00
assert_evaluator.cpp [License] Modify cpp and hpp headers to MIT #496 2016-01-07 11:44:52 -05:00
asset_evaluator.cpp Fixes to paying out non-core assets using their fee pools 2017-07-06 19:39:04 +02:00
asset_object.cpp [License] Modify cpp and hpp headers to MIT #496 2016-01-07 11:44:52 -05: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 Prevent placing bets when the betting market group is closed, graded, 2018-05-02 09:42:56 -04:00
betting_market_group_object.cpp Fix a bug in serializing betting market objects to json which 2018-05-03 14:49:24 -04:00
betting_market_object.cpp Added canceling of bets for market. 2018-05-17 09:45:04 +02:00
block_database.cpp [License] Modify cpp and hpp headers to MIT #496 2016-01-07 11:44:52 -05:00
buyback.cpp Implement buyback accounts #538 2016-02-11 04:59:28 -05:00
CMakeLists.txt Fixes after Fabian review. 2018-05-18 14:32:31 +03:00
committee_member_evaluator.cpp [License] Modify cpp and hpp headers to MIT #496 2016-01-07 11:44:52 -05: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 db_balance.cpp: Rename by_balance -> by_account_asset #529 2016-01-21 10:23:07 -05:00
db_bet.cpp Change how we redirect log messages in the betting code to the 2018-05-09 15:41:48 -04:00
db_block.cpp Change the behavior of the betting markets from being controlled by 2018-02-07 10:16:30 -05:00
db_debug.cpp Implement debug_node target #606 2016-03-15 13:36:29 -04:00
db_getter.cpp add get_global_betting_statistics api call 2017-03-23 00:36:18 -04:00
db_init.cpp Added event_group delete operation and evaluator. Fixed compilation issues. 2018-05-17 09:45:04 +02:00
db_maint.cpp restore accidentally-deleted line 2018-05-11 11:04:00 -04:00
db_management.cpp Only do slow replays when the bookie plugin is loaded 2017-09-07 15:55:44 -04:00
db_market.cpp Remove "applied epsilon logic" log message 2016-11-16 16:24:12 -06:00
db_notify.cpp Added event_group delete operation and evaluator. Fixed compilation issues. 2018-05-17 09:45:04 +02:00
db_update.cpp Delay deletion of completed/canceled events to avoid an error producing 2018-04-17 13:17:38 -04:00
db_witness_schedule.cpp completing scheduled (restored) witnesses, setting as default 2017-04-21 14:24:40 +02:00
evaluator.cpp Implement the apparently-unused feature allowing later operations in a transaction to 2017-03-16 18:38:35 -04:00
event_evaluator.cpp [DLN] reorder operations to match testnet, add asserts to reject operations before new testnet hardfork '1000' (actual hardfork time still needs to be set in 1000.hf) 2018-03-19 18:51:19 -04:00
event_group_evaluator.cpp Added hardfork logic based on HARDFORK_1000 macro. 2018-05-20 14:41:35 +03:00
event_group_object.cpp Fixes after Fabian review. 2018-05-18 14:32:31 +03:00
event_object.cpp Fix a bug in serializing betting market objects to json which 2018-05-03 14:49:24 -04:00
fba_object.cpp Implement FBA fee routing for STEALTH #563 2016-02-15 15:33:21 -05:00
fork_database.cpp Fix #492 - database corruption when closing 2016-02-15 15:18:44 -05:00
game_object.cpp commiting last changes 2017-04-01 13:59:52 +02: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 [License] Modify cpp and hpp headers to MIT #496 2016-01-07 11:44:52 -05:00
is_authorized_asset.cpp Implement buyback accounts #538 2016-02-11 04:59:28 -05:00
market_evaluator.cpp Merge branch 'rock-paper-scissors' of https://bitbucket.org/peerplaysblockchain/peerplays-graphene into betting-merge 2017-07-13 16:07:30 +02:00
match_object.cpp Implementing missing functionality (5) 2017-04-08 15:50:13 +02:00
proposal_evaluator.cpp Show proposer on proposals 2018-01-29 14:19:38 +01:00
proposal_object.cpp [License] Modify cpp and hpp headers to MIT #496 2016-01-07 11:44:52 -05:00
pts_address.cpp [License] Modify cpp and hpp headers to MIT #496 2016-01-07 11:44:52 -05:00
special_authority.cpp Implement top_n special authority #516 2016-01-27 10:30:32 -05:00
sport_evaluator.cpp Added hardfork logic based on HARDFORK_1000 macro. 2018-05-20 14:41:35 +03:00
tournament_evaluator.cpp completing creating tournament test cases for assertions 2017-04-14 13:49:55 +02:00
tournament_object.cpp Pay the rake fee to the dividend account of the core asset, not 2018-05-09 10:27:39 -04:00
transaction_object.cpp [License] Modify cpp and hpp headers to MIT #496 2016-01-07 11:44:52 -05:00
transfer_evaluator.cpp transfer_evaluator.cpp: Remove unused variable and redundant check #566 2016-02-11 04:02:35 -05:00
vesting_balance_evaluator.cpp [License] Modify cpp and hpp headers to MIT #496 2016-01-07 11:44:52 -05:00
vesting_balance_object.cpp Ignore ctx.amount in get_allowed_withdraw() #625 2016-03-25 19:24:14 -04:00
withdraw_permission_evaluator.cpp Remove now-redundant white_list bit check from evaluators #566 2016-02-11 04:02:33 -05:00
witness_evaluator.cpp fixed update witness operation - added new_initial_secret 2017-05-27 20:11:46 +02:00
worker_evaluator.cpp worker_object.hpp: Move worker objects into own header #466 2016-01-08 11:42:35 -05:00