1304 Commits (e6bde3e1f4e3b50a4a68051073008c9f44fba6ec)
 

Author SHA1 Message Date
CalDescent e6bde3e1f4 Minimum order size set to 0.01 LTC, to avoid dust errors. 3 years ago
CalDescent 5869174021 Combined the three invalid name registration block patches into a single class. This should allow syncing from genesis again. 3 years ago
CalDescent 449761b6ca Rework of "Names" integrity check 3 years ago
CalDescent 39d5ce19e2 Removed unused import. 3 years ago
CalDescent 3b156bc5c9 Added database integrity check for registered names 3 years ago
CalDescent a4f5124b61 Delete signatures from the invalidBlockSignatures array if we haven't seen them in over 1 hour 3 years ago
CalDescent 47a34c2f54 Validate blocks in syncToPeerChain() before orphaning 3 years ago
CalDescent 8a7446fb40 Added "apiKeyDisabled" setting to bypass API key / loopback checking for those who need it. 3 years ago
CalDescent 705e7d1cf1 Test name.register() and name.unregister() 3 years ago
CalDescent 44a90b4e12 Keep track of invalid block signatures and avoid peers that return them 3 years ago
CalDescent 54e5a65cf0 Allow an alternative block to be minted if the chain stalls due to an invalid block 3 years ago
CalDescent 06a2c380bd Updated and added some naming tests. 3 years ago
CalDescent 33ac1fed2a Revert "Treat a REGISTER_NAME transaction as an UPDATE_NAME if the creator matches." 3 years ago
CalDescent cc65a7cd11 Fixed bug which prevented the "reduced name" from being updated in UPDATE_NAME transactions. 3 years ago
CalDescent d600a54034 Modified name update tests to check the reduced name. 3 years ago
CalDescent ce60ab8e00 Updated naming unit tests 3 years ago
CalDescent e90c3a78d1 Updated default "data" field text in the API documentation, to match the value the UI uses. 3 years ago
CalDescent 63c9bc5c1c Revert "Workaround for block 535658 problem" 3 years ago
CalDescent a6bbc81962 Revert "Merge pull request #58 from QuickMythril/536140-fix" 3 years ago
CalDescent b800fb5846 Treat a REGISTER_NAME transaction as an UPDATE_NAME if the creator matches. 3 years ago
CalDescent 172a629da3 Added comments 3 years ago
CalDescent 6d1f7b36a7
Merge pull request #58 from QuickMythril/536140-fix 3 years ago
QuickMythril 673ee4aeed
Update Block.java 3 years ago
QuickMythril 25b787f6f2
Add files via upload 3 years ago
CalDescent 6b74ef77e6 Increased log level of invalid transaction message. 3 years ago
CalDescent 278201e87c Workaround for block 535658 problem 3 years ago
CalDescent 1b39db664c Added missing ATStatesHeightIndex to the reshape code. 3 years ago
CalDescent b4f980b349 Restrict lists API endpoints to local/apiKey requests only. 3 years ago
CalDescent 673f23b6a0 Improvement to commit f71516f 3 years ago
QuickMythril 8c325f3a8a
original design 3 years ago
CalDescent f71516f36f Skip finished ATs in the refund API endpoints. 3 years ago
CalDescent 1752386a6c Fixed logging errors in previous commit. 3 years ago
CalDescent 112675c782 Better handling of RPC errors. 3 years ago
CalDescent 3b6ba7641d Updated icon for Qortal.exe 3 years ago
CalDescent 477a35a685 Fixed response schema for GET /lists/blacklist/addresses endpoint 3 years ago
CalDescent 2a0a39a95a Avoid creation of lists directory until the first item is added to a list. 3 years ago
CalDescent dfc77db51d
Merge pull request #57 from ScythianQortal/translations 3 years ago
CalDescent c9596fd8c4 Catch exceptions thrown during GUI initialization. 3 years ago
CalDescent 78373f3746 HTLC redeem/refund APIs switched from GET to POST. 3 years ago
CalDescent ebc3db8aed Default file path for repository data imports set to "qortal-backup/TradeBotStates.json". This allows the trade bot backup to be imported in a single click, and can now be potentially added as a button in the UI. 3 years ago
CalDescent 756601c1ce Initialize to an empty list. 3 years ago
CalDescent 8bb5077e76 Catch occasional NPE when setting tray icon. 3 years ago
CalDescent 5b85f01427 Added defensiveness to list management methods in ResourceList.java 3 years ago
CalDescent a7d594e566 Log the AT states reshape progress, as it seems to be taking a very long time. 3 years ago
CalDescent 481e6671c2 Added GET /lists/blacklist/addresses API endpoint 3 years ago
Scythian b890e02a6a Added new TransactionValidity keys 3 years ago
Scythian 4772840b4c Reorganised translations 3 years ago
CalDescent cd7adc997b Prevent duplicate entries in a list. 3 years ago
CalDescent 9fdc901b7a Added POST /lists/blacklist/addresses and DELETE /lists/blacklist/addresses API endpoints. 3 years ago
Scythian 76ec3473d6 Updated TransactionValidity keys 3 years ago