peerplays_migrated/libraries/chain/include/graphene/chain
2017-04-21 14:58:00 +02:00
..
protocol added missing reflection for chain parameter 'witness_schedule_algorithm' 2017-04-21 14:58:00 +02:00
account_evaluator.hpp [License] Modify cpp and hpp headers to MIT #496 2016-01-07 11:44:52 -05:00
account_object.hpp Code cleanups -- renaming variables, adding comments, fix one bug with override transfers 2016-08-26 11:29:37 -04:00
assert_evaluator.hpp [License] Modify cpp and hpp headers to MIT #496 2016-01-07 11:44:52 -05:00
asset_evaluator.hpp Initial work on dividend-paying assets. Basic functionality works in simple 2016-06-26 15:41:07 -04:00
asset_object.hpp Creating default dividend asset 2016-11-07 10:18:18 +01:00
balance_evaluator.hpp [License] Modify cpp and hpp headers to MIT #496 2016-01-07 11:44:52 -05:00
balance_object.hpp [License] Modify cpp and hpp headers to MIT #496 2016-01-07 11:44:52 -05:00
block_database.hpp [License] Modify cpp and hpp headers to MIT #496 2016-01-07 11:44:52 -05:00
block_summary_object.hpp [License] Modify cpp and hpp headers to MIT #496 2016-01-07 11:44:52 -05:00
budget_record_object.hpp [License] Modify cpp and hpp headers to MIT #496 2016-01-07 11:44:52 -05:00
buyback.hpp Implement buyback accounts #538 2016-02-11 04:59:28 -05:00
buyback_object.hpp buyback_object.hpp: Don't FC_REFLECT buyback_object, FC_REFLECT_DERIVED it instead #538 #575 2016-02-14 17:26:35 -05:00
chain_property_object.hpp [License] Modify cpp and hpp headers to MIT #496 2016-01-07 11:44:52 -05:00
committee_member_evaluator.hpp [License] Modify cpp and hpp headers to MIT #496 2016-01-07 11:44:52 -05:00
committee_member_object.hpp [License] Modify cpp and hpp headers to MIT #496 2016-01-07 11:44:52 -05:00
confidential_evaluator.hpp Merge branches '492-bugfix-close-logic', '550-cleanup-remove-evaluation-observer' and '581-cleanup-object-operators' into develop 2016-02-15 16:01:27 -05:00
confidential_object.hpp confidential_object.hpp: Move confidential objects into own header #466 2016-01-08 13:06:14 -05:00
config.hpp integrating scheduled (old) and shuffled (current) witnesses 2017-04-19 20:31:00 +02:00
custom_evaluator.hpp [License] Modify cpp and hpp headers to MIT #496 2016-01-07 11:44:52 -05:00
database.hpp integrating scheduled (old) and shuffled (current) witnesses 2017-04-19 20:31:00 +02:00
db_with.hpp [License] Modify cpp and hpp headers to MIT #496 2016-01-07 11:44:52 -05:00
evaluator.hpp Fix gcc/clang builds broken by d3c6cbf4de (breaking circular dependency) 2016-02-22 19:34:16 -05:00
exceptions.hpp Implement buyback accounts #538 2016-02-11 04:59:28 -05:00
fba_accumulator_id.hpp Implement FBA fee routing for STEALTH #563 2016-02-15 15:33:21 -05:00
fba_object.hpp Implement FBA fee routing for STEALTH #563 2016-02-15 15:33:21 -05:00
fork_database.hpp [License] Modify cpp and hpp headers to MIT #496 2016-01-07 11:44:52 -05:00
game_object.hpp Merge remote-tracking branch 'origin/dividends' into rock-paper-scissors 2016-11-02 15:30:18 +01:00
genesis_state.hpp Separate match object out from tournament and give it a fsm, 2016-09-20 14:36:06 -04:00
get_config.hpp [License] Modify cpp and hpp headers to MIT #496 2016-01-07 11:44:52 -05:00
global_property_object.hpp 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
immutable_chain_parameters.hpp [License] Modify cpp and hpp headers to MIT #496 2016-01-07 11:44:52 -05:00
internal_exceptions.hpp [License] Modify cpp and hpp headers to MIT #496 2016-01-07 11:44:52 -05:00
is_authorized_asset.hpp Implement buyback accounts #538 2016-02-11 04:59:28 -05:00
market_evaluator.hpp fix build errors and warnings 2016-02-15 16:01:13 -05:00
market_object.hpp Reflect ID of force_settlement_object, fix #575 2016-02-15 15:13:25 -05:00
match_object.hpp Merge remote-tracking branch 'origin/dividends' into rock-paper-scissors 2016-11-02 15:30:18 +01:00
node_property_object.hpp Implement debug_node target #606 2016-03-15 13:36:29 -04:00
operation_history_object.hpp 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
proposal_evaluator.hpp [License] Modify cpp and hpp headers to MIT #496 2016-01-07 11:44:52 -05:00
proposal_object.hpp [License] Modify cpp and hpp headers to MIT #496 2016-01-07 11:44:52 -05:00
pts_address.hpp [License] Modify cpp and hpp headers to MIT #496 2016-01-07 11:44:52 -05:00
rock_paper_scissors.hpp Simple two-player tournaments are working if you don't do anything fancy 2016-10-14 19:43:38 -04:00
special_authority.hpp Implement top_n special authority #516 2016-01-27 10:30:32 -05:00
special_authority_object.hpp Implement top_n special authority #516 2016-01-27 10:30:32 -05:00
tournament_evaluator.hpp Implementing missing functionality (5) 2017-04-08 15:50:13 +02:00
tournament_object.hpp [DLN] change parameters to tournament_leave_operation to specify the account canceling the registration instead of the payer. The canceling acount must be either the payer or the player. Don't allow a player to leave a tournament once registration has been closed. Require player to be authorized for the asset being paid as tournament prize winnings during tournament_join_operation. Tests still need to be made for these changes. 2017-04-10 23:29:02 -04:00
transaction_evaluation_state.hpp Merge remote-tracking branch 'graphene/549-fork-cancel-order' into bitshares 2016-02-16 11:29:32 -05:00
transaction_object.hpp [License] Modify cpp and hpp headers to MIT #496 2016-01-07 11:44:52 -05:00
transfer_evaluator.hpp [License] Modify cpp and hpp headers to MIT #496 2016-01-07 11:44:52 -05:00
vesting_balance_evaluator.hpp [License] Modify cpp and hpp headers to MIT #496 2016-01-07 11:44:52 -05:00
vesting_balance_object.hpp solution ...issues/#7 Allow vesting core tokens to vote and receive dividends 2016-11-25 19:40:25 +01:00
vote_count.hpp Implement FBA fee routing for STEALTH #563 2016-02-15 15:33:21 -05:00
withdraw_permission_evaluator.hpp [License] Modify cpp and hpp headers to MIT #496 2016-01-07 11:44:52 -05:00
withdraw_permission_object.hpp Clean up some non-determisitic behavior, maybe fix #485 2016-02-11 13:02:11 -05:00
witness_evaluator.hpp [License] Modify cpp and hpp headers to MIT #496 2016-01-07 11:44:52 -05:00
witness_object.hpp 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
witness_schedule_object.hpp shuffled witnesses repaired 2017-04-19 21:47:54 +02:00
witness_scheduler.hpp completing scheduled (restored) witnesses, setting as default 2017-04-21 14:24:40 +02:00
witness_scheduler_rng.hpp integrating scheduled (old) and shuffled (current) witnesses 2017-04-19 20:31:00 +02:00
worker_evaluator.hpp worker_object.hpp: Move worker objects into own header #466 2016-01-08 11:42:35 -05:00
worker_object.hpp worker_object.hpp: Move worker objects into own header #466 2016-01-08 11:42:35 -05:00