Commit Graph

703 Commits

Author SHA1 Message Date
Ivan Socolsky f69d5a5bb4
work with previously stored addresses 2016-12-23 19:00:02 -03:00
Ivan Socolsky 3c678d5a88
compute balance just for active addresses 2016-12-23 18:30:13 -03:00
Ivan Socolsky 76477a609f
tag addresses as having balance 2016-12-23 17:48:39 -03:00
Matias Alejo Garcia 4ff241e9e8
add tests to search for tip 2016-12-22 12:23:15 -03:00
Matias Alejo Garcia 757d96fa0d
refactor process block 2016-12-21 17:51:14 -03:00
Matias Alejo Garcia d676956f5a
tip as an array of hashes 2016-12-21 16:07:10 -03:00
Matias Alejo Garcia 61ed4c803a
check current bc tip 2016-12-09 16:39:54 -03:00
Matias Alejo Garcia 2cff530072
process block working! 2016-12-09 11:38:16 -03:00
Matias Alejo Garcia 9bbfff071e
fix tests 2016-12-08 20:29:55 -03:00
Matias Alejo Garcia e13068e7eb
updateTip 2016-12-08 20:27:12 -03:00
Matias Alejo Garcia 86b9435a12
change explorers to an object 2016-12-08 12:14:15 -03:00
Matias Alejo Garcia 7c5ad7bdfa
update lastUsedOn 2016-12-06 13:42:05 -03:00
Ivan Socolsky 82aa97e65c
rm two step balance & active addresses cache 2016-12-05 15:17:36 -03:00
Ivan Socolsky 4e3e76aecf
make blockchain monitor component testable
Conflicts:
	lib/blockchainmonitor.js
2016-12-05 10:41:21 -03:00
Matias Alejo Garcia 4a2b92bcb0
rm websockets 2016-11-23 12:19:00 -03:00
Ivan Socolsky 4fd990772c
login/logout & authenticate with session token 2016-11-22 10:20:56 -03:00
Ivan Socolsky 4e42375ad4
redefine fee levels 2016-11-04 11:39:27 -03:00
Ivan Socolsky a420c47ba7
add createdOn to txHistory 2016-10-11 11:43:39 -03:00
Ivan Socolsky c4b293ed3a
return txnote after edit 2016-09-22 10:13:41 -03:00
Ivan Socolsky 270d40f50e
add details to txp related notifications 2016-09-01 17:43:41 -03:00
Matias Alejo Garcia 09f4e5285a
add message and id to new tx proposal
Conflicts:
	test/integration/server.js
2016-08-24 16:46:05 -03:00
Matias Alejo Garcia 8d0c93b3d0 Merge pull request #573 from isocolsky/feat/fee-level
Allow feeLevel in getSendMaxInfo + v1.11.0
2016-08-24 09:23:36 -03:00
Ivan Socolsky ce3c873c81 Merge pull request #574 from matiu/feat/max_notification_timestamp
max_notification_timespan
2016-08-24 09:13:19 -03:00
Matias Alejo Garcia 56ef081c4d
add max_notification_timestamp 2016-08-24 08:50:26 -03:00
Ivan Socolsky 281e8abe5d
allow feeLevel in getSendMaxInfo 2016-08-23 11:57:17 -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 ee18f7d236
reorg tests + test feeLevel arg 2016-08-22 19:46:02 -03:00
Ivan Socolsky 9984ad0d8f
return txp when republishing 2016-08-19 15:07:44 -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
Ivan Socolsky 82bd588834
more robust validation of createTx params 2016-08-11 14:03:39 -03:00
Ivan Socolsky d62069f67a
change argument validation 2016-08-11 10:54:15 -03:00
Ivan Socolsky ddd9107600
adjust confirmations for cached txs only 2016-08-10 11:56:10 -03:00
Ivan Socolsky 7914ce7485
fix test 2016-08-10 11:20:48 -03:00
Ivan Socolsky 76f673bc4c
cache blockheight for each network 2016-08-10 10:51:42 -03:00
Ivan Socolsky 756e3d740a
fix tests 2016-08-09 09:33:56 -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
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
Ivan Socolsky f423f8a567
fix confirmations computation 2016-08-06 13:14:42 -03:00
Ivan Socolsky 4e7f1f39d9
rebase 2016-08-06 00:15:50 -03:00
Ivan Socolsky 2b2c945339
fix confirmations
Conflicts:
	test/integration/server.js
2016-08-06 00:12:26 -03:00
Matias Alejo Garcia f7ec6e3a0b
implement "buckets" to split big values in mongodb 2016-07-29 18:15:25 -03:00
Matias Alejo Garcia 77547e65aa
fix padding last request 2016-07-29 11:51:45 -03:00
Matias Alejo Garcia c220a09354
fix bug when asking beyong cache limit 2016-07-29 11:38:03 -03:00
Matias Alejo Garcia 926506c394
add cache resets 2016-07-29 10:39:01 -03:00
Matias Alejo Garcia 9a09050646
better tests 2016-07-29 08:52:36 -03:00
Matias Alejo Garcia 19d95d9a49
ref tests 2016-07-27 10:25:13 -03:00
Matias Alejo Garcia 5db61703b4
better tests 2016-07-27 09:46:20 -03:00