peerplays_migrated/libraries/chain
2015-09-10 08:56:29 -04:00
..
include/graphene/chain Restore much of the syncing code from BitShares 0.x, and add optimizations that prevent us from attempting to sync with peers those blockchain diverged from ours many blocks ago, which also reduces the size of sync messages. Add logging. 2015-09-10 08:56:29 -04:00
protocol Implement committee_member_update operation #258 2015-08-26 17:42:50 -04:00
account_evaluator.cpp Include smart_ref_impl.hpp when dereferencing smart_ref #231 2015-08-13 14:28:54 -04:00
account_object.cpp adding extra indexing of accounts by address auths 2015-08-20 15:19:15 -04:00
assert_evaluator.cpp Fix #158 - block summary database now only has 2^16 entries 2015-07-14 17:56:42 -04:00
asset_evaluator.cpp Be more explicit about GRAPHENE_COMMITTEE_ACCOUNT 2015-08-26 16:10:34 -04:00
asset_object.cpp Compute scaled precision at compile time, use in tests (fixes failures by prev commit) 2015-08-11 15:04:48 -04:00
balance_evaluator.cpp Begin implementation of new exception framework #113 2015-07-08 13:53:08 -04:00
block_database.cpp When rolling back on save, remove the rolled back blocks from our 2015-09-04 15:22:12 -04:00
CMakeLists.txt Fix compile errors, win32 and otherwise 2015-09-02 09:48:17 -04:00
committee_member_evaluator.cpp Implement committee_member_update operation #258 2015-08-26 17:42:50 -04:00
confidential_evaluator.cpp Implement and Test Confidential Transactions 2015-07-22 14:45:13 -04:00
database.cpp Progress on #144 - refactoring fee schedule 2015-07-08 18:45:53 -04:00
db_balance.cpp Remove some dead code 2015-07-22 13:18:09 -04:00
db_block.cpp Restore much of the syncing code from BitShares 0.x, and add optimizations that prevent us from attempting to sync with peers those blockchain diverged from ours many blocks ago, which also reduces the size of sync messages. Add logging. 2015-09-10 08:56:29 -04:00
db_debug.cpp Move witness pay to VBO, update test #142 2015-07-15 12:36:26 -04:00
db_getter.cpp Restore much of the syncing code from BitShares 0.x, and add optimizations that prevent us from attempting to sync with peers those blockchain diverged from ours many blocks ago, which also reduces the size of sync messages. Add logging. 2015-09-10 08:56:29 -04:00
db_init.cpp Reserve witness ID 0 2015-08-31 17:26:03 -04:00
db_maint.cpp Implement GRAPHENE_PROXY_TO_SELF_ACCOUNT #267 2015-08-26 17:09:49 -04:00
db_management.cpp adding verify_account_authority api 2015-09-07 10:19:51 -04:00
db_market.cpp Refactored chain library 2015-07-08 16:39:23 -04:00
db_update.cpp Merge branch 'witness_schedule_refactor' 2015-08-27 11:33:42 -04:00
db_witness_schedule.cpp db_witness_schedule.cpp: Give best_wit a default value of GRAPHENE_NULL_WITNESS #274 2015-08-31 17:26:03 -04:00
evaluator.cpp Implement max_auth_exceeded exception, internal exc framework, small refactor 2015-07-28 17:10:52 -04:00
fork_database.cpp adding extra checks on startup 2015-09-03 18:12:55 -04:00
genesis_state.cpp egenesis: Initial implementation of embedded genesis 2015-08-06 12:42:59 -04:00
get_config.cpp Remove secret hashes from witnesses 2015-08-26 17:43:00 -04:00
index.cpp Initial commit 2015-06-08 12:36:37 -04:00
market_evaluator.cpp market_evaluator.cpp: Fix call_order_update_evaluator exception logic 2015-07-16 15:32:58 -04:00
proposal_evaluator.cpp Be more explicit about GRAPHENE_COMMITTEE_ACCOUNT 2015-08-26 16:10:34 -04:00
proposal_object.cpp make max authority check depth configurable by delegates 2015-07-17 09:41:08 -04:00
pts_address.cpp Fix #115 Claiming BTC and PTS balances 2015-06-30 18:20:12 -04:00
transaction_evaluation_state.cpp Partial work toward auth refactor 2015-07-16 18:13:11 -04:00
transaction_object.cpp Initial commit 2015-06-08 12:36:37 -04:00
transfer_evaluator.cpp uia_tests.cpp: Implement transfer_restricted_test 2015-07-17 20:48:49 -04:00
vesting_balance_evaluator.cpp Some linear vesting cleanup 2015-07-02 12:30:11 -04:00
vesting_balance_object.cpp cli_wallet: Implement withdrawal for vesting balance objects #286 2015-09-01 16:21:35 -04:00
withdraw_permission_evaluator.cpp exceptions: Add some exceptions 2015-07-08 16:48:24 -04:00
witness_evaluator.cpp Remove secret hashes from witnesses 2015-08-26 17:43:00 -04:00
worker_evaluator.cpp types.hpp: Move voting stuff to separate header 2015-07-23 13:37:06 -04:00