Commit Graph

1034 Commits

Author SHA1 Message Date
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
Ivan Socolsky f455b53971
always add changeaddress if specified 2016-04-28 19:58:51 -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 b3e01c0ddd Merge pull request #497 from troggy/fix-build-tx
fix: wrong output value calculation in _buildTx
2016-04-11 14:25:07 -03:00
Ivan Socolsky 4d25161098
assert inputs & outputs are consistent 2016-04-11 10:06:59 -03:00
Kosta Korenkov 2e1cc88c56 fix: wrong output value calculation in _buildTx 2016-04-11 13:10:40 +03:00
Kosta Korenkov 0d9dc85030 fix: do not remove scripts from outputs 2016-04-11 10:04:47 +03:00
Ivan Socolsky 017d64c76d
remove log strings 2016-04-07 15:03:00 -03:00
Ivan Socolsky 4c9b685e1c
add userAgent opt 2016-04-07 14:52:23 -03:00
Ivan Socolsky 533ddaf3b4
remove blockchain explorer dependency from email service 2016-04-07 14:42:13 -03:00
Matias Alejo Garcia 897c73bf1a Merge pull request #493 from gabrielbazan7/fix/hashToHex
hash to hex
2016-04-07 14:15:37 -03:00
Gabriel Bazán 56b0b5c5a6 hash to hex 2016-04-07 13:12:20 -03:00
Ivan Socolsky 8692c06860 fix for single host config 2016-04-07 12:47:34 -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 4892e23100 reduce deletion backoff time from 24h to 1h 2016-03-15 15:58:46 -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
Matias Alejo Garcia a3da2deb65 Merge pull request #477 from isocolsky/utxo-selection
Improve UTXO selection
2016-03-11 11:56: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 8ce304fd4e reduce safety margin to 2% 2016-03-10 18:59:04 -03:00
Ivan Socolsky 8865d42ec3 improve fee computation for P2PKH wallets 2016-03-10 18:58:56 -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
Ivan Socolsky c3ee9e9b93 shuffle inputs 2016-03-08 15:47:31 -03:00
Ivan Socolsky 49791bcfdf remove redundant check for very small utxos 2016-03-08 15:28:49 -03:00
Ivan Socolsky c01d1568bb adapt fee to avoid change below dust 2016-03-08 15:28:28 -03:00
Ivan Socolsky 9ed48f1e77 keep adding utxos to raise change above dust 2016-03-08 10:55:32 -03:00
Gabriel Bazán c43a11d647 refactor ios payload structure 2016-03-08 09:49:00 -03:00
Ivan Socolsky 293c15a3d3 Merge pull request #4 from matiu/utxo-tests
Utxo tests
2016-03-08 09:37:16 -03:00
Ivan Socolsky 72cf236bd6 fix variable names 2016-03-08 09:29:57 -03:00
Ivan Socolsky 37d27cec40 create compound index for walletId, createdOn. drop old index 2016-03-08 08:59:01 -03:00
Ivan Socolsky 08cb603a50 merge utxo exclusion into sanitize fn 2016-03-07 15:44:40 -03:00
Ivan Socolsky cbde3233df handle lots of small inputs causing the total balance after fees to decrease 2016-03-07 15:26:04 -03:00
Ivan Socolsky 680516da70 replace old utxo selection algo 2016-03-07 13:04:18 -03:00
Ivan Socolsky 504b52d695 compare both utxo selection algorithms 2016-03-07 13:00:53 -03:00
Ivan Socolsky d3faad0639 make select fn async 2016-03-07 12:30:10 -03:00
Ivan Socolsky c8d8af7d1d create compound index for walletId, createdOn. drop old index 2016-03-07 09:59:15 -03:00
Ivan Socolsky 60f6300fbc rebased 2016-03-04 17:53:16 -03:00
Ivan Socolsky 2581f488fa improve error handling 2016-03-04 17:50:23 -03:00
Ivan Socolsky 485b98de86 fix big input threshold computation 2016-03-04 17:50:23 -03:00
Ivan Socolsky c90d5bfed4 proper log messages 2016-03-04 17:50:23 -03:00
Ivan Socolsky 62c0fb06ef test utxo confirmation priority 2016-03-04 17:50:23 -03:00
Ivan Socolsky a8cd4fe2c6 improve test cases 2016-03-04 17:50:23 -03:00
Ivan Socolsky fdd5255e59 add stop conditions for small utxos 2016-03-04 17:50:23 -03:00
Ivan Socolsky cd82017845 fix tests 2016-03-04 17:50:23 -03:00
Ivan Socolsky 328f6250be improve utxo mocking 2016-03-04 17:50:23 -03:00
Ivan Socolsky dbba3acfa8 new input selection algorithm 2016-03-04 17:50:22 -03:00
Ivan Socolsky 5f5aed6345 cache last fee level 2016-03-04 17:02:05 -03:00
Ivan Socolsky f878594d40 rm feeLevel 2016-03-04 11:07:17 -03:00
Ivan Socolsky 682bf7fdd2 make feePerKb required 2016-03-04 11:06:16 -03:00
Ivan Socolsky 446f35426f remove explicit final fee for tx creation 2016-03-04 10:30:26 -03:00
Ivan Socolsky 37f87e4793 accept feeLevel on createTx 2016-03-04 10:30:26 -03:00
Ivan Socolsky 9e0891f644 new defaults 2016-03-04 09:51:59 -03:00
Ivan Socolsky f7013a4589 expand address scan gap 2016-03-01 10:56:13 -03:00
Matias Alejo Garcia 791330e82f better logs 2016-02-23 16:00:34 -03:00
Matias Alejo Garcia 52570d3d40 change log level 2016-02-23 13:54:26 -03:00
Matias Alejo Garcia 3c02a0bf89 Merge pull request #466 from isocolsky/fix/lotsa-utxos
Improve UTXO selection & add tx max size limit
2016-02-19 13:51:17 -03:00
Ivan Socolsky 2e19d6164b improve utxo selection & add tx max size limit 2016-02-19 12:30:40 -03:00
Javier e9275bf232 stacking notifications in android 2016-02-19 11:19:32 -03:00
Javier 831d93ab3b hashing wallet id from notification 2016-02-19 11:16:31 -03:00
Javier 0a40c0d128 add additional data to be used when notification is clicked 2016-02-19 11:16:31 -03:00
Ivan Socolsky 3406f57bbc rename method
Conflicts:
	lib/blockchainexplorers/insight.js
