Commit Graph

13 Commits

Author SHA1 Message Date
sairajzero
39ca525822 Wrap kBucket module inside cloud.js 2022-07-26 03:07:54 +05:30
sairajzero
ff0161ef6b Update std_op
- Update std_op to latest
- Changed floCrypto.validateAddr to floCrypto.validateFloID
2022-07-22 02:17:24 +05:30
sairajzero
4ad512fc1d Refresh blockchain-data periodically
- Refresh the blockchain data atleast once every 1 hour.
- If regular countdown (based on requests) occurs, then automatically reset the blockchain-refresh timer.
2022-04-19 03:45:36 +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
75064ad4c0 bug fix 2022-02-06 01:47:23 +05:30
sairajzero
a75fbc067f Bug fix 2022-02-06 01:34:09 +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
25a342a2db Minor changes
- config.json and param.json moved to args/
- param-default.json will be used by default if param.json is not generated by the user
- Renamed launch.js to start.js
- Minor bug fixes
2021-07-29 20:34:29 +05:30
sairajzero
a91df8a2b2 Bug fix
- Promisified the refresher invoke fn.
- Connect to next node upon 1st refresher resolve
2021-07-24 01:04:20 +05:30
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
98fef6832f Rename start.js to main.js 2021-07-22 03:02:33 +05:30