Matias Alejo Garcia
a9b44ee5f1
Merge pull request #651 from isocolsky/fix/notif-replay
Avoid replaying notification for incoming txs
8 years ago
Ivan Socolsky
a2944af07e
avoid replaying notification for incoming txs
8 years ago
Matias Alejo Garcia
cb3ee35deb
Merge pull request #650 from isocolsky/feat/low-fees
Tag only unconfirmed txs with low fee
8 years ago
Ivan Socolsky
bbb6890fd5
only tag unconfirmed txs
8 years ago
Matias Alejo Garcia
be430ace03
Merge pull request #649 from isocolsky/fix/addrs-gen
Avoid storing empty collection when creating new addresses
8 years ago
Ivan Socolsky
8e60cf01de
avoid storing empty collection
8 years ago
Matias Alejo Garcia
11c5bd92a7
Merge pull request #648 from isocolsky/fix/addrs-gen
Fix address generation
8 years ago
Ivan Socolsky
4fd339da29
store address index even when no new addresses are generated
8 years ago
Matias Alejo Garcia
2d3df0a12e
Merge pull request #647 from isocolsky/feat/low-fees
WIP: Feat/low fees
8 years ago
Ivan Socolsky
785fc4676e
improve robustness & tests
8 years ago
Ivan Socolsky
1d4cf86a56
detect low fee txs in tx history
8 years ago
Matias Alejo Garcia
d94290181e
Merge pull request #646 from itsyogesh/patch-1
Update README for typo.
8 years ago
Yogesh
3eea8ccfc4
Update README.md
8 years ago
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`.
8 years ago
Yogesh
f1d9d2c499
Update README for typo.
Two characters were causing an issue with the readability, updated them for clearer reading.
8 years ago
Ivan Socolsky
98165ab5a7
Merge pull request #644 from carlosfaria94/master
Replace ServerWithAuth by Server in getFiatRate
8 years ago
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'.
8 years ago
Ivan Socolsky
752f86029a
Merge pull request #642 from matiu/feat/abort
Feat/abort
8 years ago
Matias Alejo Garcia
d13fe55b66
.
8 years ago
Matias Alejo Garcia
ba2fea93d7
add abort log
8 years ago
Matias Alejo Garcia
3a0431fac6
Merge pull request #641 from isocolsky/fix/utxo-selection
Fix spent utxos check on publish
8 years ago
Ivan Socolsky
aac8b274eb
fix spent utxos check on publish
8 years ago
Matias Alejo Garcia
4f7ddace5f
Merge pull request #638 from cmgustavo/bug/text-notification
Replaces (es) text for push notification
8 years ago
Gustavo Maximiliano Cortez
aaef977db8
Replaces (es) text for push notification
8 years ago
Matias Alejo Garcia
6862e43515
Merge pull request #636 from isocolsky/fix/address-generation-test
Serialize async method in address creation tests
8 years ago
Ivan Socolsky
77ddbb0ca2
serialize async method
8 years ago
Matias Alejo Garcia
892c869490
Merge pull request #635 from isocolsky/update-bitcore-lib
Update bitcore-lib v0.14
8 years ago
Ivan Socolsky
f302499245
v1.15
8 years ago
Matias Alejo Garcia
ae532625d4
Merge pull request #627 from isocolsky/feat/new-pushnotifications
Refactor push notifications
8 years ago
Ivan Socolsky
ee5a413598
add ignoreRateLimiter option
8 years ago
Ivan Socolsky
558c6fbc38
derive() -> deriveChild()
8 years ago
Ivan Socolsky
6485b1c6bd
bitcore-lib 0.14.0
8 years ago
Matias Alejo Garcia
de8056fcfb
Merge pull request #634 from matiu/v/0.14
update bitcore to 0.14
8 years ago
Matias Alejo Garcia
755400c94b
update bitcore to 0.14
8 years ago
Matias Alejo Garcia
8a63447dc0
Merge pull request #631 from isocolsky/feat/urgent-fee
Add 'Urgent' fee level
8 years ago
Ivan Socolsky
d93cd4f279
implement multiplier for fee levels
8 years ago
Ivan Socolsky
aa35fc21bc
test fee multiplier
8 years ago
Ivan Socolsky
22ede6ec1b
increase default fee per kb values + add urgent level
8 years ago
Ivan Socolsky
51114b3bff
Merge pull request #6 from cmgustavo/bug/test-notifications-01
Fix tests for notifications
8 years ago
Gustavo Maximiliano Cortez
78224e7837
Fix tests for notifications
8 years ago
Ivan Socolsky
0a059fa5ae
Merge pull request #5 from cmgustavo/bug/text-notifications-01
Updates wording for notifications
8 years ago
Gustavo Maximiliano Cortez
19534efac0
Updates wording for notifications
8 years ago
Ivan Socolsky
b484e2754b
unsubscribe v2
8 years ago
Ivan Socolsky
f7d7dc691a
default to google push notification url
8 years ago
Ivan Socolsky
b9d0b16674
fix request headers
8 years ago
Ivan Socolsky
fd7e26372c
fix index definition
8 years ago
Ivan Socolsky
c4f6290fda
test subscribe/unsubscribe
8 years ago
Ivan Socolsky
6d55be53d7
test sending push notifications
8 years ago
Ivan Socolsky
0341a865b3
add push notification subscription model to index
8 years ago
Ivan Socolsky
8b62a3b4d8
retrieve all subscription tokens for each recipient
8 years ago