2016-02-18 12:02:18 -03:00
Ivan Socolsky f89c249e12 deterministic balance byAddress 2016-02-18 12:00:36 -03:00
Matias Alejo Garcia 270c5cbeff mv constant to defaults 2016-02-17 16:45:56 -03:00
Matias Alejo Garcia 4dfda532c8 update history limit 2016-02-17 16:19:49 -03:00
Matias Alejo Garcia 7eea242300 update name to requestList 2016-02-17 00:15:43 -03:00
Matias Alejo Garcia 396bed8873 add multiple insight server support 2016-02-16 17:09:53 -03:00
Matias Alejo Garcia f04b2e821b rm debug log level 2016-02-11 11:10:40 -05:00
Ivan Socolsky 3f5f219450 fix returning old rates 2016-02-10 18:21:48 -03:00
Ivan Socolsky 9404dee2d8 Merge pull request #450 from tanojaja/fix/push-notifications-logs
fix push notifications service logs
2016-02-02 11:45:03 -03:00
Braydon Fuller 7530ee9d0e Wallet Model: Check that "m" and "n" arguments are numbers 2016-02-01 11:21:49 -05:00
Ivan Socolsky f7328fc4ce check fee xor feePerKb 2016-02-01 09:58:26 -03:00
Ivan Socolsky 4bad281966 delay NewTxProposal notification until published 2016-01-29 11:22:20 -03:00
Ivan Socolsky 23cddbe47f fix broadcasting new proposals 2016-01-29 10:51:06 -03:00
Javier e622e28c76 refactor logs 2016-01-29 10:02:44 -03:00
Ivan Socolsky 77dc536a15 check fee limits 2016-01-28 18:20:48 -03:00
Ivan Socolsky 6f196aa1b9 allow fee to be specified on proposal creation 2016-01-28 17:53:22 -03:00
Ivan Socolsky 5f35aafc29 fix proposal signature validation in publishTx 2016-01-28 11:01:03 -03:00
Javier b4d94da709 fix push notifications service logs 2016-01-27 10:45:26 -03:00
Matias Alejo Garcia 383c2d63c8 . 2016-01-20 23:17:56 -03:00
Matias Alejo Garcia 427c56d4d6 add sound to ios 2016-01-20 23:15:35 -03:00
Javier 926bd81eda add log level debug 2016-01-20 16:38:11 -03:00
Matias Alejo Garcia 73e60d5d0f Merge pull request #442 from gabrielbazan7/feat/pushNotifications
fix user field ( push notifications )
2016-01-18 18:03:19 -03:00
Gabriel Bazán 965a859cbc delete token variable 2016-01-18 17:37:40 -03:00
Gabriel Bazán 9d4afc4402 fix user field 2016-01-18 16:28:11 -03:00
Ivan Socolsky b8f51ce756 fix error condition 2016-01-18 13:22:30 -03:00
Gabriel Bazán bcd840c7fc check token in opts 2016-01-18 10:26:37 -03:00
Gabriel Bazán bd7bcbab45 push notifications unsubscribe method refactor 2016-01-18 09:40:35 -03:00
Gabriel Bazán c71f6c637f push notifications service subscribe, unsubscribe and tests 2016-01-18 09:40:35 -03:00
Ivan Socolsky 5c75fde169 check new client version for paypro txs 2016-01-15 20:00:33 -03:00
Ivan Socolsky 8a6c5dfc13 establish a limit on look back time for a valid rate 2016-01-13 16:29:04 -03:00
Ivan Socolsky 57912a3180 define constants in defaults.js 2016-01-13 16:05:08 -03:00
Ivan Socolsky b9b1bddea8 REST endpoint + added to shell command 2016-01-13 16:05:08 -03:00
Ivan Socolsky 10ac3a4d65 init fiat rate service from within bws 2016-01-13 16:04:40 -03:00
Ivan Socolsky aac0b70df4 separate initialization from cron job 2016-01-13 16:03:06 -03:00
Ivan Socolsky 8d6d545139 test error handling in fetching process 2016-01-13 16:03:05 -03:00
Ivan Socolsky aa415268fc test fetch 2016-01-13 16:03:05 -03:00
Ivan Socolsky 5d868d57c4 test specific provider 2016-01-13 16:03:05 -03:00
Ivan Socolsky e62e5b032d add fetchedOn to returned rates 2016-01-13 16:03:05 -03:00
Ivan Socolsky 0922a5fa6e integration tests 2016-01-13 16:03:05 -03:00
Ivan Socolsky 450da4ecdc add fiat rate service 2016-01-13 16:03:05 -03:00
Ivan Socolsky 86c36eba84 Merge pull request #429 from gabrielbazan7/feat/pushNotifications
push notifications
2016-01-13 15:44:02 -03:00
Ivan Socolsky ec9a6cde9b Merge pull request #434 from troggy/history-custom-data
Return tx customData wth txHistory
2016-01-13 15:40:34 -03:00
Gabriel Bazán 5c1a95d5d2 refactor 2016-01-13 13:14:42 -03:00
Kosta Korenkov 6a9db29192 Return tx customData wth txHistory 2016-01-13 19:11:47 +03:00
Ivan Socolsky 4da8a37dc4 fix issue with retrieving active addresses 2016-01-13 11:22:29 -03:00
Ivan Socolsky f2c29d8dee send BalanceUpdated notification as global 2016-01-13 11:20:22 -03:00
Gabriel Bazán ba1c603977 add integrations test - should exclude outgoing notifications 2016-01-12 17:26:44 -03:00
Javier a3ed3a5128 config and pushNotifications service modified 2016-01-12 09:44:30 -03:00
Gabriel Bazán 153144ace4 fix copayer creator id error 2016-01-08 17:11:28 -03:00
Gabriel Bazán a2f00de699 clean code 2016-01-08 17:01:35 -03:00