Commit Graph

484 Commits

Author SHA1 Message Date
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
sairajzero
5dd422afed Bug fixes 2021-08-06 19:37:09 +05:30
sairajzero
50c820310a Bug fixes 2021-08-06 04:42:39 +05:30
sairajzero
25a342a2db Minor changes
- config.json and param.json moved to args/
- param-default.json will be used by default if param.json is not generated by the user
- Renamed launch.js to start.js
- Minor bug fixes
2021-07-29 20:34:29 +05:30
sairajzero
9001b21b07 bug fix 2021-07-29 16:40:55 +05:30
sairaj mote
3d3d2be6df Added RanchiMall logo 2021-07-26 16:46:18 +05:30
sairaj mote
cadea29b4e Updated style of gen-param 2021-07-26 16:29:22 +05:30
Sai Raj
732dcfce18
Create LICENSE 2021-07-26 15:56:27 +05:30
Sai Raj
cdb94126ac
Create README.md 2021-07-26 15:37:02 +05:30
sairajzero
6b69469477 Bug fixes
- Changed some console.log to console.debug (Also added few more).
- Fixed: DB.lastLogTime not returning correct value
- Fixed: MySQL disconnection bug. Now using Pool connect for persistent connection.
- Fixed: connectNode not connecting properly due to a typo.
- Fixed: RECONNECT_NEXT_NODE const value not added
- Fixed: reconnectNextNode not triggered when only one node was online and a node comes online.
- Fixed: orderBackup not storing the order properly when less or just sufficient nodes available.
- Added: orderBackup to requesting data when sync is required
- Fixed: typo in sendStoredData
- Added: logInterval of _prevNode, _nextNode and _list
2021-07-26 05:31:54 +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
87a578e37b Access-Control-Allow-Origin
Setting 'Access-Control-Allow-Origin'  to header of response to allow browsers to access response.
2021-07-24 03:00:18 +05:30
sairajzero
685a383c8e bug fix 2021-07-23 20:58:29 +00:00
sairajzero
a91df8a2b2 Bug fix
- Promisified the refresher invoke fn.
- Connect to next node upon 1st refresher resolve
2021-07-24 01:04:20 +05:30
sairajzero
e565658bb0 Bug Fix 2021-07-23 19:15:53 +00:00
sairajzero
a3d2452e4e Bug fix
- Fixed: bugs in processing GET method
- Restored sendToLiveRequests() that was deleted in between commits
2021-07-23 21:27:56 +05:30
sairajzero
70196b004d Bug fixes 2021-07-23 00:07:54 +00:00
sairajzero
dea8835245 bug fix
- Adding semicolons to end of statements to prevent potential bugs.
- Logged in ID and Database connection will be notified.
- Fixed: database.js - few functions not having return promise statement.
2021-07-23 03:06:00 +05:30
sairajzero
02d6bd0ca3 Adding install modules 2021-07-22 19:54:38 +05:30
Sai Raj
53fcbbc84d
Merge pull request #9 from sairajzero/dev-nodejs
nodejs conversion
2021-07-22 04:24:53 +05:30
sairajzero
66d0ef7db0 update gitignore 2021-07-22 03:55:02 +05:30
sairajzero
9850ae1439 Rename config.json to config-sample.json 2021-07-22 03:32:08 +05:30
sairajzero
98fef6832f Rename start.js to main.js 2021-07-22 03:02:33 +05:30
sairajzero
1d4f47cf4e Update launch modules 2021-07-22 02:21:23 +05:30
sairajzero
bb21b1c436 update supernode modules
- Auto Disk cleanup
- Data migration (node addition and node deletion)
- Some minor bugs and typo fixes
2021-07-22 01:50:20 +05:30
sairajzero
854e88dde3 Adding start-node process 2021-07-18 20:44:48 +05:30
sairajzero
433c395f8b update supernode modules 2021-07-18 16:43:30 +05:30
sairajzero
968e911b57 update supernode modules 2021-07-18 05:08:33 +05:30
sairajzero
71846daf8a Renaming files 2021-07-17 19:10:05 +05:30
sairajzero
cd16e8aa67 Fixes for 'Case: Less nodes available' 2021-07-17 05:16:58 +05:30
sairajzero
b0080c5e42 update modules 2021-07-17 04:34:50 +05:30
sairajzero
aa23c30287 update supernode modules 2021-07-16 20:01:45 +05:30
sairajzero
ac5a90ccd0 Create .gitignore 2021-07-16 19:58:52 +05:30
sairajzero
c1e56354b0 Adding SuperNode modules 2021-07-16 04:37:00 +05:30
sairajzero
1f5a9218dd Adding database.js and server.js 2021-07-05 03:23:34 +05:30
sairajzero
2183685b2d Adding std op files 2021-07-04 21:33:02 +05:30
sairajzero
f03119e746 Reset for changing to nodeJS 2021-07-04 21:27:00 +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
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
sairajzero
d475f6db6b bugfix: flosight 2021-06-05 13:25:14 +05:30
sairajzero
0386346486 bug fix: flosight 2021-06-05 13:22:05 +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