Commit Graph

663 Commits

Author SHA1 Message Date
sairaj mote
9eb295f177
Merge pull request #3 from sairaj-mote/master
latest changes
2020-10-06 15:01:14 +05:30
sairaj mote
697f30fa19
Merge pull request #6 from ranchimall/pr/1
Merge pull request #2 from sairaj-mote/master
2020-10-06 14:58:37 +05:30
sairaj mote
d298eb7cd9
Merge pull request #2 from sairaj-mote/master
Creating development branch
2020-10-06 14:42:09 +05:30
sairaj mote
07d2753980 0.0.68 2020-10-06 00:04:19 +05:30
sairaj mote
515f0a12d2 0.0.67 2020-10-05 18:56:03 +05:30
sairaj mote
5e7f2d9c20 0.0.66 2020-10-05 16:59:18 +05:30
sairaj mote
f69f8c1aff 0.0.65 2020-10-05 12:58:46 +05:30
sairaj mote
90af3b0404 0.0.64 2020-10-05 03:03:12 +05:30
sairaj mote
ab0e89e568 0.0.63 2020-10-04 18:13:43 +05:30
sairaj mote
1104cc9ee3 0.0.62 2020-10-04 17:00:23 +05:30
sairaj mote
169446a9bd 0.0.61 2020-10-04 16:22:07 +05:30
sairaj mote
fdd6a274a2 0.0.60 2020-10-04 13:10:35 +05:30
sairaj mote
f4938d2e59 0.0.59 2020-10-04 12:59:50 +05:30
sairaj mote
00c1797e5d 0.0.58 2020-10-04 12:51:59 +05:30
sairaj mote
2df7068cb5 0.0.57 2020-10-04 12:26:39 +05:30
sairaj mote
1b98f4fffc 0.0.56 2020-10-03 19:14:08 +05:30
sairaj mote
22a5d1806a 0.0.55 2020-10-03 16:42:18 +05:30
sairaj mote
1ed2a4f462 0.0.54 2020-10-03 15:13:57 +05:30
sairaj mote
3210b3d50c 0.0.53 2020-10-03 13:32:53 +05:30
sairaj mote
afc1ac087a 0.0.52 2020-10-03 02:00:12 +05:30
sairaj mote
c9aba753ce 0.0.51 2020-10-02 20:32:36 +05:30
sairaj mote
2da8cb8ce8 0.0.50 2020-10-02 17:18:33 +05:30
sairaj mote
9de4119272 0.0.49 2020-10-02 14:39:39 +05:30
sairaj mote
c654bc29a6 0..0.48 2020-10-02 01:53:56 +05:30
sairaj mote
ae0ae51989 0.0.47 2020-10-01 23:05:44 +05:30
sairaj mote
70676538af 0.0.46 2020-10-01 03:47:55 +05:30
sairaj mote
398f14e85e 0.0.45 2020-09-30 03:22:17 +05:30
sairaj mote
9c1053769a 0.0.44 2020-09-30 03:01:16 +05:30
sairaj mote
184276fb7c 0.0.43 2020-09-28 03:07:32 +05:30
sairaj mote
449316b73d 0.0.42 2020-09-28 00:54:09 +05:30
sairajzero
cc2d4f8248 Mark feature 2020-09-27 03:21:43 +05:30
sairaj mote
5e2cea29c9 0.0.41 2020-09-26 18:41:39 +05:30
sairaj mote
ed5dcf9623 0.0.40 2020-09-26 15:03:39 +05:30
sairaj mote
e281e81587 0.0.39 2020-09-24 21:26:01 +05:30
sairaj mote
2be4b84cc6 0.0.38 2020-09-23 01:22:10 +05:30
sairaj mote
a5f4f8de06 0.0.37 2020-09-22 21:04:42 +05:30
sairaj mote
752e3b1bd5 0.0.36 2020-09-22 04:57:22 +05:30
sairajzero
65f16fa14b Bug fixes
minor bug fixes
2020-09-20 13:11:07 +05:30
sairaj mote
1364bcb8b8 0.0.35 2020-09-20 03:39:48 +05:30
sairajzero
4e9af8060a stdop Improvement
STD_OP

floGlobals
- combined vectorClock (for objectData) and generalVC (for generalData) into lastVC.

init
- Bug fixed: floData of 16 character dropped by floSight.

floCrypto
- Improved getFloIDfromPubkeyHex to getFloID: return floID from either pubKey or privKey.
- verifyPrivKey, validateAddr return false if arguments are empty.

floSupernode
- Removed floSupernode module.
- Kbucket submodule moved to floCloudAPI

Kbucket (subModule)
- Improved KBucket module
- Kbucket cyclic array (SNCO) is formed (w.r.t. distance) when kBucket is launched
- nextNode, prevNode are determined by SNCO

compactIDB
- Improved searchData (accepts option parameter instead of patternEval)
	.options (lowerKey, upperKey, atKey, patternEval, lastOnly)

floCloudAPI
- Improved data signature during sending.
	.current format ( ["receiverID", "time", "application", "type", "message", "comment"])
- Adding live request:
	.requesting data now accepts option callback
	.when callback option is passed, the request becomes live request
	.ie, cloud automatically forwards new data received by the requested floID
	.callback function is called with new data is received
	.callback supported functions: requestApplicationData, requestGeneralData, requestObjectData
- Adding feature to delete from cloud.
	.data received can now be deleted from cloud
	.signature is required for verification (thus requires privKey logged in)
	.can only delete own data (received only)

floDapps
- merged manageSubAdmins and setApplicationSettings into manageAppConfig(adminPrivKey, addList, rmList, settings)
- Improved getNextGeneralData
	.getNextGeneralData can now sub-categorize comment (even when generalData is request for all comment)
	.getNextGeneralData now keeps a track pointer of previously called. [vectorClock (ie, second parameter) must be null, default is null]
2020-09-19 03:39:19 +05:30
sairaj mote
08a16aabcc 0.0.34 2020-09-19 01:38:59 +05:30
sairaj mote
45631075b2 0.0.33 2020-09-18 13:57:52 +05:30
sairaj mote
d1405ccc10 0.0.32 2020-09-17 17:32:18 +05:30
sairaj mote
983429d169 0.0.31 2020-09-17 14:10:45 +05:30
sairaj mote
2c58bd662a
Added link for different sections 2020-09-17 13:59:05 +05:30
sairaj mote
ec6fd0ba5a 0.0.30 2020-09-15 04:25:48 +05:30
sairaj mote
267372cff1 0.0.29 2020-09-14 18:51:15 +05:30
sairaj mote
092cd14aaa 0.0.28 2020-09-13 21:49:30 +05:30
sairaj mote
146d1dbba6 0.0.27 2020-09-12 17:47:44 +05:30
sairaj mote
354ceb7029 0.0.26 2020-09-12 14:59:08 +05:30