Commit Graph

1037 Commits

Author SHA1 Message Date
Gregg Zigler 39ac518a61 let clients see multiple outputs 2015-07-27 08:24:16 -07:00
Gustavo Maximiliano Cortez 3aa39c0857 Merge pull request #299 from isocolsky/fee_levels
Improve fee levels
2015-07-23 12:50:22 -03:00
Ivan Socolsky fc94c2e0cf return nbBlocks = null when fee level is unavailable 2015-07-23 11:06:04 -03:00
Ivan Socolsky 86d1818940 send back nbBlocks for each level 2015-07-23 11:05:00 -03:00
Ivan Socolsky c85111c5b2 remove emergency level 2015-07-23 11:05:00 -03:00
Matias Alejo Garcia 833a322801 Merge pull request #297 from isocolsky/feat/ignore_unconfirmed
Add option to exclude unconfirmed UTXOs at TXP creation
2015-07-22 08:37:42 -03:00
Ivan Socolsky 626e2a1b06 fix sum of locked confirmed utxos + tests 2015-07-20 21:35:34 -03:00
Ivan Socolsky c12846380f update README 2015-07-20 21:35:34 -03:00
Ivan Socolsky 1603c200b6 add excludeUnconfirmedUtxos arg to txp creation 2015-07-20 21:35:34 -03:00
Ivan Socolsky 38868319b9 strip feePerKB 2015-07-20 21:35:34 -03:00
Ivan Socolsky 859b1cf042 cleaner code 2015-07-20 21:35:34 -03:00
Ivan Socolsky 9a5daa5bf4 add confirmed amounts to balance 2015-07-20 21:35:34 -03:00
Ivan Socolsky 05de23c1b0 allow stubbing of unconfirmed utxos 2015-07-20 21:35:34 -03:00
Ivan Socolsky 2c9e36a21b Merge pull request #295 from greggzigler/bug/prevent-double-npm-start
make sure pidfiles correspond to running instances of bws
2015-07-20 19:02:51 -03:00
Matias Alejo Garcia 30721018f8 Merge pull request #296 from isocolsky/fix/first_seen
fix tx history normalization
2015-07-20 16:26:07 -03:00
Ivan Socolsky de631dbfb1 v0.0.45 2015-07-20 16:16:16 -03:00
Ivan Socolsky c22cfd561e fix tx history normalization 2015-07-20 16:10:08 -03:00
Gregg Zigler 24c79119f1 make sure pidfiles correspond to running version of bws 2015-07-20 11:56:57 -07:00
Ivan Socolsky c064b5e041 Merge pull request #294 from isocolsky/v0.0.44
v0.0.44
2015-07-20 11:06:08 -03:00
Ivan Socolsky 3d35eb6d89 v0.0.44 2015-07-20 11:05:10 -03:00
Ivan Socolsky 6ab6dd4136 Merge pull request #293 from isocolsky/v0.0.43
v0.0.43
2015-07-20 11:03:40 -03:00
Ivan Socolsky 892290a434 v0.0.43 2015-07-20 11:03:18 -03:00
Ivan Socolsky 018adb2000 Merge pull request #292 from troggy/expose-getUtxos
Expose getUtxos via REST endpoint
2015-07-19 13:14:00 -03:00
Kosta Korenkov 55f3a46b77 Expose getUtxos to public 2015-07-18 12:33:09 +03:00
Matias Alejo Garcia 12c53dd611 Merge pull request #291 from VoR0220/patch-1
Update README.md
2015-07-17 21:31:56 -03:00
VoR0220 7b1d2ca2e4 Update README.md
spelling error fixed
2015-07-17 19:29:27 -05:00
Matias Alejo Garcia 4c74515f67 Merge pull request #285 from isocolsky/fee_levels
Dynamic fee levels
2015-07-17 16:21:05 -03:00
Matias Alejo Garcia fa778d81ff Merge pull request #288 from isocolsky/confirmed_first
Avoid adding extra attributes to utxo list when sorting
2015-07-17 10:55:09 -03:00
Ivan Socolsky efdd5d8761 avoid adding extra attributes to utxo list 2015-07-17 10:52:00 -03:00
Ivan Socolsky 15234bee6b add REST endpoint 2015-07-17 10:32:48 -03:00
Ivan Socolsky d8b45ea51e bwu 0.0.21 2015-07-16 17:51:54 -03:00
Ivan Socolsky 28a6603032 log failed attempts to fetch network fee 2015-07-16 17:47:27 -03:00
Ivan Socolsky 6c6f726a06 return array instead of object 2015-07-16 16:22:55 -03:00
Ivan Socolsky b59a2a7d58 change fee levels 2015-07-16 16:22:55 -03:00
Ivan Socolsky 56f39087cb init blockchain explorer outside loop 2015-07-16 16:22:55 -03:00
Ivan Socolsky 2b243cb0a2 dynamic fees 2015-07-16 16:22:55 -03:00
Matias Alejo Garcia 7d74b4b082 Merge pull request #287 from isocolsky/confirmed_first
Improve prioritization of confirmed vs unconfirmed UTXOs
2015-07-16 16:21:25 -03:00
Ivan Socolsky 1fd1fce82f prioritize 6+ conf 2015-07-16 15:41:05 -03:00
Matias Alejo Garcia 892f7a0a40 Merge pull request #286 from isocolsky/confirmed_first
Make confirmed UTXOs have higher priority when selecting inputs
2015-07-16 13:03:19 -03:00
Ivan Socolsky 0cb085b325 change utxo selection order 2015-07-16 12:55:59 -03:00
Matias Alejo Garcia 281012fae2 Merge pull request #283 from isocolsky/first_seen
Use firstSeenTs when available
2015-07-15 10:29:29 -03:00
Ivan Socolsky bdbbd8ac7a use firstSeenTs when available 2015-07-15 10:27:55 -03:00
Ivan Socolsky 43be63859a Merge pull request #282 from matiu/feat/handle-invalid
Feat/handle invalid
2015-07-15 10:22:35 -03:00
Matias Alejo Garcia bbe6167bb2 fix syntax
Signed-off-by: Matias Alejo Garcia <ematiu@gmail.com>
2015-07-15 10:18:33 -03:00
Matias Alejo Garcia c293635f56 fix config 2015-07-15 10:07:25 -03:00
Matias Alejo Garcia 0349076839 handle invalid txs in history 2015-07-15 10:05:40 -03:00
Ivan Socolsky 4b4db5bef5 Merge pull request #279 from bitpay/matiu-patch-1
Update config.js
2015-07-15 09:49:16 -03:00
Matias Alejo Garcia a1f230dd3d Update config.js
comment email section config (
  // To use email notifications uncomment this:
)
2015-07-14 09:31:47 -03:00
Matias Alejo Garcia 8403373ed3 Merge pull request #277 from matiu/bug/insight-response
fix insight response parsing with from/to are used
2015-07-13 18:07:16 -03:00
Matias Alejo Garcia 348eb0e48a Merge pull request #278 from isocolsky/ref/history_pagination
Remote pagination of tx history
2015-07-13 18:05:34 -03:00