qortal/src/main/java/org/qora
catbref 4d69242cdb Added/improved assets-related API calls
Imported Block/BlockChain fixes from "minting" branch to do
with block timestamps.

GET /assets/holders/{assetid}
and
GET /assets/address/{address}
and
GET /assets/balance/{assetid}/{address}
all combined into
GET /assets/balances?address=...&address=...&assetid=...&assetid=...

New GET /assets/trades/recent?assetid=...&assetid=...
that returns most recent two trades for each asset-pair.

GET /assets/orders/{address}/{assetid}/{otherassetid} has
includeClosed and includeFulfilled repurposed as
isClosed (true/false/omitted) and isFulfilled (true/false/omitted).

ALSO, Order.isClosed is now set to true when isFulfilled is set to true
during processing (and correspondingly set to false during orphaning).

AccountBalanceData now includes optional assetName field for use with API
but generally not set for internal use.
2019-03-04 18:53:54 +00:00
..
account Interim safety commit due to large number of changes! 2019-02-18 19:00:37 +00:00
api Added/improved assets-related API calls 2019-03-04 18:53:54 +00:00
asset Added/improved assets-related API calls 2019-03-04 18:53:54 +00:00
at Work on groups 2019-02-20 12:25:30 +00:00
block Added/improved assets-related API calls 2019-03-04 18:53:54 +00:00
controller Interim safety commit due to large number of changes! 2019-02-18 19:00:37 +00:00
crosschain initial work towards OSGi 2019-01-04 10:19:33 +00:00
crypto Add support for "only one registered name per account" + de-static brokenMD160 blockchain flag 2019-02-27 10:34:25 +00:00
data Added/improved assets-related API calls 2019-03-04 18:53:54 +00:00
globalization initial work towards OSGi 2019-01-04 10:19:33 +00:00
group Fix up some group-approval related issues 2019-02-26 16:52:22 +00:00
naming Fix up some group-approval related issues 2019-02-26 16:52:22 +00:00
network Improved peer addresses. 2019-02-12 18:50:49 +00:00
payment initial work towards OSGi 2019-01-04 10:19:33 +00:00
repository Added/improved assets-related API calls 2019-03-04 18:53:54 +00:00
settings Better logging for settings/blockchain JSON file parsing 2019-02-26 11:20:44 +00:00
transaction Add support for "only one registered name per account" + de-static brokenMD160 blockchain flag 2019-02-27 10:34:25 +00:00
transform Performance fix & other minor fixes 2019-03-04 11:41:30 +00:00
utils Proper JSON unmarshalling for settings, blockchain config, genesis block 2019-02-25 13:31:05 +00:00
voting initial work towards OSGi 2019-01-04 10:19:33 +00:00
blockgenerator.java Networking and repository 2019-02-01 14:03:06 +00:00
brokenmd160.java initial work towards OSGi 2019-01-04 10:19:33 +00:00
orphan.java Account groups: create group + update group + API calls 2019-01-10 15:45:00 +00:00
txhex.java initial work towards OSGi 2019-01-04 10:19:33 +00:00
v1feeder.java Performance fix & other minor fixes 2019-03-04 11:41:30 +00:00