Commit Graph

524 Commits

Author SHA1 Message Date
sairaj mote
f2373bb7b1 minor UI fix 2022-08-28 00:03:09 +05:30
sairaj mote
52d6044057 Minor UI changes 2022-08-28 00:01:46 +05:30
sairaj mote
4640468d15 UI update 2022-08-27 16:10:00 +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
SaketAnand
45a98a4984
Add files via upload 2022-08-22 01:14:09 +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
SaketAnand
a04643d496
Add files via upload 2022-08-16 23:28:43 +05:30
SaketAnand
73370aee68
Delete President2.jpg 2022-08-16 23:28:17 +05:30
SaketAnand
e88a4ddbc2
Delete President1.png 2022-08-16 23:28:05 +05:30
SaketAnand
2a955fcaf2
Add files via upload 2022-08-16 20:53:00 +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
sairaj mote
f8a18b64f4 UI bug fixes 2022-08-13 23:12:43 +05:30
SaketAnand
4ee2ed2351
Add files via upload 2022-08-10 12:41:59 +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
SaketAnand
a52e4781f4
Add files via upload 2022-08-08 15:23:14 +05:30
SaketAnand
d7f95dc366
Delete RLsecond1.jpg 2022-08-08 15:22:57 +05:30
SaketAnand
1583d0ac19
Delete RLsecond.png 2022-08-08 15:22:48 +05:30
SaketAnand
d368efd6cb
Add files via upload 2022-08-08 15:20:42 +05:30
sairaj mote
8107ae7999 UI fixes 2022-08-08 00:20:10 +05:30
SaketAnand
c8e5f8c4f6
Add files via upload 2022-08-07 23:43:39 +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
3736d747db minor UI fix 2022-07-28 02:55:47 +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
25946a11d5 minor bug fix 2022-07-28 01:09:39 +05:30
sairaj mote
3b87ae25c9 code refactoring and feature update
-- added BTC address display
-- removed std-ops from html file and updated to latest version
2022-07-28 01:02:00 +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
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
SaketAnand
7c60ed6619
Add files via upload 2022-07-23 12:57:59 +05:30
SaketAnand
916a8b3076
Delete abortion2.jpg 2022-07-23 12:57:31 +05:30
SaketAnand
7f4c08cf23
Delete abortion1.png 2022-07-23 12:57:20 +05:30
SaketAnand
3fd463f828
Add files via upload 2022-07-23 12:54:27 +05:30
sairaj mote
e6f9284034 added resize observer polyfill 2022-07-20 22:58:36 +05:30
sairaj mote
27797ab2a9 Merge branch 'main' of https://github.com/ranchimall/rmtimes 2022-07-20 22:50:31 +05:30
sairaj mote
aa1382d145 bug fix 2022-07-20 22:50:10 +05:30
sairajzero
0a74e393ed floCrypto v2.3.2: validate any address
floCrypto.validateAddr: validate any blockchain address
- Parameters:
1. address - address to validate
2. std - checks for legacy version (optional, default=true) (true: allow any, array: list of versions, value: one version only, false: allow none)
3. bech - checks for bech version (optional, default=false) (true: allow any, array: list of versions, value: one version only, false: allow none)

- For validating only floID, use floCrypto.validateFloID(floID)
2022-07-19 21:21:06 +05:30
SaketAnand
d4984381ac
Add files via upload 2022-07-18 00:53:43 +05:30
sairajzero
fcc5f3ce4e Edit library to accept WIF of other versions 2022-07-17 17:04:03 +05:30
sairajzero
b80bd43313 floDapps, floCloudAPI: Secure private key
- Store AES-encrypted private key in memory. (exploring memory of browser will not have raw private key)
- floDapps lock/unlock (in user): locks or unlock the private key (ie, lock= Password required, unlock= password not required in returning private key)
- floDapps.launchStartUp now accepts options object
- to lock the private key on startup, pass {lock_key: true} in options objects of launchStartUp
2022-07-17 17:02:27 +05:30
SaketAnand
2528474680
Add files via upload 2022-07-17 13:29:13 +05:30