Commit Graph

1051 Commits

Author SHA1 Message Date
rajeshjayaraman 71d6bb3b54 Creating wrapper shell scripts for starting and stopping all the requisite services needed to run BWS 2015-06-17 10:58:58 -04:00
Matias Alejo Garcia 75d46181af Merge pull request #250 from isocolsky/explicit_fees
Support for smaller fees
2015-06-17 09:37:36 -03:00
Ivan Socolsky ba54b01797 remove safety check, log error 2015-06-16 18:05:26 -03:00
Ivan Socolsky e889973379 BWU v0.0.15 2015-06-16 18:05:12 -03:00
Ivan Socolsky e349a10a67 simplify testing 2015-06-16 17:59:56 -03:00
Ivan Socolsky 0e0da99741 v0.0.34 2015-06-16 17:59:56 -03:00
Ivan Socolsky 366638b2d4 implement variable fee per kb 2015-06-16 17:59:56 -03:00
Ivan Socolsky 9f4ef16bba test fee behavior 2015-06-16 17:59:56 -03:00
Ivan Socolsky 06b521853d test not enough fees 2015-06-16 17:59:56 -03:00
Matias Alejo Garcia 82a58e3bad Merge pull request #252 from isocolsky/bcmonitor
Fix bcmonitor initialization & event redirection
2015-06-16 16:36:24 -03:00
Ivan Socolsky 622d7842b6 fix init & event redirection 2015-06-16 16:16:43 -03:00
Matias Alejo Garcia 732cc36f31 Merge pull request #249 from isocolsky/ref/backoff_time
Simplify testing & improve testing time for backoff time protection
2015-06-15 15:18:29 -03:00
Ivan Socolsky c5d59c7598 simplify testing 2015-06-15 14:25:34 -03:00
Ivan Socolsky 20d57474c4 Merge pull request #248 from matiu/bug/test
fix tests
2015-06-15 11:01:14 -03:00
Matias Alejo Garcia d068fafbde fix tests 2015-06-15 10:57:11 -03:00
Ivan Socolsky 5407f99903 Merge pull request #246 from matiu/feat/reject-backoff-time
add a reject / creation backoff time
2015-06-15 10:06:11 -03:00
Matias Alejo Garcia 20e4dd8da0 update fetched txs 2015-06-13 12:06:43 -03:00
Matias Alejo Garcia 4569f1d3c5 backoff time only active after backoffOffset 2015-06-13 12:03:04 -03:00
Matias Alejo Garcia 895c52bada exponential backoff 2015-06-12 16:11:42 -03:00
Matias Alejo Garcia caafaf25f6 add a reject / creation backoff time 2015-06-12 16:05:33 -03:00
Matias Alejo Garcia 6f13667912 Merge pull request #245 from isocolsky/rm_bitcore_explorers
Rm bitcore explorers
2015-06-12 11:30:16 -03:00
Ivan Socolsky 053573b44c Merge pull request #244 from matiu/feat/allow-delete-after-locktimeout
Feat/allow delete after locktimeout
2015-06-12 11:06:57 -03:00
Matias Alejo Garcia dcfff424d7 fix err msg 2015-06-12 10:11:54 -03:00
Matias Alejo Garcia 94becc8960 fix notify order 2015-06-12 10:06:15 -03:00
Ivan Socolsky a0b45b78f5 remove bitcore-explorers ref 2015-06-11 18:51:02 -03:00
Ivan Socolsky b45acded82 fix data parsing 2015-06-11 18:50:50 -03:00
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