Commit Graph

537 Commits

Author SHA1 Message Date
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
Matias Alejo Garcia b26fa865d1 Merge pull request #531 from isocolsky/ref/various
Minor refactor
2016-07-21 16:20:43 -03:00
Ivan Socolsky 27b69feb81
fee level fallback + tests 2016-06-27 12:45:48 -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
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 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 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 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
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
Ivan Socolsky c1e9a8a66e
add raw tx to log 2016-04-27 12:57:05 -03:00
Ivan Socolsky 476a2d49ed
log bad signatures data 2016-04-27 12:45:00 -03:00
Kosta Korenkov 98c72d3206 Update method doc 2016-04-19 19:55:05 +03:00
Kosta Korenkov 11b32f4ee5 Optionally disable outputs shuffling for createTx 2016-04-16 10:24:32 +03:00
Ivan Socolsky 4c9b685e1c
add userAgent opt 2016-04-07 14:52:23 -03:00
Ivan Socolsky 37ee40f26a add min change threshold 2016-03-23 10:58:01 -03:00
Ivan Socolsky 6d8b4e70b6 add more info to response 2016-03-18 16:32:11 -03:00
Ivan Socolsky 6b8af51993 handle 0 input txs 2016-03-18 15:56:10 -03:00
Matias Alejo Garcia 93a8d65932 Merge pull request #470 from isocolsky/feat/send-max
Feat/send max
2016-03-18 10:47:51 -03:00
Ivan Socolsky 30469f921d shuffle inputs 2016-03-16 16:46:11 -03:00
Ivan Socolsky f418009ebf add express endpoint 2016-03-16 16:42:39 -03:00
Ivan Socolsky ea94ec9963 increase BACKOFF_OFFSET from 3 to 10 + fixed BACKOFF_TIME (1 hour) 2016-03-15 17:21:22 -03:00
Ivan Socolsky dffdebfb47 fix docs for createTx 2016-03-11 14:22:54 -03:00
Ivan Socolsky 0766499cb7 createTx dry run 2016-03-11 13:51:15 -03:00
Ivan Socolsky d23788100e allow for external use of getSendMaxInfo + refactor createTx 2016-03-11 13:51:15 -03:00
Ivan Socolsky b2fc191f54 remove generation of change address when sending max 2016-03-11 13:49:33 -03:00
Ivan Socolsky bdff2cbc35 sendMax option on createTx 2016-03-11 13:45:10 -03:00
Ivan Socolsky 755449e32d return utxo list 2016-03-11 13:42:26 -03:00
Ivan Socolsky 0aa0f345a3 add max size check 2016-03-11 13:42:25 -03:00
Ivan Socolsky 42ae722db9 tests 2016-03-11 13:42:25 -03:00
Ivan Socolsky 8d25f23849 get send max info 2016-03-11 13:38:42 -03:00
Ivan Socolsky a4ced0320f refactor fee correction on change below dust 2016-03-11 11:47:57 -03:00
Ivan Socolsky 10b4ff3d15 fix netTotal bug + test 2016-03-11 11:13:29 -03:00
Ivan Socolsky ee7d3bad7f allow absolute fee when specifying inputs 2016-03-10 11:47:54 -03:00
Ivan Socolsky f976637b14 improve code readability 2016-03-09 10:45:37 -03:00
Ivan Socolsky 5afc74d4f6 revert breaking conditions for small inputs to improve tracing 2016-03-09 10:18:13 -03:00