Commit Graph

616 Commits

Author SHA1 Message Date
Matias Alejo Garcia b8c52a814c
add log to derive 2017-11-01 16:56:32 -03:00
Matias Alejo Garcia 0b6e5771c4
rm twoStep cache on address scan 2017-11-01 16:15:35 -03:00
Matias Alejo Garcia f911ac3cc6
add new test, and better logs 2017-11-01 11:43:47 -03:00
Matias Alejo Garcia 002f9c77a6
fix tests, add lock to long utxo queries 2017-10-31 23:45:42 -03:00
Matias Alejo Garcia 3a75b38232
add lock 2017-10-31 20:13:37 -03:00
Matias Alejo Garcia 85156a8898
2step optimizations 2017-10-31 19:21:36 -03:00
Matias Alejo Garcia 9177033ac0
add TWO_STEP_CREATION_HOURS default 2017-10-30 17:50:56 -03:00
matiu 51f66c7f8d do not decorate address with .coin param is given 2017-09-14 19:54:01 -03:00
matiu a9e56dd3be fix getUtxos + tests 2017-09-14 00:49:44 -03:00
matiu 5186392558 add BCH createTX tests 2017-09-13 16:46:23 -03:00
matiu d8e6964587 support cross-coin balance querying, using different address versions 2017-09-13 15:35:48 -03:00
matiu 570c8c193f add coin to getUtxo 2017-09-12 23:42:14 -03:00
Ivan Socolsky 8dd76a0dba
handle unsupported pair coin/network 2017-09-08 13:06:13 -03:00
Ivan Socolsky fd9a2ad839
fix check for txid 2017-09-08 12:46:55 -03:00
Ivan Socolsky 5c3b0f4d37
get utxos based on current wallet coin 2017-09-04 10:40:16 -03:00
matiu 05982ba166 fix change address storage for single address wallets 2017-09-04 08:46:45 -03:00
Ivan Socolsky 7bbc6aea82
check coin arg is valid 2017-09-01 15:06:58 -03:00
Ivan Socolsky 87ba10de84
add coin arg to getBalance 2017-09-01 11:45:19 -03:00
Ivan Socolsky 30494a8133
fetch address by walletId/coin 2017-08-31 11:59:30 -03:00
Ivan Socolsky acdf99a34f
coin dependent default fee levels 2017-08-29 16:33:35 -03:00
Ivan Socolsky 5fbb262ace
allow copayers with same xpub for different coins 2017-08-25 17:20:29 -03:00
Ivan Socolsky 06b63e0311
all methods working with coin 2017-08-25 16:04:14 -03:00
Ivan Socolsky 4d7a5ee3d5
prevent joining wallet for different coin 2017-08-25 10:11:46 -03:00
Ivan Socolsky daad0367d7
add coin argument to wallet 2017-08-25 09:52:58 -03:00
Ivan Socolsky 279d2ecc68
test #getWalletFromIdentifier 2017-06-29 14:51:13 -03:00
Ivan Socolsky 565bc01339
bug fixes 2017-06-29 14:51:13 -03:00
Ivan Socolsky 2ab93cea1d
get wallet from identifier + REST endpoint 2017-06-29 14:51:13 -03:00
Ivan Socolsky 41c82e9e76
add support staff flag to copayer lookup collection 2017-06-29 14:51:12 -03:00
Ivan Socolsky c87350d7ef
send notification 2017-05-24 10:27:25 -03:00
Ivan Socolsky 7803e4576b
tx confirmation subs API endpoints 2017-05-24 10:27:25 -03:00
Ivan Socolsky 4be0937e5b
fix resulting amount below dust 2017-05-15 10:24:15 -03:00
Ivan Socolsky bbb6890fd5
only tag unconfirmed txs 2017-04-13 12:50:00 -03:00
Ivan Socolsky 785fc4676e
improve robustness & tests 2017-04-12 11:12:46 -03:00
Ivan Socolsky 1d4cf86a56
detect low fee txs in tx history 2017-04-12 10:49:28 -03:00
Ivan Socolsky aac8b274eb
fix spent utxos check on publish 2017-04-05 10:51:50 -03:00
Matias Alejo Garcia 892c869490 Merge pull request #635 from isocolsky/update-bitcore-lib
Update bitcore-lib v0.14
2017-03-15 16:40:03 -03:00
Ivan Socolsky f302499245
v1.15 2017-03-15 16:12:13 -03:00
Matias Alejo Garcia ae532625d4 Merge pull request #627 from isocolsky/feat/new-pushnotifications
Refactor push notifications
2017-03-15 15:57:34 -03:00
Ivan Socolsky 558c6fbc38
derive() -> deriveChild() 2017-03-15 15:39:43 -03:00
Ivan Socolsky d93cd4f279
implement multiplier for fee levels 2017-03-01 18:51:22 -03:00
Ivan Socolsky bfcd14d297
add supporting methods for storing/fetching/removing subscriptions 2017-02-02 15:18:45 -03:00
Ivan Socolsky 75c8e28e73
treat single address in output as change 2017-01-16 14:14:28 -03:00
Ivan Socolsky 09e778212c Revert "Remove two step balance & active addresses cache" 2017-01-11 18:15:00 -03:00
Ivan Socolsky 82e02e2d49
optimize fetching of tx proposals for history 2017-01-05 15:13:10 -03:00
Ivan Socolsky 82aa97e65c
rm two step balance & active addresses cache 2016-12-05 15:17:36 -03:00
Ivan Socolsky 4fd990772c
login/logout & authenticate with session token 2016-11-22 10:20:56 -03:00
Ivan Socolsky a420c47ba7
add createdOn to txHistory 2016-10-11 11:43:39 -03:00
Ivan Socolsky c4b293ed3a
return txnote after edit 2016-09-22 10:13:41 -03:00
Ivan Socolsky 270d40f50e
add details to txp related notifications 2016-09-01 17:43:41 -03:00
Matias Alejo Garcia 09f4e5285a
add message and id to new tx proposal
Conflicts:
	test/integration/server.js
2016-08-24 16:46:05 -03:00