Commit Graph

25 Commits

Author SHA1 Message Date
sairajzero
113403a4e7 Adding support for FLO multisig 2023-02-24 01:51:13 +05:30
sairajzero
6f4a863b97 Update messenger.js
Renaming multisig createTx and signTx to createTx_BTC and signTx_BTC
2023-02-24 01:06:07 +05:30
sairajzero
450e193dad Reject messenger.init: cloud connection failed
- messenger.init() is now rejected when connection to cloud fails (ie, direct, group or pipeline connections)
2023-02-12 02:30:03 +05:30
sairajzero
247c13f1f4 Update btcOperator.js 2023-01-31 02:17:31 +05:30
sairajzero
50d3166357 Fix: backup not working 2023-01-06 03:48:10 +05:30
sairaj mote
777c8280c8 Added option to label multisig addresses 2022-12-21 20:49:55 +05:30
sairajzero
53c71c4d47 messenger support for multisig-bech32
- multisigs will now use bech32 (p2wsh) by default
2022-11-27 03:16:50 +05:30
sairajzero
1e9c414bad Update stdops
- Added option parameter to multisig.createTx in messenger module. option values {} for btcOperator.createMultiSigTx {fee_from_receiver, change_address}
2022-11-18 18:44:18 +05:30
sairajzero
19a83a9035 Update stdop and bug fix
- fixed bug: multisig_addr not defined error on multisig.createAddress
2022-08-24 14:44:47 +05:30
sairajzero
8f9254b5ed Cross-blockchain improvements
- Map contacts and pubkeys across diff blockchain
- Diff user ID with same private key use the same IDB
- update stdop
2022-08-21 21:17:14 +05:30
sairajzero
016097bd0f Adding requests and responses
- Added support for requests and responses

- Listing requests and responses:
.list_request_sent
.list_request_received
.list_response_sent
.list_response_received
Note: the above fns accept options (as object). Available options: floID, type, completed (bool)

- Current available request types:
  1. pubKey
- function to request/respond pubKeys:
.request_pubKey(receiver, message = '')
.respond_pubKey(req_id, message = '')
2022-08-21 19:04:36 +05:30
sairajzero
8b6a7b768b Adding sendPipelineMessage
- sendPipelineMessage: sends message to the pipeline (can send to multisig pipeline too)
- when receiving tx_hex from multisig pipeline, store it in data.tx_hex instead of data.message
2022-08-18 00:47:52 +05:30
sairajzero
a98bf3c589 Improve resolved values for some multisig fns
- createTx resolved pipeline id
- signTx resolves an object {tx_hex, *txid}
- store the message type for multisig pipeline
- Added loadDataFromBlockchain to messenger init fn
- Adding pipeline list to getChatOrder
2022-08-18 00:25:54 +05:30
sairajzero
fcd64fe4d4 Multisig signTx improvement
- multisig.signTx no longer require tx_hex as argument.
- automatically get the latest available tx_hex from IDB (pipeline chat)
2022-08-16 22:03:18 +05:30
sairajzero
b8b58503f6 Adding disablePipeline
- Added disablePipeline(pipeID): disables the pipeline and stops its requests from cloud.
- Close btc_multisig pipeline when a tx is broadcasted into blockchain
- Changed all spread operators to standard alternatives
2022-08-16 21:30:48 +05:30
sairajzero
1bb6f7a280 Pipeline: bug fix
- Add pipeline when CREATE_PIPELINE message is received
- Fixed: 'User is not a part of this multisig' error shown incorrectly
- Fixed various minor bugs
- Added optional fee argument for multisig.createTx
2022-08-16 17:36:39 +05:30
sairajzero
85daa0135c bug fix 2022-08-16 03:32:03 +05:30
sairajzero
e4f5d41ade Pipleline and multisig 2022-08-12 16:50:26 +05:30
sairajzero
98f1ba2f70 Update messenger.js
- Added: Create, fetch and list for multisig address
2022-08-10 03:06:26 +05:30
sairajzero
285136b1e9 Update messenger.js
- merge conflicts
2022-08-10 03:01:50 +05:30
sairaj mote
38eacaa87f Bug fixes and UX improvements
-- implemented saving typed messages for every chat at changing chat and restore them when revisited
2022-06-29 15:18:39 +05:30
sairajzero
fe483ab172 Bug fixes
- Fixed various bugs
- Fixed: Backup-restore button not working
- Adding *.tmp* to git-ignore
2022-06-03 22:05:48 +05:30
sairajzero
60d2447e8c blockUser and disableGroup features
- block/unblock users (stop receiving messages)
- disable group (stop receiving messages)
- groups, chats, marked are now warped in messenger module. (can be accessed by messenger properties)
- Improved requestGroupInbox and requestDirectInbox
- Improved assigning renderUI functions
- messenger.init now starts the messenger-startups (no longer needed to call each messenger-startup functions individually)
2022-06-02 02:12:17 +05:30
sairajzero
7cbeb5a2c6 Bug fixes
- Converted messenger to IIF
- Fixed various bugs
- Updated floDapps
2022-04-02 02:08:04 +05:30
sairajzero
2a0302eb19 split files 2022-04-01 02:43:15 +05:30