Commit Graph

522 Commits

Author SHA1 Message Date
sairajzero
6caa0658f6 floCloudAPI v2.1.0a (bugFix)
Fixed bug: UpdateObjectData not working correctly
2021-11-05 18:18:09 +05:30
Sai Raj
b2d77a3c2a
Merge branch 'sairajzero:master' into master 2021-09-25 16:27:30 +05:30
sairajzero
57ef8d14df floBlockchainAPI_v2.1.1a
- formatting the code
2021-09-17 02:46:48 +05:30
sairajzero
5c21a01b68 floBlockchainAPI v2.1.1
- improved sendTx to check if the utxo is already used but unconfirmed (ie, still in mempool) and ignore those utxos.
This allows users to send multiple tx from the same floID without the need to wait for confirmation of prev tx as long as enough utxos are available.

- Optional parameter: strict_utxo (boolean): Default=true (safe mode).
If false, allows unconfirmed UTXOs to be included in the txn.
This will allow users to chain send tx as long as enough balance FLO is available.
WARNING: if one tx in the chain is dropped, all next tx dependent on that tx will be dropped too.

- writeData (as it invokes sendTx) also have the above improvements
2021-09-17 02:25:16 +05:30
sairaj mote
e79d7d117c logout bug fix 2021-08-22 16:29:34 +05:30
sairajzero
f8954a2532 floBlockchainAPI v2.1.0
- readData: option txid changed to tx. now resolves data with txid, time, blockheight along with flo data as an object [if option tx is true].
Note: backward not compactible when txid was passed as option
2021-08-12 21:47:02 +05:30
sairaj mote
6ccbc141d4 Deploying new version of RIBC 2021-08-04 15:10:20 +05:30
sairaj mote
7efbf28b8c fixed bug with edits not preserving text formatting 2021-08-03 16:22:23 +05:30
sairaj mote
e500f47b28 minor bug fix 2021-08-03 16:10:40 +05:30
sairaj mote
3affb3d4cb UX changes 2021-08-03 16:10:19 +05:30
sairaj mote
02f15ab652 Feature update
-- added option to edit task title and description in admin page
2021-08-03 15:30:43 +05:30
sairaj mote
56006d81cf Feature update and bug fix
-- Added - filtering intern updates by date

-- fixed - bug that caused infinite loop when end of update list is reached
2021-08-03 01:22:55 +05:30
sairaj mote
5b80f45560 Fixed bug related to task status in admin page 2021-08-02 21:45:19 +05:30
sairaj mote
4856365b0a Removed branches from project view 2021-08-02 18:00:24 +05:30
sairaj mote
cdc066e002 fixed bug with intern port update feature 2021-08-02 17:34:26 +05:30
sairaj mote
6989d2fec3 Added branch start point 2021-08-02 17:26:09 +05:30
sairaj mote
5a7e4beb23 Feature update and refactoring
-- added new watchlist UI
2021-08-02 01:13:02 +05:30
sairaj mote
c454c22d96 Adding better way to visualize task branches 2021-08-01 18:12:19 +05:30
sairaj mote
ec506592b5 Refactoring intern update filter logic 2021-07-31 16:07:32 +05:30
sairaj mote
dcd48da076 bug fixes 2021-07-30 18:07:06 +05:30
sairaj mote
87460fa000 Optimizing rendering 2021-07-29 16:57:00 +05:30
sairaj mote
0eccc4ffe4 Changed intern search logic 2021-07-29 01:06:17 +05:30
sairaj mote
f15e874b92 Added FAB for admin actions 2021-07-28 17:07:36 +05:30
sairaj mote
02ec3ad22e Mobile friendly design for projects explorer page 2021-07-28 16:10:56 +05:30
sairaj mote
70ff7095ea Making admin panel mobile friendly 2021-07-28 15:09:21 +05:30
sairaj mote
c321106d6f Added lazy loading to intern updates 2021-07-27 16:09:15 +05:30
sairaj mote
9d9d6b5373 layout and feature update
-- Added filtering updates by project and intern

-- Added new break-point for desktop UI
2021-07-27 00:16:38 +05:30
sairaj mote
3a38d5cb03 Added filter by project to intern updates page 2021-07-26 17:19:51 +05:30
sairaj mote
6664ed910c admin page layout changes 2021-07-24 15:51:48 +05:30
Sai Raj
09539c1dc6
Merge pull request #14 from sairajzero/master 2021-07-24 04:24:32 +05:30
Sai Raj
4df09c206f
Merge branch 'master' into master 2021-07-24 04:24:02 +05:30
sairajzero
b575432ace floCloudAPI_v2.1.0
- Updating to node version of SuperNodeStorage
2021-07-24 04:09:44 +05:30
sairaj mote
708d6889a5 Refactoring and layout update
-- added separate page for all intern updates
-- removed notification panel
2021-07-23 23:51:08 +05:30
sairaj mote
3b7c020ad7 Code refactoring 2021-07-22 18:48:43 +05:30
sairaj mote
4fdc8ca1cf Adding New UI 2021-07-01 19:28:42 +05:30
Sai Raj
571499907e
Update README.md 2021-06-25 15:16:48 +05:30
ea2a586b5a
Updted Flosight list 2021-06-22 18:59:26 +05:30
SaketAnand
0da97e96d1 Merge branch 'master' of https://github.com/ranchimall/RIBC 2021-06-12 13:54:05 +05:30
SaketAnand
d95cf20b8b Update index.html
added backslash to flosight api
2021-06-12 13:53:28 +05:30
Ritika-Agrawal0811
8b3836a827 bug fix 2021-06-08 10:44:10 +05:30
sairajzero
df8df5edbc floBlockchainAPI_2.0.1e
- Adding floBlockchainAPI.util.current(): returns the current working flosight link (to be used after at least 1 API request'
2021-06-07 14:27:52 +05:30
sairajzero
25df4bbbc0 bugfix (floBlockchainAPI_v2.0.1d)
floBlockchainAPI_v2.0.1d
- fetch_retry removes incorrect uri when parallel requests are called.
2021-06-06 17:10:55 +05:30
SaketAnand
06e1cc7c13 Update index.html
updated apiurl for flosight
2021-06-06 15:41:25 +05:30
Sai Raj
45eb340844
updating apiurl 2021-06-05 13:32:20 +05:30
Sai Raj
ed4243f70c
bugfix: flosight 2021-06-05 13:26:14 +05:30
Sai Raj
577743e0e4
bugfix: flosight 2021-06-05 13:18:11 +05:30
Sai Raj
f7fcaf12c6 Merge branch 'sairajzero:master' into master 2021-06-05 12:34:53 +05:30
sairajzero
99ac3accb9 bugfix: (floBlockchainAPI v2.0.1c)
-Fixed: no Flosight working error shown even when there  are flosight(s) working
2021-06-05 12:27:32 +05:30
sairajzero
962f68c230 floBlockchainAPI v2.0.1b
Additional filter options to readData function
- receivedOnly: filters only received data
- txid: (boolean) resolve txid or not
- sender: flo-id(s) of sender
- receiver: flo-id(s) of receiver
2021-04-22 02:09:48 +05:30
sairajzero
05f110661e floCrypto_v2.0.1, floBlockchainAPI_v2.0.1a
floCrypto_v2.0.1 (ASCII fns)
- validateASCII
- convertToASCII
- revertUnicode

floBlockchainAPI_v2.0.1a
bugfix
2021-04-18 02:36:51 +05:30