1962 Commits (3780767cccf2e32a92569678ae9cd8deb67fce40)
 

Author SHA1 Message Date
Scare Crowe 319d96f94e Add CWD bootstrap node 3 years ago
CalDescent 6f07dc7852 Always overwrite existing data when building via the queue. 3 years ago
CalDescent 16bcba6e2e When accessing a website or other data resource, request the chunks if we don't already have them. 3 years ago
CalDescent 1002acb021 Fixed error in log entry. 3 years ago
CalDescent b771544c5d Added test to check website/data updates. 3 years ago
CalDescent 8c7f09c454 Fixed yet another case sensitivity issue. 3 years ago
CalDescent 618cffefb1 Made names case insensitive when using them as a search filter. 3 years ago
CalDescent 8fd37e857e Fixed case sensitivity issue when building from past transactions. 3 years ago
CalDescent 8218bfd24b Initial implementation of storage policies. 3 years ago
CalDescent cbb2dbffb9 The /arbitrary/search API endpoint now uses a string instead of an int for the "service", and shows a dropdown of possible values in the API documentation page. 3 years ago
CalDescent 528a838643 Fixed bug in previous commit 3 years ago
CalDescent cbed6418e7 Added ability to filter arbitrary transactions by name when searching. 3 years ago
CalDescent 4882cc92a8 StoragePolicy enum moved to new ArbitraryDataStorageManager class 3 years ago
CalDescent 28fb11068e Added "storagePolicy" setting, including startup validation. 3 years ago
CalDescent 394ced9fb9 "Lists" feature is now generic. 3 years ago
CalDescent 90465149e6 Added API endpoints to allow registered names to be followed/unfollowed. 3 years ago
CalDescent c6d868d981 "Lists" feature is now generic. 3 years ago
CalDescent bada4fd140 Use a buffered digest where possible instead of reading the whole file contents into memory. 3 years ago
CalDescent 60f96d15bd When specifying a domain without a subdomain, add a www. version automatically. 3 years ago
CalDescent 0328007345 Domain mapping now uses registered name instead of transaction signature. 3 years ago
CalDescent 3ad0e92a0f Log empty responses in qdata 3 years ago
CalDescent 3934120541 Return the data directly in GET /arbitrary/{service}/{name}, instead of a path to the data 3 years ago
CalDescent 24ca126f5a Various qdata improvements 3 years ago
CalDescent 651ca71126 Added transaction validity log. 3 years ago
CalDescent e7cb33d8e2 Synchronize peer data lookups. 3 years ago
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 314b6fc2f8 Include the initial peers when creating bootstraps 3 years ago
CalDescent 974df031a0 Added another bootstrap host 3 years ago
CalDescent 36d0292c6b Added "sleep until message" functionality to LTC ACCTv2. 3 years ago
CalDescent 7c16952c92 Added LitecoinACCTv2 and LitecoinACCTv2TradeBot 3 years ago
CalDescent 557807e3ba Initial attempt at adding "sleep until message" functionality to DOGE ACCTv2. 3 years ago
CalDescent c1d5b2df29 Added DogecoinACCTv2 and DogecoinACCTv2TradeBot 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