Commit Graph

31 Commits

Author SHA1 Message Date
sairajzero
9468db3e1c Bug fix
- Fixed: DB.storeNode not returning a Promise
2023-07-08 13:20:22 +05:30
sairajzero
121979b696 SQL improvement
- Improved SQL query for periodic clearing of old/unauthorised data
2023-07-06 22:29:38 +05:30
sairajzero
e60a904e1d sql query update for searchData
- use placeholders for all user given values
2023-05-19 03:15:29 +05:30
sairajzero
3f5d6541d1 Bug fix
- Fixed: note field not stored properly on backup sync
2022-12-23 23:25:58 +05:30
sairajzero
5bca07d2d6 Fixed minor bugs
- Fixed: Infinite sync loop occurring in receiver end
- Fixed: clearUnauthorisedAppData SQL statement
2022-12-21 04:17:18 +05:30
sairajzero
49dce2b8b6 Bug fixes
- moved constants to _constants.js
- Fixed: query stream not working with values
- Fixed: sync not closing
- Fixed: various minor bugs
2022-12-21 03:34:41 +05:30
sairajzero
6dff51560a Node URL change and Trusted IDs
Update node URL
- Can now change URLs for nodes without disk migration
- `updateNodes` JSON object property for updating the URL of nodes

Trusted IDs
- Added TrustedIDs for apps
- TrustedIDs are added/removed by admin ID
- TrustedIDs have permission to edit the tag field

Other changes
- supernode configs are converted into strings when stored in DB. (parsed back when retrieving from DB)
- updated SubAdmin column type from VARCHAR(3500) to TEXT
2022-12-18 03:23:57 +05:30
sairajzero
43a3b16bbe Update database files and improvements
- moved base table struct to base_table.json
- moved cloud data struct to data_structure.json
- improvements to database module
- use database.DB from module.export cache instead of global mapping
2022-12-17 01:10:34 +05:30
sairajzero
ee8089f858 Improvement: streamed DB.readAllData
- DB.readAllData is now a streamed function (readlAllDataStream)
- Large number data from database can be processed without any issue
2022-11-30 03:50:12 +05:30
sairajzero
a506cd0d8d bug fix
- proxy id not requested properly
2022-07-26 15:37:09 +05:30
sairajzero
d6e30c6470 Support to accept addresses from other blockchain 2022-07-26 03:17:28 +05:30
sairajzero
1e77954eba Minor fixes
- update floBlockchainAPI
- Fixed: senderID not working correctly in GET request when Array is passed
2022-03-08 03:55:41 +05:30
sairajzero
060d3b618d Bug Fixes
- Fixed: processIncomingData throwing error when using POST request
- Fixed: tag/note data not working properly (getData returns an array, thus need to use result[0])
- Adding data, tag, note will return the entire data (ie, all columns) to user
- Fixed: a minor syntax bug in DB.getData
- Fixed: mostRecent option not giving the last record correctly
2022-03-08 01:23:17 +05:30
sairajzero
fbd515137b New requestData parameter 'afterTime'
- if afterTime parameter is passed in request, any data changed (tag, note) after given time is returned. (afterTime also combines with other condition parameters).
- Request data now return all columns from the table
2022-03-03 01:00:32 +05:30
sairajzero
52571ccf8b New feature: Note And some other improvements
Added new feature 'Note':
- Receivers can add a tiny note to data received.
- For data received by adminID of authorised app, subAdmins will also be able to add/edit note

Improved Invalid error and Internal error feedback:
- Only Invalid errors are relayed to user ( Invalid error code: 400).
- Internal errors caused just indicate 'unable to process request' to user (Internal error code: 500)

Other changes:
- Processing Tag will now check application from data stored. application parameter is not required (Signature will require vectorClock instead of application).
- Fixed bug: clear-authorized-data using incorrect floID values
2022-03-03 00:39:03 +05:30
sairajzero
6ab35a666c Bug fixed: atVectorClock not working correctly 2022-02-20 23:51:26 +05:30
sairajzero
a75fbc067f Bug fix 2022-02-06 01:34:09 +05:30
sairajzero
e04672d401 Increasing body message size to LONGTEXT (4GB) 2022-02-06 00:39:00 +05:30
sairajzero
5dd422afed Bug fixes 2021-08-06 19:37:09 +05:30
sairajzero
50c820310a Bug fixes 2021-08-06 04:42:39 +05:30
sairajzero
9001b21b07 bug fix 2021-07-29 16:40:55 +05:30
sairajzero
6b69469477 Bug fixes
- Changed some console.log to console.debug (Also added few more).
- Fixed: DB.lastLogTime not returning correct value
- Fixed: MySQL disconnection bug. Now using Pool connect for persistent connection.
- Fixed: connectNode not connecting properly due to a typo.
- Fixed: RECONNECT_NEXT_NODE const value not added
- Fixed: reconnectNextNode not triggered when only one node was online and a node comes online.
- Fixed: orderBackup not storing the order properly when less or just sufficient nodes available.
- Added: orderBackup to requesting data when sync is required
- Fixed: typo in sendStoredData
- Added: logInterval of _prevNode, _nextNode and _list
2021-07-26 05:31:54 +05:30
sairajzero
685a383c8e bug fix 2021-07-23 20:58:29 +00:00
sairajzero
70196b004d Bug fixes 2021-07-23 00:07:54 +00:00
sairajzero
dea8835245 bug fix
- Adding semicolons to end of statements to prevent potential bugs.
- Logged in ID and Database connection will be notified.
- Fixed: database.js - few functions not having return promise statement.
2021-07-23 03:06:00 +05:30
sairajzero
bb21b1c436 update supernode modules
- Auto Disk cleanup
- Data migration (node addition and node deletion)
- Some minor bugs and typo fixes
2021-07-22 01:50:20 +05:30
sairajzero
968e911b57 update supernode modules 2021-07-18 05:08:33 +05:30
sairajzero
b0080c5e42 update modules 2021-07-17 04:34:50 +05:30
sairajzero
aa23c30287 update supernode modules 2021-07-16 20:01:45 +05:30
sairajzero
c1e56354b0 Adding SuperNode modules 2021-07-16 04:37:00 +05:30
sairajzero
1f5a9218dd Adding database.js and server.js 2021-07-05 03:23:34 +05:30