Commit Graph

1059 Commits

Author SHA1 Message Date
Ivan Socolsky 8574fd5774 improve tx finally rejected email 2015-06-08 18:31:32 -03:00
Ivan Socolsky 638b90ed18 migrate templates to mustache 2015-06-08 17:51:07 -03:00
Ivan Socolsky 9802cc7900 add mustache 2015-06-08 17:21:52 -03:00
Dawson Botsford 60e43872b2 Spelling correction automated from Dawson's Spelling Bee 2015-06-06 00:13:03 -07:00
Matias Alejo Garcia ef64b1e031 Merge pull request #228 from isocolsky/readme
Add installation guide to readme
2015-06-02 12:13:46 -03:00
Ivan Socolsky 4b8a98287b use service instead of server 2015-06-02 12:10:12 -03:00
Ivan Socolsky 02887ba87b add guide for BWS installation 2015-06-02 12:08:06 -03:00
Matias Alejo Garcia af8e68d943 Merge pull request #227 from isocolsky/improve_emails
Improve emails
2015-06-01 14:58:07 -03:00
Ivan Socolsky 6f76a359c2 v0.0.33 2015-06-01 12:16:56 -03:00
Ivan Socolsky 71d97f34f9 add amount to outgoingTx email 2015-06-01 12:16:34 -03:00
Ivan Socolsky 26cb34e2b7 include amount in incomingTx email 2015-06-01 11:28:31 -03:00
Ivan Socolsky 3316b64332 bitcore-wallet-utils v0.0.13 2015-06-01 11:23:37 -03:00
Ivan Socolsky 2f98041bfa test incoming tx 2015-05-29 16:27:12 -03:00
Ivan Socolsky 46b4652c8a test email for tx creation 2015-05-29 16:16:42 -03:00
Ivan Socolsky 1ea9447223 remove unused opts on wallet service init 2015-05-29 12:34:39 -03:00
Ivan Socolsky 5c6b5aeae2 send email from a separate service 2015-05-29 10:30:59 -03:00
Matias Alejo Garcia d12c0401dc Merge pull request #225 from isocolsky/safe_broadcast
Safe broadcast
2015-05-28 13:15:57 -03:00
Ivan Socolsky b7f96da25a test when getTransaction fails 2015-05-28 12:58:17 -03:00
Ivan Socolsky 83b65193af check blockchain if broadcast fails 2015-05-28 12:51:41 -03:00
Ivan Socolsky 38d6ee83d3 test broadcast fail with tx in blockchain 2015-05-28 12:51:30 -03:00
Ivan Socolsky 33827c5b18 add getTransaction method 2015-05-28 12:50:58 -03:00
Matias Alejo Garcia 236d26b8ad Merge pull request #223 from isocolsky/email_templates
spend proposal -> payment proposal
2015-05-28 12:10:34 -03:00
Ivan Socolsky c2fecb03aa fix test 2015-05-28 11:58:50 -03:00
Ivan Socolsky c1f7ad360c spend proposal -> payment proposal 2015-05-28 11:57:18 -03:00
Matias Alejo Garcia 62bdb543e7 Merge pull request #222 from isocolsky/stats
Refactor stats
2015-05-26 16:42:21 -03:00
Ivan Socolsky b23eca3167 v0.0.32 2015-05-26 16:36:44 -03:00
Ivan Socolsky 7e4a5f966a refactor REST endpoint 2015-05-26 14:59:55 -03:00
Ivan Socolsky 544f916f4f refactor statistics to filter at the db level 2015-05-22 17:24:52 -03:00
Matias Alejo Garcia da3df6449b Merge pull request #221 from isocolsky/fix/bcinit
Fix blockchain monitor initialization
2015-05-19 15:31:10 -03:00
Ivan Socolsky 6fca11088c fix initialization 2015-05-19 15:30:27 -03:00
Matias Alejo Garcia 24adbce291 Merge pull request #220 from isocolsky/fix/cb
Fix callback call when email service is not defined
2015-05-19 14:53:02 -03:00
Ivan Socolsky f58f7eb7e4 call cb even if email service is not defined 2015-05-19 14:47:36 -03:00
Matias Alejo Garcia fcd410e6b1 Update stats.js
fix url
2015-05-19 10:25:21 -03:00
Matias Alejo Garcia 59f16deca3 Merge pull request #219 from isocolsky/ref/init
allow for reinitialization
2015-05-18 11:34:24 -03:00
Ivan Socolsky 003f353022 allow for reinitialization 2015-05-18 10:48:01 -03:00
Eric Martindale 9259ff2845 Merge pull request #218 from thesoftwarejedi/patch-1
Fixed link in README.md
2015-05-17 19:59:20 -07:00
Dana Hanna 12a0aed6e6 Fixed link in README.md 2015-05-17 19:53:24 -04:00
Matias Alejo Garcia 37d1bf48a2 Merge pull request #214 from isocolsky/fix/notify_cb
Invoke callback after notification even if email service is not initialized
2015-05-15 12:15:45 -03:00
Ivan Socolsky 82d3e72fb9 v0.0.30 2015-05-15 12:09:00 -03:00
Ivan Socolsky d27a403b08 invoke cb 2015-05-15 12:08:36 -03:00
Matias Alejo Garcia cb0e593014 Merge pull request #213 from isocolsky/ref/error_message
Refactor blockchain errors
2015-05-15 11:30:49 -03:00
Ivan Socolsky 70468a0422 v0.0.29 2015-05-15 11:26:56 -03:00
Ivan Socolsky ece903230b add BLOCKCHAINERROR error code 2015-05-15 11:25:54 -03:00
Matias Alejo Garcia 298d755430 Merge pull request #211 from isocolsky/version_bump
v0.0.28
2015-05-14 16:53:42 -03:00
Ivan Socolsky ac1fcf9ef9 v0.0.28 2015-05-14 16:50:50 -03:00
Matias Alejo Garcia 52a794bc0e Merge pull request #209 from isocolsky/notify_wallet_complete
Notify wallet complete
2015-05-14 13:32:01 -03:00
Ivan Socolsky 226f18d345 preserve order of notifications 2015-05-14 12:48:19 -03:00
Matias Alejo Garcia 176973ba11 Merge pull request #210 from isocolsky/rest_pref
Endpoint for preferences
2015-05-14 12:46:17 -03:00
Ivan Socolsky 2942d4dc05 add endpoint for preferences 2015-05-14 12:43:12 -03:00
Ivan Socolsky d66c0502ce add moment to package.json 2015-05-14 12:06:41 -03:00