Commit Graph

962 Commits

Author SHA1 Message Date
Ivan Socolsky bc9354bf1f
remove tx legacy code 2016-07-26 17:47:15 -03:00
Ivan Socolsky 520dc6ecfd
handle exceptions in express layer 2016-07-26 17:37:25 -03:00
Ivan Socolsky b863df0b70
block access to BWC < 1.2 clients 2016-07-26 17:35:34 -03:00
Ivan Socolsky b3578ccfb5
rm dead code 2016-07-26 11:09:17 -03:00
Ivan Socolsky 04fdc090bd
check tx already exists based on foreign id 2016-07-26 11:01:14 -03:00
Ivan Socolsky 49929942e7
accept id as arg for tx creation 2016-07-26 11:00:52 -03:00
Matias Alejo Garcia f791a7c7e4 Merge pull request #542 from matiu/bug/trim-opts
mv post params to query string
2016-07-21 17:32:55 -03:00
Matias Alejo Garcia 4946583afe
mv post params to query string 2016-07-21 17:29:07 -03:00
Matias Alejo Garcia 313815f3e3 Merge pull request #541 from matiu/feat/use-insight-trim-opts
add trim options and timeout
2016-07-21 16:21:55 -03:00
Matias Alejo Garcia 522c24f531
. 2016-07-21 16:21:36 -03:00
Matias Alejo Garcia b26fa865d1 Merge pull request #531 from isocolsky/ref/various
Minor refactor
2016-07-21 16:20:43 -03:00
Matias Alejo Garcia 6dcaf9eb77 Merge pull request #534 from isocolsky/fix/fee-estimation
Refactor fee estimation
2016-07-21 16:20:16 -03:00
Matias Alejo Garcia 32d9d0c921
add trim options and timeout 2016-07-21 15:41:29 -03:00
Ivan Socolsky 6a45e00a4c
warn deprecated method invoked 2016-07-15 12:05:32 -03:00
Ivan Socolsky 27b69feb81
fee level fallback + tests 2016-06-27 12:45:48 -03:00
Ivan Socolsky dbea849e76
fix last day issues + log errors 2016-06-22 16:46:57 -03:00
Ivan Socolsky a743f1949a
refactor using mapReduce 2016-06-21 16:59:07 -03:00
Ivan Socolsky 15a2d51992
relax timeoff constraints 2016-06-14 12:26:37 -03:00
Ivan Socolsky 6190348200
minor refactor in output validation 2016-06-14 12:22:26 -03:00
Ivan Socolsky aa2a08ac04
hardcoded dust threshold 2016-06-10 13:50:57 -03:00
Carlos Faria 51faf1acf3 Update storage.js
Remove the log of mongoDB credentials. For security reasons.
2016-06-09 18:55:22 +01:00
Matias Alejo Garcia d8633065cd Merge pull request #527 from isocolsky/ref/empty-notes
Allow empty tx notes
2016-06-07 09:19:53 -03:00
Ivan Socolsky fe2f0a7d10
allow empty notes 2016-06-07 09:15:28 -03:00
Matias Alejo Garcia 7d18934f3b Merge pull request #523 from isocolsky/feat/single-addr-wallet
Feat/single-address wallet
2016-06-06 22:58:43 -03:00
Ivan Socolsky d642931de2
fix 0 UTXOs & locked inputs + test 2016-06-03 20:59:54 -03:00
Ivan Socolsky e798b37391
add tests + fix integration tests using mongodb 2016-06-03 15:05:08 -03:00
Ivan Socolsky a998186737
add single-address wallet 2016-06-03 13:34:12 -03:00
Ivan Socolsky b638ed08dd
fill editedByName field 2016-06-01 15:27:28 -03:00
Matias Alejo Garcia 10bb0a0be7 Merge pull request #520 from isocolsky/ref/tx-notes
Ref/tx notes
2016-06-01 10:48:34 -03:00
Ivan Socolsky 5bba254ff0
add GET /txnotes/:txid endpoint 2016-06-01 08:44:42 -03:00
Ivan Socolsky 0f1629b440
super economy level 2016-05-30 12:13:52 -03:00
Ivan Socolsky b7bc041f79
add comment 2016-05-24 11:25:54 -03:00
Ivan Socolsky 3d7a12f3ab
filter txs broadcasted in the last 24hs only 2016-05-24 11:07:30 -03:00
Ivan Socolsky 3db28a4e2d
discard recently spent inputs from utxo selection 2016-05-23 16:32:28 -03:00
Matias Alejo Garcia cf7d1cd55f Merge pull request #508 from isocolsky/feat/tx-notes
Transaction notes
2016-05-23 11:20:50 -03:00
Matias Alejo Garcia 46018f3e96 Merge pull request #513 from isocolsky/feat/choose-change-addr
Allow a specific change address on tx creation
2016-05-23 11:14:33 -03:00
Ivan Socolsky 397863fd9d
update check params code 2016-05-23 09:59:13 -03:00
Ivan Socolsky 253320ed84
get all notes from a given ts 2016-05-23 09:55:25 -03:00
Ivan Socolsky 7a91d3f652
add REST endpoint 2016-05-23 09:55:24 -03:00
Ivan Socolsky fa1c63ac66
decorate tx history with notes 2016-05-23 09:55:24 -03:00
Ivan Socolsky 5abe6fac51
edit/retrieve notes + tests 2016-05-23 09:55:24 -03:00
Ivan Socolsky 67bea09fe8
add tx note as model 2016-05-23 09:55:24 -03:00
Ivan Socolsky 65bda681d5
allow a specific change address 2016-05-20 12:27:45 -03:00
Ivan Socolsky 036abf001c
return more info on missing parameters 2016-05-20 11:52:31 -03:00
Matias Alejo Garcia 9c5327931e Merge pull request #506 from isocolsky/fix/m-of-n-limit
Allow 1 <= n <= 15 && 1 <= m <= n
2016-05-19 13:15:54 -03:00
Ivan Socolsky 44b7aff823
remove subscription to message broker 2016-05-17 10:13:32 -03:00
Ivan Socolsky 700c898508
allow 1 <= n <= 15 && 1 <= m <= n 2016-05-09 11:10:56 -03:00
Ivan Socolsky 64665d3efe
REST endpoint 2016-05-03 12:42:04 -03:00
Ivan Socolsky 42c2d9a95f
add includeExtendedInfo opts to getTxHistory 2016-05-03 12:40:22 -03:00
Ivan Socolsky 190ee3ef34
improve log messages 2016-04-28 20:00:02 -03:00