Commit Graph

540 Commits

Author SHA1 Message Date
sairaj mote
bd92f1de01 Implemented bulk token transfer UI 2023-05-08 03:43:23 +05:30
sairaj mote
b9eade2ee9 Feature update
-- added ability to search FLO addresses to retrieve transactions and balance
-- added check in smart contract creation to prevent duplicate names
-- bug fixes
2023-05-06 20:50:03 +05:30
sairajzero
46ae8581e4 floDapps v2.4.0
- Update for new flosight version
- requires floBlockchainAPI >= v2.5.6
- requires floCloudAPI >= v2.4.3a

- lastTx now stores the lastItem property (ie, txid)
- backward-support: maintaining support for idb data (lastTx) from old floDapps module to be converted to this version
2023-05-04 17:09:02 +05:30
sairajzero
9e10a02dc8 floBlockchainAPI v2.5.6
- All search query (get method) now uses URLSearchParams to construct the string
- renamed all lastKey property to lastItem to match flosight response
2023-05-04 17:04:55 +05:30
sairajzero
704def4db1 floCloudAPI v2.4.3a
- Added property: SNStorageName (string content "SuperNodeStorage"
2023-05-04 16:59:10 +05:30
sairajzero
e421d401da Moved bunkTransferTokens code to floTokenAPI
- floWebWallet.bunkTransferTokens is still available, but it invokes floTokenAPI.bunkTransferTokens where the code is moved to
2023-05-02 22:17:52 +05:30
sairajzero
0ebc6f2f0e Update floTokenAPI.js 2023-05-02 22:16:55 +05:30
sairajzero
7e618c98f2 floTokenAPI v1.0.4: Added bunkTransferTokens
- Added bunkTransferTokens: bulk transfer tokens to multiple receivers
- usage: floWebWallet.bunkTransferTokens(sender, privKey, token, receivers)
sender: floID of sender
privKey: private key of sender
token: token to send
receivers: an object representing receiver floID and token amount
ie, {receiverID1: amount1, receiverID2: amount2....}
eg: {Fxyz: 123, Fpqr:321, Fabc: 987}
2023-05-02 22:15:54 +05:30
sairajzero
c369ba9577 Update floBlockchainAPI.js 2023-05-02 21:51:20 +05:30
sairajzero
a762f4441b floBlockchainAPI v2.5.5a: bug fix 2023-05-02 21:47:48 +05:30
sairajzero
f86818c1cb bunkTransferTokens: Improvements and fixes
- Fixes for floBlockchainAPI update (and waitForConfirmation moved to floBlockchainAPI)
- reject when receiver object list is empty
- when only 1 receiver is there, directly send tx using floTokenAPI.sendTx without spliting UTXOs
2023-05-02 21:43:06 +05:30
sairajzero
b710826d9b Update floBlockchainAPI.js 2023-05-02 21:05:29 +05:30
sairajzero
5b8b1ea7fc Update floCrypto.js 2023-05-02 21:01:44 +05:30
sairajzero
b09c88f0df floDapps v2.3.5
- Added get property trustedIDs to floGlobals
ie, floGlobals.trustedIDs will give the list of trustedIDs for the app
2023-05-01 20:44:44 +05:30
sairaj mote
279268d85e UI bug fixes 2023-05-01 01:18:30 +05:30
sairaj mote
185fc6a372 UI bug fix 2023-05-01 01:10:26 +05:30
sairaj mote
51d34518e2 Min expiration changes 2023-04-29 20:37:11 +05:30
sairaj mote
4a2493b5f5 Bug fixes 2023-04-29 20:30:43 +05:30
sairaj mote
653c5a91c2 Bug fixes 2023-04-29 20:28:43 +05:30
sairaj mote
6b760b6a38 Moved to main net 2023-04-29 20:20:29 +05:30
sairaj mote
e1b5ab8b81 Upgraded balance API to v2 2023-04-29 20:20:00 +05:30
sairaj mote
736ee68d31 Bug fixes 2023-04-29 18:52:43 +05:30
sairaj mote
7f3e0158d5 bug fix 2023-04-29 17:45:47 +05:30
sairajzero
8afde73e78 floBlockchainAPI v2.5.5: adding getLatestData
- Added getLatestData: Get the latest flo Data that match the caseFn from txs of given Address
2023-04-29 05:29:39 +05:30
sairajzero
fe33250b47 floBlockchainAPI v2.5.4
- Adding support for 'before' and 'latest' option in readTxs and its derivatives
2023-04-29 04:36:56 +05:30
sairaj mote
fff137b50b Adding smart contract templates 2023-04-29 03:42:48 +05:30
sairajzero
7bd528d55e floBlockchainAPI v2.5.3
- Added waitForConfirmation: Wait for the given txid to get confirmation in blockchain
2023-04-29 03:22:38 +05:30
sairajzero
456e9097de floBlockchainAPI v2.5.2: Added splitUTXOs
- splitUTXOs: split sufficient UTXOs of a given floID for a parallel sending
2023-04-29 03:03:45 +05:30
sairaj mote
44e7f86f8e Adding contract triggering UI 2023-04-28 00:56:27 +05:30
sairaj mote
2117134496 Bug fix 2023-04-26 02:40:11 +05:30
sairaj mote
074d2ae5bc Added default expiration days as 60 for deposit 2023-04-26 00:22:12 +05:30
sairaj mote
456f49f65f Better transaction results 2023-04-25 22:47:04 +05:30
sairaj mote
8e89a5c4d8 Bug fixes 2023-04-25 22:07:54 +05:30
sairaj mote
d75f40e76e Bug fixes 2023-04-25 19:18:50 +05:30
sairaj mote
d949edfe0c Adding smart contract deposit option 2023-04-25 17:46:20 +05:30
sairaj mote
4be3d17dde UI improvements 2023-04-25 04:00:06 +05:30
sairaj mote
bf379ea9a0 Adding smart contract page 2023-04-25 03:35:35 +05:30
sairaj mote
d5d2dddefa Adding smart contract participation and price change 2023-04-25 03:34:48 +05:30
sairaj mote
d73aafaae0 Bug fixes 2023-04-25 03:26:58 +05:30
sairaj mote
4a73c2bb12 switching to mainnet 2023-04-25 03:18:27 +05:30
sairaj mote
3d5d7eade9 testing 2023-04-25 03:15:35 +05:30
sairaj mote
b54f967e84 Bug fixes 2023-04-25 03:06:33 +05:30
sairaj mote
6ae06a3d96 Integration smart contract participation 2023-04-25 02:42:25 +05:30
sairaj mote
8c0726b6f9 Implementing dynamic price updating 2023-04-24 15:40:25 +05:30
sairaj mote
cbf9ad21a9 Integrating smart contract system 2023-04-24 01:39:52 +05:30
sairajzero
ec718a3c4e Adding bunkTransferTokens
- Added bunkTransferTokens: bulk transfer tokens to multiple receivers
- usage: floWebWallet.bunkTransferTokens(sender, privKey, token, receivers)
sender: floID of sender
privKey: private key of sender
token: token to send
receivers: an object representing receiver floID and amount
ie, {receiverID1: amount1, receiverID2: amount2....}
eg: {Fxyz: 123, Fpqr:321, Fabc: 987}
2023-04-23 23:13:21 +05:30
sairajzero
46bcadc764 Adding floTokenAPI module 2023-04-23 21:31:58 +05:30
sairajzero
1118f6e570 Adding splitUTXOs function 2023-04-23 21:13:24 +05:30
sairaj mote
fe360847e0 minor ui fix 2023-04-18 15:26:22 +05:30
Sai Raj
3bb03efa88
Merge pull request #20 from sairajzero/master
Pull updates from master
2023-04-15 00:53:18 +05:30