1731 Commits (c63d238316bbfe735fcb8d719c4312999085e36f)
 

Author SHA1 Message Date
CalDescent c63d238316 Log the error response in the qdata utility if broadcasting a transaction fails. 3 years ago
CalDescent dcdc48d917 Private key moved from command line argument to QORTAL_PRIVKEY env variable, to improve security. 3 years ago
CalDescent f4c1671079 Removed the need to include public key in recently added API endpoints, as it can be derived from the registered name's owner. 3 years ago
CalDescent 7aa2fbee1c Added "qdata" command line tool to host and retrieve data 3 years ago
CalDescent f1939fdc2b Added generic PUT, PATCH, and GET /arbitrary API endpoints 3 years ago
CalDescent c9356d0ff5 Re-broadcast the arbitrary signatures message if it contains new data, so that the message finds its way to all online peers. 3 years ago
CalDescent 6b5d938a40 Added saveChanges() missing from previous commit, and a discardChanges() just in case. 3 years ago
CalDescent d82da160f3 Added DHT-style lookup table to track file locations 3 years ago
CalDescent 54c8aac20d Commented out unused forwarding code 3 years ago
CalDescent 05be5c1199 Version set to 2.0.0, given that this will ultimately be merged into the main qortal core. It makes sense to keep the version numbers in sync. 3 years ago
CalDescent f19a65148a Revert "Default minPeerVersion set to 0.1.0. TODO: revert this if ever merged into the main repo." 3 years ago
CalDescent a55fc4fff9 When validating an ARBITRARY transaction, ensure that the supplied name exists and is registered to the account that is signing the transaction. 3 years ago
CalDescent 35a7a70b93 Merge remote-tracking branch 'qortal/master' 3 years ago
CalDescent 3e0574e563 Added another missing block archive lookup relating to trade timestamps. 3 years ago
CalDescent 69e557e70d Delete .sha256 file which was left lying around after running the bootstrap unit tests. 3 years ago
CalDescent 1b846be5fc Fixed bug in arbitrary transaction builder 3 years ago
CalDescent 707eb58068 Added testPatchBeforePut() unit test 3 years ago
CalDescent 8630f3be96 Added first end-to-end test of data storage 3 years ago
CalDescent c90aeba286 Return ArbitraryTransactionData instead of a byte array, as it is more useful if the bytes are transformed separately. 3 years ago
CalDescent 5055cfc6cb Removed unused imports 3 years ago
CalDescent c222c4eb29 Updated expected hash of demo data as it has been updated. 3 years ago
CalDescent 6c01955561 Refactor to move arbitrary transaction building to its own class. 3 years ago
CalDescent 305e0f1772 Disable validation of previous hash unless validateAllDataLayers is true 3 years ago
CalDescent 52a94e3256 Added "validateAllDataLayers" setting (default false) 3 years ago
CalDescent a418fb18b6 Hash the current state when creating a patch 3 years ago
CalDescent 9cd579d3db Another typo 3 years ago
CalDescent e1a6ba7377 Fixed incorrect comment. 3 years ago
CalDescent 04aabe0921 Include the original file instead of a patch if the patch is larger than the original file. 3 years ago
CalDescent 8dd4d71d75 Significant rework of patches 3 years ago
QuickMythril 49dd63af1e
updated BTC electrum servers 3 years ago
CalDescent 18c6f0ccc3
Merge pull request #60 from Tocoolmh58/master 3 years ago
QuickMythril 55c50a4b5b
add API option to return inverse price (#61) 3 years ago
CalDescent 12b3267d5c Added arbitrary data merge tests. 3 years ago
CalDescent d6d564c027 Fixed refresh interval of loading screen 3 years ago
CalDescent 1fbd5f7922 Fix for issue causing tradeTimestamp to report as 0 for trades in archived blocks. 3 years ago
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