peerplays_migrated/libraries
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
..
app Issue #45 Market Subscription Standardization 2015-07-21 15:51:22 -04:00
chain Issue #45 Market Subscription Standardization 2015-07-21 15:51:22 -04:00
db Issue #160 - Dynamic Undo History / Minority Fork 2015-07-15 14:13:24 -04:00
deterministic_openssl_rand Initial commit 2015-06-08 12:36:37 -04:00
fc@2593760687 Update fc submodule to fix win32 builds 2015-07-14 10:49:45 -04:00
net Fix Linux Clang build with missing includes; resolve #174 2015-07-20 14:57:08 -04:00
plugins Refactor full account subscriptions 2015-07-21 15:19:52 -04:00
time Initial commit 2015-06-08 12:36:37 -04:00
utilities Organize temporary files under GRAPHENE_TEMPDIR (or /tmp/graphene-tmp if undefined) 2015-07-13 15:15:55 -04:00
wallet Prevent the wallet from generating duplicate transactions when you 2015-07-17 17:29:04 -04:00
CMakeLists.txt Initial commit 2015-06-08 12:36:37 -04:00