peerplays_migrated/libraries/chain
Nathan Hourt 391b0bec45 Progress #17: Remove GRAPHENE_INITIAL_SUPPLY
The INITIAL_SUPPLY macro is generally not useful, and there's no good
way to fulfill the promise it creates. By removing it, I can skip the
scaling on the genesis values. Now, if there is an allocation at
genesis, the supply is determined by that allocation. Otherwise, the
supply is GRAPHENE_MAX_SHARE_SUPPLY and it all belongs to
GRAPHENE_COMMITTEE_ACCOUNT.

Also, remove one of the redundant and confusing MAX_SUPPLY macros and
unify the usage to always be GRAPHENE_MAX_SHARE_SUPPLY.
2015-06-29 17:50:56 -04:00
..
include/graphene/chain Progress #17: Remove GRAPHENE_INITIAL_SUPPLY 2015-06-29 17:50:56 -04:00
account_evaluator.cpp Clean up is_valid_name and remove child accounts; #15, #93 2015-06-29 15:25:53 -04:00
account_object.cpp Fix some compiler warnings 2015-06-23 17:54:59 -04:00
address.cpp
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 #83: core_exchange_rate in feed updates on maintenance 2015-06-26 15:46:16 -04:00
asset_object.cpp Progress #17: Remove GRAPHENE_INITIAL_SUPPLY 2015-06-29 17:50:56 -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 #98 Add signature verification 2015-06-28 15:34:52 -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 Progress #17: Remove GRAPHENE_INITIAL_SUPPLY 2015-06-29 17:50:56 -04:00
db_maint.cpp db_maint.cpp: Avoid stdlib implementation-defined ordering when workers tie for votes 2015-06-29 15:36:02 -04:00
db_management.cpp merge from master, clean up test output 2015-06-18 15:40:38 -04:00
db_market.cpp Refactor: Move limit order execution to database 2015-06-26 15:11:46 -04:00
db_reflect_cmp.tmpl Implement field_reflector and assert_op 2015-06-22 13:26:08 -04:00
db_update.cpp add secondary index to get proposals relevant to a particular account 2015-06-29 17:29:04 -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 Resolve #67: Add name and/or URL to witness/worker/delegate objects 2015-06-29 10:02:45 -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
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 Refactor: Move limit order execution to database 2015-06-26 15:11:46 -04:00
operations.cpp Progress #17: Remove GRAPHENE_INITIAL_SUPPLY 2015-06-29 17:50:56 -04:00
predicate.cpp Clean up names of assert ops and evaluation dispatch 2015-06-23 15:15:34 -04:00
proposal_evaluator.cpp add secondary index to get proposals relevant to a particular account 2015-06-29 17:29:04 -04:00
proposal_object.cpp add secondary index to get proposals relevant to a particular account 2015-06-29 17:29:04 -04:00
transaction.cpp #98 - Adding wallet support for claiming balances 2015-06-28 16:16:24 -04:00
transaction_evaluation_state.cpp merge from master, clean up test output 2015-06-18 15:40:38 -04:00
transaction_object.cpp
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
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 Resolve #67: Add name and/or URL to witness/worker/delegate objects 2015-06-29 10:02:45 -04:00
worker_evaluator.cpp Resolve #67: Add name and/or URL to witness/worker/delegate objects 2015-06-29 10:02:45 -04:00
worker_object.cpp wip burn worker 2015-06-23 15:13:01 -04:00