forked from Qortal/qortal
4d69242cdb
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. |
||
---|---|---|
.. | ||
account | ||
api | ||
asset | ||
at | ||
block | ||
controller | ||
crosschain | ||
crypto | ||
data | ||
globalization | ||
group | ||
naming | ||
network | ||
payment | ||
repository | ||
settings | ||
transaction | ||
transform | ||
utils | ||
voting | ||
blockgenerator.java | ||
brokenmd160.java | ||
orphan.java | ||
txhex.java | ||
v1feeder.java |