forked from Qortal/qortal
GET /assets/orderbook/{assetid}/{otherassetid} renamed to GET /assets/openorders/{assetid}/{otherassetid} Replacement /assets/orderbook/{assetid}/{otherassetid} now returns aggregated orders, with entries containing only "price" and "unfulfilled" (amount). Added /assets/orders/{assetid}/{otherassetid}/{address} to return orders by specific account, for a specific asset-pair. Block timestamp validity extracted to separate method so that BlockGenerator can test timestamp and generate blocks at the usual rate, even for testnets. This still allows testnets to a way to generate blocks on demand as Block's isValid skips some timestamp validity checks if testnet. txGroupId was sometimes incorrectedly checked for approval-less tx types.