15 Commits (e257fd86281efa28e9b101993f77fa06d51e4642)

Author SHA1 Message Date
CalDescent f85bbf12ca Applied reserved "default" keyword when publishing data too - it now maps to a blank identifier. 3 years ago
CalDescent 37e4f1e8d5 "default" is now a reserved keyword when used as an identifier. 3 years ago
CalDescent f87df53791 Don't compute a nonce when creating arbitrary transactions. Instead this can be done by calling POST /arbitrary/compute, or more ideally by the client, such as the UI. 3 years ago
CalDescent d0aafaee60 Added POST /arbitrary/../string API endpoints to allow data to be passed to the core as a string. 3 years ago
CalDescent 332b874493 Removed /arbitrary PUT and PATCH API endpoints. 3 years ago
CalDescent c069c39ce1 Implemented automatic PUT/PATCH detection 3 years ago
CalDescent e994d501b0 Fixed errors in documentation 3 years ago
CalDescent 1c408db907 Rework of arbitrary APIs and qdata to support identifiers 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 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