peerplays_migrated/libraries/chain/include/graphene/chain
Daniel Larimer 3e41f726a7 Issue #45 Market Subscription Standardization
When subscribing to markets the callback will now receive something that
looks like this:

[  "REMOVED ID1", "REMOVED ID2", ...,
    { "id": "UPDATED ID3", data... },
    { "id": "UPDATED ID4", data... },
    ...
    [ FILL_OPERATION_TYPE_ID, { fill order operation data } ],
    [ FILL_OPERATION_TYPE_ID, { fill order operation data } ],
    [ FILL_OPERATION_TYPE_ID, { fill order operation data } ],
    [ FILL_OPERATION_TYPE_ID, { fill order operation data } ]
]

When ever an order is removed from the order book, its ID will be
included as a string.  When an order is modified the new order data is included as
an object. And the operations describing how orders were matched and
what fees are paid will be included as an operation, aka array.

Also added means to unsubscribe from full account data (issue #166)
2015-07-21 15:51:22 -04:00
..
protocol Refactor full account subscriptions 2015-07-21 15:19:52 -04:00
account_evaluator.hpp Issue #31: Add account_upgrade_evaluator 2015-06-10 14:22:32 -04:00
account_object.hpp Refactor full account subscriptions 2015-07-21 15:19:52 -04:00
assert_evaluator.hpp Refactored chain library 2015-07-08 16:39:23 -04:00
asset_evaluator.hpp Refactored chain library 2015-07-08 16:39:23 -04:00
asset_object.hpp Rename bad references to delegate -> committee member; #147 2015-07-13 16:08:17 -04:00
balance_evaluator.hpp Refactored chain library 2015-07-08 16:39:23 -04:00
balance_object.hpp Progress #98: add some vesting genesis balance testing 2015-07-06 17:40:23 -04:00
block_database.hpp Refactored chain library 2015-07-08 16:39:23 -04:00
block_summary_object.hpp removing unecessary field 2015-07-14 18:50:03 -04:00
committee_member_evaluator.hpp Rename bad references to delegate -> committee member; #147 2015-07-13 16:08:17 -04:00
committee_member_object.hpp Rename bad references to delegate -> committee member; #147 2015-07-13 16:08:17 -04:00
config.hpp Merge branch 'master' of github.com:cryptonomex/graphene 2015-07-15 14:18:32 -04:00
custom_evaluator.hpp Refactored chain library 2015-07-08 16:39:23 -04:00
database.hpp Refactor full account subscriptions 2015-07-21 15:19:52 -04:00
evaluator.hpp Partial work toward auth refactor 2015-07-16 18:13:11 -04:00
exceptions.hpp uia_tests.cpp: Implement transfer_restricted_test 2015-07-17 20:48:49 -04:00
fork_database.hpp Refactored chain library 2015-07-08 16:39:23 -04:00
genesis_state.hpp asset_ops.hpp: Change bitasset_options member name to bitasset_opts to fix gcc compile 2015-07-09 14:52:22 -04:00
global_property_object.hpp Issue #160 - Dynamic Undo History / Minority Fork 2015-07-15 14:13:24 -04:00
market_evaluator.hpp Issue #45 Market Subscription Standardization 2015-07-21 15:51:22 -04:00
node_property_object.hpp 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
operation_history_object.hpp Refactored chain library 2015-07-08 16:39:23 -04:00
proposal_evaluator.hpp Refactored chain library 2015-07-08 16:39:23 -04:00
proposal_object.hpp Refactored chain library 2015-07-08 16:39:23 -04:00
pts_address.hpp Initial commit 2015-06-08 12:36:37 -04:00
transaction_evaluation_state.hpp Refactor Authority Checking 2015-07-17 00:41:43 -04:00
transaction_object.hpp Issue #157 - make trx expiration absolute 2015-07-14 18:46:58 -04:00
transfer_evaluator.hpp Refactored chain library 2015-07-08 16:39:23 -04:00
vesting_balance_evaluator.hpp Minor evaluator cleanup 2015-06-23 17:54:59 -04:00
vesting_balance_object.hpp Progress #166: Initial implementation of get_full_accounts API call 2015-07-16 17:04:35 -04:00
withdraw_permission_evaluator.hpp Minor evaluator cleanup 2015-06-23 17:54:59 -04:00
withdraw_permission_object.hpp Refactored chain library 2015-07-08 16:39:23 -04:00
witness_evaluator.hpp Move witness pay to VBO, update test #142 2015-07-15 12:36:26 -04:00
witness_object.hpp Move witness pay to VBO, update test #142 2015-07-15 12:36:26 -04:00
witness_schedule_object.hpp Implement recent_slots_filled and use it to measure witness participation 2015-07-13 17:02:00 -04:00
witness_scheduler.hpp Properly re-initialize witness scheduler state after a long block gap 2015-07-06 15:51:43 -04:00
witness_scheduler_rng.hpp Rename delegate_signature->witness_signature #147 2015-07-09 18:11:52 -04:00
worker_evaluator.hpp Refactored chain library 2015-07-08 16:39:23 -04:00