qortal/.settings
catbref ad9fa9bf9d More work on API plus basic block explorer
Added FATJAR packaging support to pom.xml

Added some "summary" fields to API calls but more need doing.
Corrected path clash from having unnecessary @OpenAPIDefinition annotations.
Added API "tags" to group similar calls (address-based, block-related, etc.)
Fixed addresses/lastreference/{address}
Implemented addresses/lastreference/{address}/unconfirmed
Implemented addresses/assets/{address}
Added /admin/stop and /admin/uptime API calls.
Moved general API info into new src/api/ApiDefinition.java
Added CORS support to ApiService
Added /transactions/address/{address} and /transactions/block/{signature}

Replaced references to test.Common.* to do with repository factory.
 This fixes issues with building FATJAR due to references to test classes
 that are omitted from FATJAR.

Changes to AccountBalanceData, BlockData and TransactionData
 to support JAX-RS rendering to JSON.

Added getUnconfirmedLastReference() to Account.

Added getAllBalances(address) to account repository
 - returns all asset balances for that address.

Added getAllSignaturesInvolvingAddress(address) to account repository
 but currently only uses TransactionRecipients HSQLDB table.
 (And even that wasn't automatically populated).

Included: very basic block explorer to be opened in browser as a file:
block-explorer.html
2018-12-04 16:34:55 +00:00
..
org.eclipse.core.resources.prefs More work on API plus basic block explorer 2018-12-04 16:34:55 +00:00
org.eclipse.jdt.apt.core.prefs CIYAM-ATv2 can be used with any asset, not just QORA. 2018-12-03 13:05:38 +00:00
org.eclipse.jdt.core.prefs Files missing from previous commit (somehow) 2018-12-03 13:12:52 +00:00
org.eclipse.jdt.ui.prefs Work on Assets conversion 2018-06-13 11:46:33 +01:00
org.eclipse.m2e.core.prefs Initial stab at migrating to HSQLDB for Qora gen2 2018-05-16 11:46:44 +01:00