Commit Graph

1885 Commits

Author SHA1 Message Date
Ivan Socolsky c5d9f44b2d Merge pull request #664 from arve0/patch-1
Fix links in readme
2017-06-05 16:54:44 -03:00
Arve Seljebu 3be1e616e7 Fix links in readme 2017-06-03 13:33:11 +02:00
Ivan Socolsky 7cbfe71a79 Merge pull request #662 from isocolsky/v1.17
v1.17
2017-05-24 11:10:26 -03:00
Ivan Socolsky 88ecc303bb
v1.17 2017-05-24 11:09:57 -03:00
Ivan Socolsky eabf3c978f Merge pull request #661 from isocolsky/v1.16
v1.16.0
2017-05-24 11:01:54 -03:00
Ivan Socolsky a2f1e0e40e
v1.16.0 2017-05-24 11:01:16 -03:00
Matias Alejo Garcia 954b88aceb Merge pull request #658 from isocolsky/feat/confirmation-notif
Notify of tx confirmations
2017-05-24 15:41:27 +02:00
Ivan Socolsky ca0bd7fbcd
update README 2017-05-24 10:27:25 -03:00
Gustavo Maximiliano Cortez 3aaa2bf82e
Adds template for tx-confirmation 2017-05-24 10:27:25 -03:00
Ivan Socolsky acd75cd62c
fix insight block url 2017-05-24 10:27:25 -03:00
Ivan Socolsky dd1c90f2bc
fix arg in call to insight 2017-05-24 10:27:25 -03:00
Ivan Socolsky da6e61b7e7
add REST endpoint 2017-05-24 10:27:25 -03:00
Ivan Socolsky 8df8327395
send email 2017-05-24 10:27:25 -03:00
Ivan Socolsky c621d1c573
send push notification 2017-05-24 10:27:25 -03:00
Ivan Socolsky c87350d7ef
send notification 2017-05-24 10:27:25 -03:00
Ivan Socolsky b856d1cb02
fix small test issue 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 fdea614d81
storage fns for tx confirmation subs 2017-05-24 10:27:25 -03:00
Ivan Socolsky 300102e053
add tx confirmation model 2017-05-24 10:27:24 -03:00
Ivan Socolsky 0dbdfa1857
refactor fn names 2017-05-24 10:27:24 -03:00
Ivan Socolsky 13472e147a
add method to get txids from a specified block 2017-05-24 10:27:24 -03:00
Matias Alejo Garcia 7587540113 Merge pull request #655 from isocolsky/fix/send-max
Fix send max when resulting amount is below dust
2017-05-24 14:35:36 +02:00
Ivan Socolsky 4be0937e5b
fix resulting amount below dust 2017-05-15 10:24:15 -03:00
Matias Alejo Garcia a9b44ee5f1 Merge pull request #651 from isocolsky/fix/notif-replay
Avoid replaying notification for incoming txs
2017-04-14 19:54:40 +02:00
Ivan Socolsky a2944af07e
avoid replaying notification for incoming txs 2017-04-14 14:28:50 -03:00
Matias Alejo Garcia cb3ee35deb Merge pull request #650 from isocolsky/feat/low-fees
Tag only unconfirmed txs with low fee
2017-04-14 19:25:00 +02:00
Ivan Socolsky bbb6890fd5
only tag unconfirmed txs 2017-04-13 12:50:00 -03:00
Matias Alejo Garcia be430ace03 Merge pull request #649 from isocolsky/fix/addrs-gen
Avoid storing empty collection when creating new addresses
2017-04-13 17:39:49 +02:00
Ivan Socolsky 8e60cf01de
avoid storing empty collection 2017-04-13 12:35:15 -03:00
Matias Alejo Garcia 11c5bd92a7 Merge pull request #648 from isocolsky/fix/addrs-gen
Fix address generation
2017-04-13 17:19:32 +02:00
Ivan Socolsky 4fd339da29
store address index even when no new addresses are generated 2017-04-13 11:57:40 -03:00
Matias Alejo Garcia 2d3df0a12e Merge pull request #647 from isocolsky/feat/low-fees
WIP: Feat/low fees
2017-04-12 16:19:40 +02: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
Matias Alejo Garcia d94290181e Merge pull request #646 from itsyogesh/patch-1
Update README for typo.
2017-04-12 02:39:44 +02:00
Yogesh 3eea8ccfc4 Update README.md 2017-04-12 05:35:39 +05:30
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