qortal/src
catbref cfd8b53fc1 API, HSQLDB
Added more global parameters to /admin/unused API endpoint (formally /admin/dud)
and also managed to remove /admin/unused from API documentation UI.

Added results slicing to /assets/all

Added /assets/orderbook API call that returns open asset orders

Added /assets/trades that returns successful asset trades

Added POST /assets/issue stub

Unified HSQLDB connectionUrl to public variable inside Controller class.

Can't deploy v1 ATs with isFinished=true flag as that prevents later
transactions sending messages (during import of v1 chain).
Some future hard-fork code will need to set all v1 ATs to "finished".

Changed DB's "TransactionRecipients" to "TransactionParticipants" to
properly support API call to find all transactions 'involving' a
specific address. Support code needed in Block and Transaction with
some transaction-specific overrides for Genesis and AT transactions.

Removed old, deprecated calls from Transaction/TransactionRepository

Moved HSQLDB database properties from connection URL to explicit
SQL statements in HSQLDBDatabaseUpdates. They didn't work in
connection URL during DB creation anyway.

Retrofitted HSQLDB Accounts table with public_key column instead of
rebuilding it later.

Fixed incorrect comments in IssueAssetTransactionTransformer regarding
v1 serialization for signing.

Re-imported v1 chain to test latest changes.
2018-12-12 12:13:06 +00:00
..
api API, HSQLDB 2018-12-12 12:13:06 +00:00
controller API, HSQLDB 2018-12-12 12:13:06 +00:00
crosschain CIYAM-ATv2 can be used with any asset, not just QORA. 2018-12-03 13:05:38 +00:00
data API, HSQLDB 2018-12-12 12:13:06 +00:00
database More work on API plus basic block explorer 2018-12-04 16:34:55 +00:00
globalization CHANGED: simplified API error annotations in API resources 2018-10-20 01:29:20 +02:00
org/whispersystems/curve25519/java Initial stab at migrating to HSQLDB for Qora gen2 2018-05-16 11:46:44 +01:00
qora API, HSQLDB 2018-12-12 12:13:06 +00:00
repository API, HSQLDB 2018-12-12 12:13:06 +00:00
settings CIYAM-ATv2 can be used with any asset, not just QORA. 2018-12-03 13:05:38 +00:00
transform API, HSQLDB 2018-12-12 12:13:06 +00:00
utils Finally syncs with qora1 chain! 2018-10-26 17:47:47 +01:00
blockgenerator.java API, HSQLDB 2018-12-12 12:13:06 +00:00
brokenmd160.java More work on Blocks, refactor to using public key in DB, etc. 2018-05-17 17:39:55 +01:00
orphan.java API, HSQLDB 2018-12-12 12:13:06 +00:00
txhex.java API, HSQLDB 2018-12-12 12:13:06 +00:00
v1feeder.java API, HSQLDB 2018-12-12 12:13:06 +00:00