..
hardfork.d
Merge remote-tracking branch 'origin/dividends' into rock-paper-scissors
2016-11-02 15:30:18 +01:00
include/graphene /chain
Change the behavior of the betting markets from being controlled by
2018-02-07 10:16:30 -05:00
protocol
removed betting_market_group_freeze operation
2017-08-09 11:08:50 +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
Change the behavior of the betting markets from being controlled by
2018-02-07 10:16:30 -05:00
betting_market_group_object.cpp
Change the behavior of the betting markets from being controlled by
2018-02-07 10:16:30 -05:00
betting_market_object.cpp
Change the behavior of the betting markets from being controlled by
2018-02-07 10:16:30 -05: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
Change the behavior of the betting markets from being controlled by
2018-02-07 10:16:30 -05: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 the behavior of the betting markets from being controlled by
2018-02-07 10:16:30 -05: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 cancel_bet to the wallet
2017-09-01 13:29:45 +02:00
db_maint.cpp
Replace flat_index with generic_index for bitasset_object
2017-07-17 23:24:09 +02: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
Remove the code for charging beting fees up-front now that rake fees are taken from your net winnings.
2017-08-09 11:15:12 -04:00
db_update.cpp
Change the behavior of the betting markets from being controlled by
2018-02-07 10:16:30 -05: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
Change the behavior of the betting markets from being controlled by
2018-02-07 10:16:30 -05:00
event_group_evaluator.cpp
extended event_update_operation
2017-07-21 13:42:15 +02:00
event_object.cpp
Change the behavior of the betting markets from being controlled by
2018-02-07 10:16:30 -05: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 sport_update_operation
2017-07-19 13:05:28 +02:00
tournament_evaluator.cpp
completing creating tournament test cases for assertions
2017-04-14 13:49:55 +02:00
tournament_object.cpp
[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_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