Commit Graph

975 Commits

Author SHA1 Message Date
Matias Alejo Garcia 139deac770 adds .deleteLockTime to getTxproposals 2015-06-11 18:38:42 -03:00
Ivan Socolsky 4f8faa826b implement Insight as a separate blockchain explorer 2015-06-11 18:24:58 -03:00
Matias Alejo Garcia 5d943a4b27 allow to remove creator, in tx without other signatures 2015-06-11 18:00:52 -03:00
Ivan Socolsky 470fd84ab7 refactor bcmonitor initialization 2015-06-11 17:43:27 -03:00
Matias Alejo Garcia 74c8b34188 allow delete proposals after 24hrs 2015-06-11 16:39:21 -03:00
Matias Alejo Garcia b311917e65 Merge pull request #232 from dawsonbotsford/master
Spelling Correction from Dawson's Spelling Bee
2015-06-11 15:09:38 -03:00
Matias Alejo Garcia 6a608ab51d Merge pull request #243 from dabura667/master
Add fields to designate root CA for cheaper SSL CAs
2015-06-11 15:08:45 -03:00
dabura667 5a5b492415 Added ability to designate CA root (for small CAs) 2015-06-10 22:31:40 +09:00
dabura667 4b38588295 Add CA cert field for config (commented out) 2015-06-10 22:27:21 +09:00
Matias Alejo Garcia 3310c637f6 Merge pull request #242 from isocolsky/multiple_emailservices
Multiple emailservices
2015-06-10 10:03:52 -03:00
Ivan Socolsky 23cca5a948 lock emailservice instances 2015-06-09 18:22:06 -03:00
Ivan Socolsky 9486f57288 test multiple emailservice instances 2015-06-09 17:15:34 -03:00
Matias Alejo Garcia 6ae0352d48 Merge pull request #241 from isocolsky/duplicate_recipients
Avoid duplicate emails
2015-06-09 17:08:31 -03:00
Ivan Socolsky 8151f68c3c unique recipient list 2015-06-09 16:58:36 -03:00
Ivan Socolsky 0f0d2183a1 test duplicate email 2015-06-09 16:55:27 -03:00
Matias Alejo Garcia 6403692362 Merge pull request #240 from isocolsky/improve_rejection_email
Improve rejection email
2015-06-08 22:01:23 -03:00
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