1221 Commits (52b322b756537811c1f27db7c371cc66186c0317)

Author SHA1 Message Date
catbref 52ac881db0 auto update checks download against hash in tx + checks against build timestamp 5 years ago
catbref a49e3f7a4e auto update 5 years ago
catbref 20aa49a1f1 Another attempt at auto-update 5 years ago
catbref 63a36073ec Work on auto-update + repository path + Settings bugfixes 5 years ago
catbref e4482c5ade Initial auto-update support, API improvements, arbitrary tx improvements 5 years ago
catbref 06e6802d97 More work on synchronization 5 years ago
catbref 57b982d2fb Block summaries (repository/data/message/synchronizer) + BlockGenerator 5 years ago
catbref 747f5e41cf Bump Jetty to 9.4.17.v20190418 due to CVE-2019-10247 5 years ago
catbref 882d910631 Remove unneeded HSQLDB debugging and tidy some comments 5 years ago
catbref a316b8a810 Potential HSQLDB deadlock fix 5 years ago
catbref b21ef18533 More HSQLDB deadlock debugging 5 years ago
catbref db77901026 grab latest block directly instead of via height 5 years ago
catbref b4d0f9ab68 Allow multiple txType in API GET /transactions/search 5 years ago
catbref b0b74eb48d Fix JAXB annotations for transactions with creatorPublicKey 5 years ago
catbref d4ce797241 More HSQLDB debugging 5 years ago
catbref b7687bf326 More HSQLDB debugging 5 years ago
catbref 0296c4bbb1 HSQLDB debugging & optimization for Transaction.isValidUnconfirmed 5 years ago
catbref 51fd029e22 Access to log entries from API & checks for some transaction-based API calls. 5 years ago
catbref 126e651f27 Change sync consensus to favour lower-value block sigs + other changes 5 years ago
catbref d33ffee3ba Work on granting forging rights 6 years ago
catbref 93230e9704 Add API call to list blocks with given generator. +more tests +pad genesis public key 6 years ago
catbref d1c547f24a Refactor to use BouncyCastle Ed25519/X25519, and more... 6 years ago
catbref 8e74884536 Fixes after rebase from master 6 years ago
catbref 2f6ef32f35 Replace settings-based generator private keys with DB table and API calls 6 years ago
catbref c9035edd2c Interim proxy minting commit 6 years ago
catbref 9b859f3efd Interim minting commit with block rewards (untested) 6 years ago
catbref 3c06d358b7 interim commit with proxy forging repository/transaction support 6 years ago
catbref 2dc1720af8 Initial support for account flags + tx (genesis account use only atm) 6 years ago
catbref 85acc4d9df Fix incorrect refunds when cancelling asset orders 6 years ago
catbref 2f51ced5c0 Fix incorrectly applied price improvement refund. 6 years ago
catbref c23f55e6a6 Asset trading: refund saving due to price improvement back to initiator 6 years ago
catbref 16dab6972c Fix some asset orders incorrectly matching worse prices. 6 years ago
catbref cfbf5c12bf Supply extra information fields to various asset-related API calls. 6 years ago
catbref a5e963911d New asset pricing scheme (take 2) 6 years ago
catbref 1b45ee85e7 Fix handling of CORS preflight OPTIONS requests. 6 years ago
catbref 7026c35e73 For API "GET /assets" add optional query param "includeData" 6 years ago
catbref 97142fdde8 Return HTTP 400 code with useful message when a ParamException occurs from API call. 6 years ago
catbref 315ebff61d Add optional API request logging via "apiLoggingEnabled" entry in Settings 6 years ago
catbref ed94c3c5b3 Fix Crypto.isValidAddress to return false when passed empty string 6 years ago
catbref 26e3adb92b Completing work on new asset trading changes 6 years ago
catbref 60e562566e Interim commit on new asset trading schema 6 years ago
catbref 031657878e Added safety feature to prevent negative balances 6 years ago
catbref 789b311984 Interim commit with newer asset order "price" arg 6 years ago
catbref d3c1602d9b Adjust Asset data max size to reflect HSQLDB CLOB size 6 years ago
catbref d741580ccf Restore missing minimum fee checks & ValidationResult 6 years ago
catbref c69f84afab Added ApiExceptionManager to try to trace IllegalAnnotationExceptions 6 years ago
catbref 870646fec8 Correct min/max block times for testing blockchain config 6 years ago
catbref c5e5020369 In API call /assets/balances, change "ordering" to be optional but with default "ASSET_BALANCE_ACCOUNT" 6 years ago
catbref a4d28d52cc Add variety of results ordering options to API GET /assets/balances 6 years ago
catbref 0fd8ee3547 Add API GET /assets/transfers/{assetid}/{address} 6 years ago