Commit Graph

556 Commits

Author SHA1 Message Date
sairaj mote
647fee26e6 bug fix 2022-09-21 16:23:27 +05:30
b9ac6d73f8
Modified double SHA256 to fit BIP143 2022-09-21 16:02:08 +05:30
4579562765
Added direct double SHA computation 2022-09-21 15:31:49 +05:30
1d08007754
minor bug fix
Added definition of curve when decompressing public key
2022-09-21 01:36:48 +05:30
sairaj mote
218f084abb minor bug fix 2022-09-21 00:24:22 +05:30
448299c3c8
Update lib_btc.js 2022-09-20 19:02:58 +05:30
974cf960fb
Utility functions added
Functions for easier Signature computation, transaction hash computation, signature verification
2022-09-20 16:44:27 +05:30
sairajzero
084ffe10e2 btcOperator v1.0.10: parseTransaction
- Added parseTransaction: parse the given transaction
Parameters:
tx : transaction hex (or tx object from coinjs.transaction)
Resolves: parsed object
2022-09-11 22:36:50 +05:30
sairajzero
39d34f6e8c floCloudAPI v2.4.2e
- Adding generalDataset to floGlobals: returns the filtered general data set. (Parameters type and options)
2022-09-04 04:09:27 +05:30
sairaj mote
1c3dabed86 minor UI fix 2022-08-28 22:17:54 +05:30
sairajzero
04aad28600 Improved auto-fee calc
- createTx and createMultiSigTx will now resolve an object with tx_hex and other values (amount, size, etc)
2022-08-25 03:04:56 +05:30
sairajzero
77ff76d787 Replacing Math.random with securedMathRandom 2022-08-22 22:06:14 +05:30
sairajzero
7b5a5e6bfe Bug fixes and improvements
floCrypto v2.3.3b
floCloudAPI v2.4.2d
floDapps v2.3.2d
2022-08-21 21:14:29 +05:30
sairajzero
67386fd69f Update btcOperator.js
- Added checkIfSameTx(tx1, tx2): checks if the transactions is of the same
2022-08-16 20:39:49 +05:30
sairajzero
dc19a4e565 Bug fixes: floBlockchainAPI and lib.js 2022-08-16 17:30:46 +05:30
sairajzero
f0a4837222 btcOperator v1.0.7c
- Fixed: createTransaction not returning promise
- Fixed: script not correctly added for multisig inputs
- Fixed: signTx throwing syntax error
- Added checkSigned(tx, bool?): check if the tx is signed or not. (bool is optional, default=true, if true returns a boolean value, else returns a detailed array of input's length)

- Fixed minor bugs in lib.js
2022-08-16 03:24:55 +05:30
sairajzero
6e5cdbd820 floCrypto v2.3.3b
- Added floCrypto.tmpID: generates a random floID with no private key (use this only for one-time id)
- Added toFloID(address): returns equivalent floID (btc-segwit address NOT supported)
- Fixed bug: legacy addresses of length 33 not working in verifyPubKey and validateAddr
2022-08-16 03:11:24 +05:30
sairajzero
36a4067d67 bug fix 2022-08-16 00:37:38 +05:30
sairajzero
45878e6ebe Update floDapps.js
- myFloID, myPubKey, myPrivKey will now return undefined when user not logged in
2022-08-14 18:38:29 +05:30
sairajzero
91e6b82387 btcOperator v1.0.7b
- Added: signTx
- Added multiSigAddress
2022-08-10 02:58:36 +05:30
sairajzero
bc44405102 btcOperator v1.0.7a
- Adding auto fee calculation
- Optimized the code
- Fixed minor bugs
2022-08-09 03:19:56 +05:30
sairaj mote
f210f51fc3 added "old browser" warning 2022-08-04 17:16:53 +05:30
sairaj mote
8c622dfa38 minor code refactoring 2022-08-03 17:17:05 +05:30
sairajzero
4244774635 btcOperator v1.0.7
- Added createTx: Create an unsigned tx (no privkey required) [segwit sender not supported for now as redeem-script needed]
- Added createMultiSigTx: Create an unsigned tx for multisig address
- Optimised sendTx to reuse code (no functional change)
2022-08-03 03:54:58 +05:30
sairaj mote
cfcc82fb00 Added transaction details searching 2022-08-02 02:39:09 +05:30
sairaj mote
6fa634b096 Bug fixes and UX improvements
-- added better indication for pending transactions
-- fixed details of same address not refreshing when clicking on 'go' again
--  made 'all' as default for searched address
-- added a favicon
2022-07-31 17:17:47 +05:30
sairaj mote
c409ade8f6 bug fixes 2022-07-30 16:07:58 +05:30
sairaj mote
6237ce452b code refactoring 2022-07-30 14:49:19 +05:30
sairaj mote
603312db4e replaced jquery ajax 2022-07-29 00:09:46 +05:30
sairaj mote
7c0aeef420 bug fixes 2022-07-28 23:47:53 +05:30
sairaj mote
be881dbebc bug fixes 2022-07-28 17:16:08 +05:30
sairajzero
9dd132b145 Update README.md 2022-07-28 02:45:56 +05:30
sairajzero
4bced4352d floDapps, floCloudAPI: retain blkchain id on login
floDapps login:
- login to btc address when btc private key is entered
- login to flo id when flo (or any other) private key is entered

floCloudAPI user:
- accept userID and private key for user set

Others:
- Fixed: minor bugs
2022-07-28 02:27:07 +05:30
sairajzero
f673d3f37a floCrypto v2.3.3a
floCrypto.verifyPubKey: verify public key of any blockchain address
- Parameters:
1. pubKeyHex - public key hex
2. address - blockchain address

floCrypto.getAddress: get address respective to the blockchain
- Parameters:
1. privateKeyHex - private key (WIF)
2. strict - (optional, default=false) if false returns floID when no match of privatekey prefix found.
2022-07-28 02:11:48 +05:30
sairaj mote
6395707bfa bug fix 2022-07-26 17:59:11 +05:30
sairaj mote
b306a1fecc UI fix 2022-07-26 17:57:11 +05:30
sairaj mote
f4c48245d8 bug fix 2022-07-26 17:55:21 +05:30
sairaj mote
250da3f03b added routing for address details 2022-07-26 17:53:15 +05:30
sairaj mote
15eacc1dba minor UX improvements 2022-07-26 17:27:24 +05:30
sairaj mote
834b31fa65 added visual cue for unconfirmed tx 2022-07-26 17:18:42 +05:30
sairaj mote
0c40a15a31 fixed a typo 2022-07-26 17:07:02 +05:30
sairajzero
2b8e77b5f7 Bug fixes
- floCrypto.validateAddr: bech default=true
- floCloudAPI: proxyID
- commented coinjs api vars
2022-07-26 15:16:22 +05:30
sairaj mote
6b7644ada4 UI tweaks 2022-07-25 22:43:25 +05:30
sairaj mote
a68191de3a minor UI tweaks 2022-07-25 20:13:30 +05:30
sairaj mote
37bf4fe12e minor UI fix 2022-07-25 18:29:38 +05:30
sairaj mote
01776fdc82 minor UX improvements 2022-07-25 16:17:55 +05:30
sairaj mote
528ec5a21e UI revamp 2022-07-24 23:43:40 +05:30
sairajzero
8a211be849 Adding btcOperator module 2022-07-24 20:33:45 +05:30
sairajzero
0526a1f29f floCloudAPI v2.4.2: cross-blockchain receiverID
- Accept any blockchain ID as receiverID and automatically convert it into floID
2022-07-24 02:34:02 +05:30
sairajzero
fa3d790c6c floDapps v2.3.2: lock privkey by default
- Removed the options for launchStartUp
- private-key is on lock mode by default
- Added utility functions that uses private-key without entering password in .user
  .sign(message): signs message
  .decrypt(data): decrypts ciphertext in asymmetric
  .encipher(message): encrypts message in symmetric
  .decipher(data): decrypts ciphertext in symmetric
2022-07-24 02:29:04 +05:30