Commit Graph

1051 Commits

Author SHA1 Message Date
Ivan Socolsky 362d1a42bb Merge pull request #306 from isocolsky/improve_fees
Support legacy clients
2015-07-30 12:07:19 -03:00
Ivan Socolsky 87e3844e87 transaction proposals -> spend proposals 2015-07-30 11:47:16 -03:00
Ivan Socolsky 4f582382bc fix invalid fee on legacy txs 2015-07-29 18:19:53 -03:00
Ivan Socolsky 2558dcbbbd support legacy clients + tests 2015-07-29 17:45:25 -03:00
Matias Alejo Garcia 5b6ade382e Merge pull request #303 from greggzigler/feature/multi-outputs-history
getTxHistory for multiple outputs
2015-07-29 11:20:35 -03:00
Matias Alejo Garcia 7f5b2b6ea7 Merge pull request #305 from braydonf/bwsapiurl
Include the full api url to BWS in docs.
2015-07-28 15:25:37 -03:00
Braydon Fuller eee560628e Include the full api url to BWS in docs. 2015-07-28 14:22:55 -04:00
Gregg Zigler 730a3269c9 include proposal type, exclude decorations, in txhistory results 2015-07-28 09:25:05 -07:00
Gregg Zigler 20487ab38a return output.message from txproposal if one exists 2015-07-28 08:45:46 -07:00
Matias Alejo Garcia 33e9c06fab Merge pull request #304 from isocolsky/improve_fees
Adaptive fees
2015-07-28 11:11:00 -03:00
Ivan Socolsky 1a72bb9c18 BWU v0.0.23 2015-07-27 12:38:12 -03:00
Gregg Zigler 39ac518a61 let clients see multiple outputs 2015-07-27 08:24:16 -07:00
Ivan Socolsky 26aef25be6 compute total bytes to send max 2015-07-27 12:19:27 -03:00
Ivan Socolsky 5b3671b079 fix tests 2015-07-27 11:37:10 -03:00
Ivan Socolsky 344fc525e0 add fee estimation method to txp 2015-07-27 08:59:00 -03: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