251 Commits (ae6b41a8936c5cf2281a09e9557d01591494789e)
 

Author SHA1 Message Date
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 d5a2e5be19 Bump Eclipse Jetty version to 9.4.12.v20180830 due to CVE 6 years ago
catbref ed3065f145
Merge pull request #8 from catbref/new-asset-pricing2 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 d9be12e62f
Merge pull request #7 from catbref/assets 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 5f5b847bee Using m2e-aware version of package-info-maven-plugin (v1.0.2-m2e) 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
catbref 2a45e27048 Important FIX to payment-related isValid()! 6 years ago
catbref eb038b8f31 Controller debugging, including logging build version/timestamp 6 years ago
catbref 461c9211da Bump qora-core v2 hard fork timestamp to 00:00:00 June 1st 2019 6 years ago
catbref 315a3c33cf Add API error handler to log unexpected errors/exceptions 6 years ago
catbref 048c54fc0a Add API call to support TRANSFER_ASSET + activity summary API call 6 years ago
catbref 91ee505ba9 Fix GET /assets/trades/recent regression + silence Jetty timeout warnings 6 years ago
catbref 76277ae9c3 Increase asset "data" size and make description/data optional in UPDATE_ASSET 6 years ago
catbref 1b3fa5c806 Automatically set/unset account's defaultGroupId + bugfix 6 years ago
catbref d53777f461 Added "data" field to assets, added UPDATE_ASSET tx + fixes 6 years ago
catbref 8f72d9d423 Don't return empty balances when requesting all asset holders. 6 years ago
catbref cdd1f5e966 API modifications, remove blockchain defaultGroupId, Eclipse/git 6 years ago
catbref 43eec116b5 Reorder handshake to increase compat with v1 nodes + request remote peers 6 years ago
catbref bf3f78e718 Add AssetOrders is_closed fix-up to DB updates + minor 6 years ago
catbref 4d69242cdb Added/improved assets-related API calls 6 years ago
catbref 752361ecff Performance fix & other minor fixes 6 years ago
catbref dbf365472f Suppress Reflections log entry using log4j2.properties 6 years ago
catbref edcbf4f318 Add support for "only one registered name per account" + de-static brokenMD160 blockchain flag 6 years ago
catbref ec5eba9c60 Fix up some group-approval related issues 6 years ago
catbref c7123df79d Better logging for settings/blockchain JSON file parsing 6 years ago
catbref deae03f1a4 Fix blockchain config logic error 6 years ago