Commit Graph

1749 Commits

Author SHA1 Message Date
Ivan Socolsky e69c9fdab8
v1.11.0 2016-08-23 11:57:26 -03:00
Ivan Socolsky 281e8abe5d
allow feeLevel in getSendMaxInfo 2016-08-23 11:57:17 -03:00
Matias Alejo Garcia db34c557bc Merge pull request #572 from isocolsky/feat/fee-level
Allow specifying feeLevel on txp creation
2016-08-23 08:23:59 -03:00
Ivan Socolsky 04b8d2afa2
persist feeLevel as part of txp 2016-08-22 20:34:22 -03:00
Ivan Socolsky c5e4c4b9a4
more testing 2016-08-22 20:27:59 -03:00
Ivan Socolsky 03858e4f4b
implement feeLevel arg 2016-08-22 19:46:23 -03:00
Ivan Socolsky ee18f7d236
reorg tests + test feeLevel arg 2016-08-22 19:46:02 -03:00
Matias Alejo Garcia 0d020c1860 Merge pull request #571 from isocolsky/fix/idempotence
Return txp when republishing
2016-08-19 16:20:59 -03:00
Ivan Socolsky 9984ad0d8f
return txp when republishing 2016-08-19 15:07:44 -03:00
Matias Alejo Garcia 26470e5804 Merge pull request #570 from isocolsky/fix/idempotence
Fix/idempotency
2016-08-19 13:20:31 -03:00
Ivan Socolsky 6d98c8beef
return tx with same foreign ID regardless of status 2016-08-19 13:08:14 -03:00
Ivan Socolsky 7073cef3f6
restore foreign ID tests 2016-08-19 12:32:11 -03:00
Matias Alejo Garcia f4c4f4a5d1 Merge pull request #569 from isocolsky/ref/addr-creation
Move address creation check outside of locked section
2016-08-19 12:05:07 -03:00
Matias Alejo Garcia 015f03d344 Merge pull request #568 from isocolsky/fix/404
Fix 404 on POST v1/txproposals
2016-08-19 11:28:58 -03:00
Ivan Socolsky 8825265c16
move address_gap check outside of locked section 2016-08-19 11:12:15 -03:00
Ivan Socolsky deffdeb67a
fix 404 on POST v1/txproposals 2016-08-18 13:16:44 -03:00
Ivan Socolsky 8ca0ac714d Merge pull request #567 from isocolsky/v1.10.0
v1.10.0
2016-08-17 14:22:48 -03:00
Ivan Socolsky 69eec11b51
v1.10.0 2016-08-17 14:22:24 -03:00
Matias Alejo Garcia ba4257d8f1 Merge pull request #564 from matiu/feat/ciphers2
allow ciphers to be configurable
2016-08-15 21:35:54 -03:00
Matias Alejo Garcia a6846b5b2a
allow ciphers to be configurable 2016-08-15 21:34:44 -03:00
Matias Alejo Garcia b733475134 Merge pull request #563 from isocolsky/keep-alive
Set keep-alive to 300s
2016-08-15 17:14:37 -03:00
Ivan Socolsky 41784edc2c
set to 300s 2016-08-15 17:06:33 -03:00
Matias Alejo Garcia 361cb0409d Merge pull request #559 from braydonf/secp256k1
Use secp256k1 c bindings to verify signatures
2016-08-12 08:28:07 -03:00
Matias Alejo Garcia 9812a0d53b Merge pull request #561 from isocolsky/fix/args-check
More robust validation of createTx params
2016-08-11 14:13:36 -03:00
Ivan Socolsky 82bd588834
more robust validation of createTx params 2016-08-11 14:03:39 -03:00
Matias Alejo Garcia 4dc010cf0c Merge pull request #560 from isocolsky/fix/args-check
change argument validation
2016-08-11 10:58:26 -03:00
Ivan Socolsky d62069f67a
change argument validation 2016-08-11 10:54:15 -03:00
Braydon Fuller 5df94214c0 Travis config to run C++11-compatible compiler 2016-08-11 09:13:28 -04:00
Braydon Fuller 20cc273a6f Use secp256k1 c bindings to verify signatures 2016-08-11 02:26:54 -04:00
Matias Alejo Garcia eea7ad71eb Merge pull request #558 from isocolsky/ref/confirmations
Adjust confirmations for cached txs only
2016-08-10 12:04:40 -03:00
Ivan Socolsky ddd9107600
adjust confirmations for cached txs only 2016-08-10 11:56:10 -03:00
Matias Alejo Garcia 811246a36f Merge pull request #557 from isocolsky/ref/confirmations
Fix blockheight cache
2016-08-10 11:21:08 -03:00
Ivan Socolsky 7914ce7485
fix test 2016-08-10 11:20:48 -03:00
Ivan Socolsky 8494f79f89
reset cache by network 2016-08-10 11:14:21 -03:00
Ivan Socolsky 76f673bc4c
cache blockheight for each network 2016-08-10 10:51:42 -03:00
Matias Alejo Garcia 6368f06557 Merge pull request #555 from isocolsky/feat/gzip-compression
Gzip compression
2016-08-09 17:04:20 -03:00
Ivan Socolsky 41b77d8ccc
add gzip compression 2016-08-09 15:16:45 -03:00
Matias Alejo Garcia 70e72f8307 Merge pull request #554 from isocolsky/keep-alive
Set keep-alive timeout
2016-08-09 10:27:23 -03:00
Ivan Socolsky b70b3cd726
set keep-alive timeout 2016-08-09 10:05:25 -03:00
Matias Alejo Garcia da63dbdbc8 Merge pull request #552 from isocolsky/fix/history-cache
Fix cache reset
2016-08-09 09:34:31 -03:00
Ivan Socolsky 756e3d740a
fix tests 2016-08-09 09:33:56 -03:00
Ivan Socolsky 13ca84f077
fix cache reset 2016-08-09 09:31:03 -03:00
Matias Alejo Garcia 7a77805b29 Merge pull request #551 from isocolsky/fix/rm-legacy
Restore legacy txproposal model
2016-08-09 09:23:36 -03:00
Ivan Socolsky ea399e12f5 Merge pull request #550 from got3nks/patch-1
Update default History_Limit to 50
2016-08-08 11:51:40 -03:00
Ivan Socolsky 046f83fb0b Merge pull request #545 from matiu/feat/history-cache
Feat/history cache
2016-08-08 10:31:19 -03:00
Matias Alejo Garcia fa98635843 Merge pull request #3 from isocolsky/ref/cache
Cache current blockheight & refresh via notifications
2016-08-08 10:23:23 -03:00
Ivan Socolsky a0e54e79c8
cache blockchain height 2016-08-08 10:06:58 -03:00
Ivan Socolsky 13735829c7
improve # of confirmations tests 2016-08-08 09:12:04 -03:00
Matias Alejo Garcia 36d7724f1c Merge pull request #2 from isocolsky/ref/cache
Fix confirmations
2016-08-06 14:47:18 -03:00
Ivan Socolsky f423f8a567
fix confirmations computation 2016-08-06 13:14:42 -03:00