Ivan Socolsky
5f3295722b
Merge pull request #670 from isocolsky/version-bump
v1.18.0
8 years ago
Ivan Socolsky
0ed05ee808
v1.18.0
8 years ago
Matias Alejo Garcia
d416284fc3
Merge pull request #669 from isocolsky/feat/support
Add API methods for support staff
8 years ago
Ivan Socolsky
279d2ecc68
test #getWalletFromIdentifier
8 years ago
Ivan Socolsky
565bc01339
bug fixes
8 years ago
Ivan Socolsky
2ab93cea1d
get wallet from identifier + REST endpoint
8 years ago
Ivan Socolsky
41c82e9e76
add support staff flag to copayer lookup collection
8 years ago
Ivan Socolsky
c5d9f44b2d
Merge pull request #664 from arve0/patch-1
Fix links in readme
8 years ago
Arve Seljebu
3be1e616e7
Fix links in readme
8 years ago
Ivan Socolsky
7cbfe71a79
Merge pull request #662 from isocolsky/v1.17
v1.17
8 years ago
Ivan Socolsky
88ecc303bb
v1.17
8 years ago
Ivan Socolsky
eabf3c978f
Merge pull request #661 from isocolsky/v1.16
v1.16.0
8 years ago
Ivan Socolsky
a2f1e0e40e
v1.16.0
8 years ago
Matias Alejo Garcia
954b88aceb
Merge pull request #658 from isocolsky/feat/confirmation-notif
Notify of tx confirmations
8 years ago
Ivan Socolsky
ca0bd7fbcd
update README
8 years ago
Gustavo Maximiliano Cortez
3aaa2bf82e
Adds template for tx-confirmation
8 years ago
Ivan Socolsky
acd75cd62c
fix insight block url
8 years ago
Ivan Socolsky
dd1c90f2bc
fix arg in call to insight
8 years ago
Ivan Socolsky
da6e61b7e7
add REST endpoint
8 years ago
Ivan Socolsky
8df8327395
send email
8 years ago
Ivan Socolsky
c621d1c573
send push notification
8 years ago
Ivan Socolsky
c87350d7ef
send notification
8 years ago
Ivan Socolsky
b856d1cb02
fix small test issue
8 years ago
Ivan Socolsky
7803e4576b
tx confirmation subs API endpoints
8 years ago
Ivan Socolsky
fdea614d81
storage fns for tx confirmation subs
8 years ago
Ivan Socolsky
300102e053
add tx confirmation model
8 years ago
Ivan Socolsky
0dbdfa1857
refactor fn names
8 years ago
Ivan Socolsky
13472e147a
add method to get txids from a specified block
8 years ago
Matias Alejo Garcia
7587540113
Merge pull request #655 from isocolsky/fix/send-max
Fix send max when resulting amount is below dust
8 years ago
Ivan Socolsky
4be0937e5b
fix resulting amount below dust
8 years ago
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