sairajzero
6f47473408
Moved cryptocoin initialization to 'lib' script-tag
2022-02-27 22:10:49 +05:30
sairajzero
3f54c5aa5c
Some minor fixes: floCloudAPI v2.1.1
...
- MarkApplicationData not working correctly when Array is passed
- Marking data should fetch to data's receiverID supernode
- findDiff and mergeDiff moved to bottom of floCloudAPI tag
2022-02-27 21:41:35 +05:30
sairajzero
0eb4d59dc3
Bug fix
2022-02-27 21:34:05 +05:30
sairajzero
10fa130229
Organizing scripts: floBlockchainAPI v2.2.0
...
- converted XMLHttpRequest to fetch request
2022-02-27 20:38:14 +05:30
sairajzero
3cb6c3f60c
Organizing scripts: floCrypto v2.2.0
2022-02-27 20:33:51 +05:30
sairajzero
8094660f53
Organizing scripts: lib v1.2.0
2022-02-27 20:31:15 +05:30
sairaj mote
808a7240ab
Fixing optional chaining issue on Brave
2022-01-03 16:26:39 +05:30
790db7d276
Update README.md
2021-12-31 08:15:10 +05:30
1e26b5b723
Update README.md
2021-12-31 07:53:27 +05:30
e981c26e25
Update README.md
2021-12-29 19:35:46 +05:30
4fec06df0e
Update README.md
2021-12-29 18:37:18 +05:30
4824c416b5
Update README.md
2021-12-29 18:01:05 +05:30
442982f073
Update README.md
2021-12-29 17:58:54 +05:30
b85ea1cbe6
Update README.md
2021-12-29 17:28:52 +05:30
f426875692
Update README.md
2021-12-29 17:27:02 +05:30
ae82e254d2
Incomplete shares bugfix
...
Bugfix: Clears credentials and reloads if all shares are not present
2021-12-29 16:05:33 +05:30
822b446d18
Update README.md
2021-12-23 13:47:38 +05:30
4d5196bac4
Update README.md
2021-12-22 12:24:04 +05:30
38d1d798d5
Update README.md
2021-12-22 12:23:08 +05:30
f34bcc9374
Update README.md
2021-12-22 12:22:31 +05:30
9678176f3b
Update README.md
2021-12-22 12:08:24 +05:30
f75337c9b0
Update README.md
2021-12-22 12:06:28 +05:30
f38f9fe28d
Update README.md
2021-12-22 12:02:35 +05:30
86458d5d3c
Update README.md
2021-12-22 12:01:39 +05:30
2c5dac54b2
Update README.md
2021-12-22 12:00:46 +05:30
22f6f5ae81
Update README.md
2021-12-21 08:38:32 +05:30
420c3a7164
Update README.md
2021-12-21 08:29:50 +05:30
b66fe52f54
Update README.md
2021-12-21 08:29:05 +05:30
d34143a3dc
Update README.md
2021-12-21 08:21:46 +05:30
13007684f0
Update README.md
2021-12-21 08:12:49 +05:30
85ddbc16a5
Update README.md
2021-12-21 08:07:11 +05:30
4cb88db46f
Update README.md
2021-12-19 18:28:38 +05:30
aa7fce1c02
Update README.md
2021-12-19 18:27:22 +05:30
Sai Raj
0b42046022
Merge branch 'sairajzero:master' into master
2021-11-05 18:18:23 +05:30
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