peerplays_migrated/libraries/chain
Nathan Hourt 5b55ab71ea Resolve #94
Core exchange rate is now redundantly stored in price feed for
bitassets, and updated when the median feed changes. This allows feed
producers to update the core exchange rate. Redundant storage is
necessary, because the core exchange rate is needed for user-issued
assets as well as market issued assets.
2015-06-26 10:53:12 -04:00
..
include/graphene/chain Resolve #94 2015-06-26 10:53:12 -04:00
account_evaluator.cpp Minor evaluator cleanup 2015-06-23 17:54:59 -04:00
account_object.cpp Fix some compiler warnings 2015-06-23 17:54:59 -04:00
address.cpp Initial commit 2015-06-08 12:36:37 -04:00
assert_evaluator.cpp Minor evaluator cleanup 2015-06-23 17:54:59 -04:00
asset.cpp config.hpp: Implement GRAPHENE_COLLATERAL_RATIO_DENOM #70 2015-06-23 18:05:47 -04:00
asset_evaluator.cpp Resolve #94 2015-06-26 10:53:12 -04:00
asset_object.cpp remove min_market_fee due to potential attack vector with many small partial matches 2015-06-22 17:29:40 -04:00
block.cpp Fix update_call_order 2015-06-18 15:17:48 -04:00
block_database.cpp Fix up application_impl's has_item() which was throwing to indicate a 2015-06-25 10:36:28 -04:00
call_order_evaluator.cpp switch to rationals 2015-06-22 15:04:19 -04:00
CMakeLists.txt Clean up names of assert ops and evaluation dispatch 2015-06-23 15:15:34 -04:00
db_balance.cpp Cashback to blockchain accounts is put in reserve pool 2015-06-19 13:31:47 -04:00
db_block.cpp fix tests properly 2015-06-25 14:14:30 -04:00
db_debug.cpp db_debug.cpp: Fix witness index type in debug_dump() 2015-06-23 18:05:47 -04:00
db_getter.cpp database: Make functions which don't take skip_flags arg, use them to implement old API which does 2015-06-18 12:33:44 -04:00
db_init.cpp Disable fees during genesis initialization 2015-06-25 12:58:50 -04:00
db_maint.cpp Progress #61: Getting witnesses/delegates by owner 2015-06-22 15:03:24 -04:00
db_management.cpp merge from master, clean up test output 2015-06-18 15:40:38 -04:00
db_market.cpp remove min_market_fee due to potential attack vector with many small partial matches 2015-06-22 17:29:40 -04:00
db_reflect_cmp.tmpl Implement field_reflector and assert_op 2015-06-22 13:26:08 -04:00
db_update.cpp Resolve #94 2015-06-26 10:53:12 -04:00
db_witness_schedule.cpp db_witness_schedule.cpp: Fix off-by-one translating between DB-level slot_num and scheduler-level slot_num 2015-06-11 17:55:15 -04:00
delegate_evaluator.cpp Minor evaluator cleanup 2015-06-23 17:54:59 -04:00
evaluator.cpp merge master 2015-06-18 15:31:30 -04:00
fork_database.cpp Close #56 2015-06-18 16:11:29 -04:00
global_parameters_evaluator.cpp Minor evaluator cleanup 2015-06-23 17:54:59 -04:00
index.cpp Initial commit 2015-06-08 12:36:37 -04:00
key_object.cpp key_object.hpp: Move address_or_key variant to header, reflect it 2015-06-22 13:26:08 -04:00
limit_order_evaluator.cpp Minor evaluator cleanup 2015-06-23 17:54:59 -04:00
operations.cpp Progress #66: Set initial fees 2015-06-23 17:09:55 -04:00
predicate.cpp Clean up names of assert ops and evaluation dispatch 2015-06-23 15:15:34 -04:00
proposal_evaluator.cpp Minor evaluator cleanup 2015-06-23 17:54:59 -04:00
proposal_object.cpp Initial commit 2015-06-08 12:36:37 -04:00
transaction.cpp Initial commit 2015-06-08 12:36:37 -04:00
transaction_evaluation_state.cpp merge from master, clean up test output 2015-06-18 15:40:38 -04:00
transaction_object.cpp Initial commit 2015-06-08 12:36:37 -04:00
transfer_evaluator.cpp Minor evaluator cleanup 2015-06-23 17:54:59 -04:00
type_id.cpp Implement field_reflector and assert_op 2015-06-22 13:26:08 -04:00
types.cpp Initial commit 2015-06-08 12:36:37 -04:00
vesting_balance_evaluator.cpp Minor evaluator cleanup 2015-06-23 17:54:59 -04:00
vesting_balance_object.cpp Issue #53 - flexible vesting balance creation 2015-06-23 10:14:40 -04:00
withdraw_permission_evaluator.cpp Minor evaluator cleanup 2015-06-23 17:54:59 -04:00
witness_evaluator.cpp Minor evaluator cleanup 2015-06-23 17:54:59 -04:00
worker_evaluator.cpp Minor evaluator cleanup 2015-06-23 17:54:59 -04:00
worker_object.cpp wip burn worker 2015-06-23 15:13:01 -04:00