Commit Graph

401 Commits

Author SHA1 Message Date
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
sairaj mote
c44f8c1c9f Creating landing page 2021-09-26 16:23:29 +05:30
Sai Raj
b2d77a3c2a
Merge branch 'sairajzero:master' into master 2021-09-25 16:27:30 +05:30
sairaj mote
5150990922 UX improvements 2021-09-23 17:04:19 +05:30
sairaj mote
f4df4b7e7b minor bug fixes 2021-09-22 23:54:13 +05:30
sairaj mote
c4ff0b09f9 minor code change 2021-09-22 23:17:17 +05:30
sairaj mote
cb756b26f9 minor bug fix 2021-09-22 23:14:56 +05:30
sairaj mote
14c336b32e minor bug fix 2021-09-22 23:12:18 +05:30
sairaj mote
d3b80f1e89 Added new deposit/loan taking UX for touch based input 2021-09-22 23:04:08 +05:30
sairaj mote
86b1cc4478 UI tweaks 2021-09-22 16:58:19 +05:30
sairaj mote
412d00e47d bug fixes and UX improvements 2021-09-21 16:06:57 +05:30
sairaj mote
316587c9a1 UI tweaks 2021-09-20 19:43:07 +05:30
sairajzero
22fdac08b8 Bug fix
- Fixed: netTotal is undefined in getUserDetails()
- Fixed: bug causes acc map to be undefined when processing loans
2021-09-20 19:16:36 +05:30
sairaj mote
2e73e0e4c5 bug fix that allowed taking loan without having sufficient deposit 2021-09-20 11:59:15 +05:30
sairaj mote
f40ac9473d UI tweak 2021-09-19 20:10:30 +05:30
sairaj mote
b3a3136a96 UI tweaks 2021-09-19 19:25:32 +05:30
sairaj mote
f4ed0e7660 fixed minor loan issue 2021-09-19 18:27:09 +05:30
sairaj mote
877649d3d3 Fixed issue with loan/deposit confirmation popup 2021-09-19 17:39:22 +05:30
sairaj mote
22041801ee Added warning in sign up page 2021-09-19 17:10:28 +05:30
sairaj mote
1c4cb86bdf Sign in/up page UI update 2021-09-19 17:05:46 +05:30
sairaj mote
1b6c358eee UI tweaks 2021-09-19 16:55:08 +05:30
sairaj mote
26b965a752 UI tweaks 2021-09-19 16:27:55 +05:30
sairaj mote
0ef6904a96 Added blockchain links related to accounts 2021-09-19 16:24:44 +05:30
sairaj mote
820684fd0a UX improvements 2021-09-19 15:46:17 +05:30
sairaj mote
6546f1f93a Admin UI improvements 2021-09-18 17:34:07 +05:30
sairaj mote
3a5e5ad7f6 UX improvements and bug fixes 2021-09-17 23:18:44 +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
60220d9ad4 bug fixes
- fixed a bug causing chart to throw error

- fixed a bug causing accounts details to have extra progress step
2021-09-15 16:06:30 +05:30
sairaj mote
e8e2c5a549 Adding admin page UI 2021-09-15 15:43:29 +05:30
sairaj mote
eeaa862d84 refactoring 2021-09-11 23:00:25 +05:30
sairaj mote
b9b071316d UI tweaks 2021-09-11 17:24:15 +05:30
sairaj mote
7d0291ce31 Added empty state illustrations 2021-09-11 16:53:39 +05:30
sairaj mote
599c7d70c5 Added status based filtering for user accounts 2021-09-10 00:55:14 +05:30
sairaj mote
9bafae9387 Adding deposit and loan user flows 2021-09-07 18:09:07 +05:30