Commit Graph

2051 Commits

Author SHA1 Message Date
Yogesh e2f497a6e5 Update the getting started commands.
Doing an `npm install bitcore-wallet-service` wouldn't install the project in the directory since there is no `package.json` file. It should rather be a `git clone` and then `cd bitcore-wallet-service && npm start`.
2017-04-12 05:35:14 +05:30
Yogesh f1d9d2c499 Update README for typo.
Two characters were causing an issue with the readability, updated them for clearer reading.
2017-04-12 00:54:17 +05:30
Ivan Socolsky 98165ab5a7 Merge pull request #644 from carlosfaria94/master
Replace ServerWithAuth by Server in getFiatRate
2017-04-06 19:16:11 -03:00
CarlosFaria94 ea54fe5a58 Replace ServerWithAuth by Server in getFiatRate
To get a fiat rate there is no need to pass by the authentication mechanisms.

Also, previously the BWS was waiting for a 'source' in query, but the BWC it is sending a 'provider' query, not 'source', turns out that it is impossible to the client to query a specific provider, because fiatRateService do not recognize the variable 'source'.
2017-04-06 12:46:54 +01:00
Ivan Socolsky 752f86029a Merge pull request #642 from matiu/feat/abort
Feat/abort
2017-04-05 12:08:06 -03:00
Matias Alejo Garcia d13fe55b66
. 2017-04-05 12:03:45 -03:00
Matias Alejo Garcia ba2fea93d7
add abort log 2017-04-05 12:02:36 -03:00
Matias Alejo Garcia 3a0431fac6 Merge pull request #641 from isocolsky/fix/utxo-selection
Fix spent utxos check on publish
2017-04-05 11:41:42 -03:00
Ivan Socolsky aac8b274eb
fix spent utxos check on publish 2017-04-05 10:51:50 -03:00
Matias Alejo Garcia 4f7ddace5f Merge pull request #638 from cmgustavo/bug/text-notification
Replaces (es) text for push notification
2017-03-22 10:23:04 -03:00
Gustavo Maximiliano Cortez aaef977db8
Replaces (es) text for push notification 2017-03-22 10:11:29 -03:00
Matias Alejo Garcia 6862e43515 Merge pull request #636 from isocolsky/fix/address-generation-test
Serialize async method in address creation tests
2017-03-15 19:27:21 -03:00
Ivan Socolsky 77ddbb0ca2
serialize async method 2017-03-15 17:01:28 -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 ee5a413598
add ignoreRateLimiter option 2017-03-15 15:39:43 -03:00
Ivan Socolsky 558c6fbc38
derive() -> deriveChild() 2017-03-15 15:39:43 -03:00
Ivan Socolsky 6485b1c6bd
bitcore-lib 0.14.0 2017-03-15 15:39:43 -03:00
Matias Alejo Garcia de8056fcfb Merge pull request #634 from matiu/v/0.14
update bitcore to 0.14
2017-03-13 18:54:46 -03:00
Matias Alejo Garcia 755400c94b
update bitcore to 0.14 2017-03-13 18:53:00 -03:00
Matias Alejo Garcia 8a63447dc0 Merge pull request #631 from isocolsky/feat/urgent-fee
Add 'Urgent' fee level
2017-03-02 11:18:18 -03:00
Ivan Socolsky d93cd4f279
implement multiplier for fee levels 2017-03-01 18:51:22 -03:00
Ivan Socolsky aa35fc21bc
test fee multiplier 2017-03-01 18:51:07 -03:00
Ivan Socolsky 22ede6ec1b
increase default fee per kb values + add urgent level 2017-03-01 18:50:46 -03:00
Ivan Socolsky 51114b3bff Merge pull request #6 from cmgustavo/bug/test-notifications-01
Fix tests for notifications
2017-02-03 19:38:28 -03:00
Gustavo Maximiliano Cortez 78224e7837
Fix tests for notifications 2017-02-03 16:43:55 -03:00
Ivan Socolsky 0a059fa5ae Merge pull request #5 from cmgustavo/bug/text-notifications-01
Updates wording for notifications
2017-02-03 15:37:09 -03:00
Gustavo Maximiliano Cortez 19534efac0
Updates wording for notifications 2017-02-03 14:54:10 -03:00
Ivan Socolsky b484e2754b
unsubscribe v2 2017-02-03 14:35:05 -03:00
Ivan Socolsky f7d7dc691a
default to google push notification url 2017-02-03 14:25:25 -03:00
Ivan Socolsky b9d0b16674
fix request headers 2017-02-03 12:17:41 -03:00
Ivan Socolsky fd7e26372c
fix index definition 2017-02-03 11:35:16 -03:00
Ivan Socolsky c4f6290fda
test subscribe/unsubscribe 2017-02-02 21:38:20 -03:00
Ivan Socolsky 6d55be53d7
test sending push notifications 2017-02-02 21:25:54 -03:00
Ivan Socolsky 0341a865b3
add push notification subscription model to index 2017-02-02 15:36:45 -03:00
Ivan Socolsky 8b62a3b4d8
retrieve all subscription tokens for each recipient 2017-02-02 15:19:11 -03:00
Ivan Socolsky bfcd14d297
add supporting methods for storing/fetching/removing subscriptions 2017-02-02 15:18:45 -03:00
Ivan Socolsky c65704a29c
add secret key placeholder to config 2017-02-02 15:17:49 -03:00
Ivan Socolsky 62de18b8ab
add push notification subscription model 2017-02-02 15:17:27 -03:00
Matias Alejo Garcia 7096157bdb Merge pull request #625 from isocolsky/fix/change-on-single-address
Fix/change on single address
2017-01-16 15:05:10 -03:00
Ivan Socolsky 75c8e28e73
treat single address in output as change 2017-01-16 14:14:28 -03:00
Ivan Socolsky d4ff5232df
test outgoing tx 2017-01-16 13:47:48 -03:00
Matias Alejo Garcia b3fd228616 Merge pull request #624 from bitpay/revert-546-rm/2-step-balance
Revert "Remove two step balance & active addresses cache"
2017-01-13 16:35:28 -03:00
Ivan Socolsky 09e778212c Revert "Remove two step balance & active addresses cache" 2017-01-11 18:15:00 -03:00
Ivan Socolsky 0d16810593 Merge pull request #618 from matiu/mongodb-clean
add mongodb clean script
2017-01-06 13:57:56 -03:00
Matias Alejo Garcia 06779dabfe
add mongodb clean script 2017-01-06 13:03:56 -03:00
Matias Alejo Garcia b4afcd7a34 Merge pull request #617 from isocolsky/ref/history
Optimize tx decoration using tx proposals in tx history
2017-01-05 17:48:31 -03:00
Ivan Socolsky 82e02e2d49
optimize fetching of tx proposals for history 2017-01-05 15:13:10 -03:00
Matias Alejo Garcia 5d5f887edb Merge pull request #616 from matiu/history-timeout
longer timeout for getHistory
2017-01-04 09:40:00 -03:00