Commit Graph

382 Commits

Author SHA1 Message Date
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
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
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
sairajzero
ccba703e40 bug fix: BTC base not accepting decimal 2021-07-18 16:26:33 +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
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
a00bdbda99 bug fix 2021-06-07 14:25:06 +05:30
sairaj mote
d0af4cb396 fix
, 'https://flosight.duckdns.org/'
2021-06-06 17:55:58 +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
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
sairaj mote
e52c49417f UI update 2021-05-23 17:28:42 +05:30
sairaj mote
36b44b0136 Bug fix 2021-05-21 16:43:58 +05:30
sairaj mote
58f4942d70 UI update
Added currency formatting to remaining prices
2021-05-15 17:19:56 +05:30
sairaj mote
e4ea3b771f UI update
Added formatting for various currencies
2021-05-14 19:21:09 +05:30
sairaj mote
44c39a39fb UI update 2021-05-14 18:46:22 +05:30
sairaj mote
a164f419c6 UI update 2021-05-14 18:42:53 +05:30
sairaj mote
cbb8d86ac0 UI update
Font size adjustment
2021-05-14 16:53:53 +05:30
sairaj mote
259f647522 UI update
Added error page
2021-05-14 02:46:55 +05:30
sairaj mote
0cbc4b6c6c UI fix 2021-05-11 02:13:04 +05:30
sairaj mote
26892c755f UI fix 2021-05-11 01:56:45 +05:30
sairaj mote
fd807340ff UI fix 2021-05-11 01:55:02 +05:30
sairaj mote
ce0a049a1f Merge branch 'main' of https://github.com/ranchimall/blockchain-bonds into main 2021-05-11 01:48:19 +05:30
sairaj mote
a4506de3f9 UI update
Added loading screen
2021-05-11 01:48:14 +05:30
sairajzero
0fcba477ea pattern check 2021-05-09 01:34:45 +05:30
sairajzero
89ec1a9dd8 Removing title attr from bond-list 2021-05-08 02:17:34 +05:30
sairaj mote
2d6bf5dcfd UX update 2021-05-06 23:52:33 +05:30
sairaj mote
53a80c6e96 UX update 2021-05-06 23:50:01 +05:30
sairaj mote
1f8cd62c09 UX update
Added form validation
2021-05-06 23:43:56 +05:30
sairaj mote
33ca1a104f UI update
Added new UI for bond confirmation and addition
2021-05-06 23:34:47 +05:30
sairaj mote
5334da8c8f UX update 2021-05-06 02:45:26 +05:30
sairaj mote
60ae40890a minor UI update 2021-05-06 02:25:32 +05:30
sairaj mote
338b8ec147 UI update
Added animated loading placeholders for bonds
2021-05-06 02:17:13 +05:30
sairaj mote
ad766623ad UI update
Added secondary currency for initial investment in details
2021-05-05 18:33:33 +05:30
sairaj mote
596b576f9e Bug fix
Undefined values on first load in amount and net values
2021-05-04 18:45:29 +05:30