1796 Commits (054860b38db36171df01518a41d67a75f4689936)
 

Author SHA1 Message Date
CalDescent f0e13fa492 Arbitrary transaction names are now case insensitive 3 years ago
CalDescent c8d5ac9248 Fixed bug in ArbitraryTransactionTransformer.getDataLength() when missing a name. 3 years ago
CalDescent aa4f77d4de Fixed merge issues relating to database updates. Existing data nodes will need to delete their db folder and resync. 3 years ago
CalDescent f3ef112297 Merge remote-tracking branch 'qortal/master' 3 years ago
CalDescent bbb71083ef Updated AdvancedInstaller project for v2.0.0 3 years ago
CalDescent e2134d76ec Bump version to 2.0.0 3 years ago
CalDescent 651372cd64 Bump version to 2.0.0-beta.7 3 years ago
CalDescent 581fe17b58 Added message to check the internet connection if the download cannot start. 3 years ago
CalDescent af8608f302 Show full stack trace when bootstrapping fails for any reason. 3 years ago
CalDescent 290a19b6c6 Log the URL when downloading a bootstrap, to help with problem solving. 3 years ago
CalDescent 73eaa93be8 Added missing space in log entry. 3 years ago
CalDescent 7ab17383a6 Fix for NPE when serialized block bytes are unavailable. 3 years ago
CalDescent b103c5b13f Bump version to 2.0.0-beta.6 3 years ago
CalDescent b7d8a83017 Log "Downloading bootstrap..." as well as showing it in the splash screen. 3 years ago
CalDescent e7bf4f455d Added missing repository.saveChanges() when reimporting data after creating a bootstrap. 3 years ago
CalDescent a7f212c4f2 Create a .sha256 file to accompany each bootstrap 3 years ago
CalDescent eb991c6026 Fixed issue causing bootstrap validation to be ignored before creation. 3 years ago
CalDescent a78af8f248 Added SHA-256 file digest utility methods. 3 years ago
CalDescent f34bdf0f58 Fixed issue causing minting accounts to be lost in some cases when auto bootstrapping. 3 years ago
CalDescent ba272253a5 Bump version to 2.0.0-beta.5 3 years ago
CalDescent 9f488b7b77 Sleep for 5s before cleaning up temp path, in case this improves reliability on Windows. 3 years ago
CalDescent 3fb7df18a0 Delete temp directories at the beginning of the bootstrap process too, as Windows doesn't like deleting it at the end of the process. 3 years ago
CalDescent 00401080e0 Simplified cleanup process. Individual deletions aren't needed as they are all inside the main temp directory. 3 years ago
CalDescent b265dc3bfb Don't log the complete stack trace for exceptions generated by bootstrap.checkRepositoryState(). The error message is enough in these cases. 3 years ago
CalDescent 63cabbe960 Log the full exception details and stack trace when creating bootstraps. 3 years ago
CalDescent f6c1a7e6db Disregard exceptions in the bootstrap creation cleanup process because these don't affect the created bootstrap - instead just log the exception and full stack trace. 3 years ago
CalDescent a3dcacade9 Now showing errors directly in the POST /bootstrap/create API response. 3 years ago
CalDescent 17e65e422c Bump version to 2.0.0-beta.4 3 years ago
CalDescent f53e2ffa47 Add initial peers on node startup if we don't have any in the repository. 3 years ago
CalDescent a1e4047695 Rework of bootstrap finalization process. 3 years ago
CalDescent 47ce884bbe Delete all known peers when creating a bootstrap 3 years ago
CalDescent 1b17c2613d Show "full node" or "top-only" in the "Downloading bootstrap" message. 3 years ago
CalDescent dedc8d89c7 Handle case when attempting to load a block from the archive by reference, but the referenced block is in the main block repository, not the archive. This is the case with the genesis block. 3 years ago
CalDescent d00fce86d2 Treat the genesis block as unpruned, as we leave this in the HSQLDB repository. 3 years ago
CalDescent abab2d1cde Fixed issue preventing blocks from being served from the archive. 3 years ago
CalDescent 33b715eb4e Merge branch 'networking' into v2.0-beta 3 years ago
CalDescent f6effbb6bb Removed unnecessary repository parameter from PruneManager.isBlockPruned() 3 years ago
CalDescent dff9ec0704 Don't attempt to cache blocks from the archive, as they will never be recent 3 years ago
CalDescent bfaf4c58e4 Make sure to check the archive when serving block summaries and signatures 3 years ago
CalDescent ab7d24b637 Updated status wording 3 years ago
CalDescent c256dae736 Ensure that the temp directory is always in the parent directory of the db folder. 3 years ago
CalDescent 5a55ef64c4 Bump version to 2.0.0-beta.3 3 years ago
CalDescent 045026431b Create a cleaner base directory path, without the "/./" 3 years ago
CalDescent 4dff91a0e5 Initial bootstrap import retry interval reduced from 5 minutes to 1 minute 3 years ago
CalDescent 7105872a37 Improved exception message 3 years ago
CalDescent 179bd8e018 Moved repository reopen to the finally {} block, so that we're never left without a repository instance. Should fix occasional "No repository available" error seen when retrying. 3 years ago
CalDescent c82293342f Show full exception stack trace when a bootstrap import fails 3 years ago
CalDescent 81bf79e9d3 Bump version to 2.0.0-beta.2 3 years ago
CalDescent 8d6dffb3ff Added test for bootstrap random host selection. 3 years ago
CalDescent 2f6a8f793b Invert the colours in the splash screen 3 years ago