Commit Graph

1814 Commits

Author SHA1 Message Date
Matias Alejo Garcia 5620b79ea6 Merge pull request #611 from isocolsky/has-balance
WIP Active addresses for balance
2016-12-30 12:26:12 -03:00
Ivan Socolsky e33ecb6b8a
use default value for recent txs 2016-12-28 12:30:07 -03:00
Ivan Socolsky bb489df824
fix query condition for tingodb 2016-12-23 19:20:27 -03:00
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
Ivan Socolsky 1f9f9e0dd8 Merge pull request #610 from matiu/feat/lastUsedOn2
Feat/last used on2
2016-12-22 17:33:17 -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
Ivan Socolsky ee081eaf49 Merge pull request #607 from tuladhar/patch-1
Fix Copay Wallet Link
2016-12-19 11:15:04 -03:00
Puru ced183297e Fix Copay Wallet Link 2016-12-11 21:52:45 +05:45
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
Matias Alejo Garcia 163418f504 Merge pull request #546 from isocolsky/rm/2-step-balance
Remove two step balance & active addresses cache
2016-12-05 16:33:07 -03:00
Ivan Socolsky 098aad0a21
restore cache collection for tx history 2016-12-05 15:24:38 -03:00
Ivan Socolsky c102515ab4
remove active addresses from bc monitor 2016-12-05 15:18:45 -03:00
Ivan Socolsky 82aa97e65c
rm two step balance & active addresses cache 2016-12-05 15:17:36 -03:00
Matias Alejo Garcia ee304ff9c5 Merge pull request #604 from isocolsky/ref/bcmonitor-test
Tests for blockchain monitor service
2016-12-05 10:54:14 -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 13d6421c01 Update README.md 2016-12-04 22:57:12 -03:00
Matias Alejo Garcia 6061a9bbe9 Merge pull request #603 from matiu/fix-rate-limitation
fix rate limitation only for POST
2016-12-01 12:49:23 -03:00
Matias Alejo Garcia 856768103e
fix rate limitation only for POST 2016-12-01 12:42:35 -03:00
Ivan Socolsky ecb9560555 Merge pull request #602 from matiu/rate-limiter
adds configurable rate limitation to createWallet
2016-11-30 13:05:11 -03:00
Matias Alejo Garcia d8c786df79
better reg 2016-11-30 13:01:53 -03:00
Matias Alejo Garcia 711f9516e5
fix endpoint matching 2016-11-30 11:16:29 -03:00
Matias Alejo Garcia 7f72a481ea
add rate limitation to createWallet 2016-11-30 10:53:33 -03:00
Matias Alejo Garcia 17fb1bc9cd Merge pull request #601 from matiu/ref/rm-websockets
rm websockets
2016-11-24 12:59:40 -03:00
Matias Alejo Garcia fbe7dc4fa0
ref start 2016-11-24 10:15:46 -03:00
Matias Alejo Garcia f7e049c7ad
better config 2016-11-24 10:04:36 -03:00
Matias Alejo Garcia 313a8d667a
revert dflt config 2016-11-24 10:03:00 -03:00
Matias Alejo Garcia 598f6f1361
rm old changes 2016-11-24 10:01:59 -03:00
Matias Alejo Garcia 210b73d198
fix dying workers handle 2016-11-23 13:05:04 -03:00
Matias Alejo Garcia 4a2b92bcb0
rm websockets 2016-11-23 12:19:00 -03:00
Ivan Socolsky 06a3aa4e23 Merge pull request #600 from isocolsky/v1.13.0
v1.13.0
2016-11-22 10:47:36 -03:00
Ivan Socolsky 26c0ed946f
v1.13.0 2016-11-22 10:46:59 -03:00
Matias Alejo Garcia e6f732f03a Merge pull request #556 from isocolsky/feat/login
Authentication with session token
2016-11-22 10:39:18 -03:00
Ivan Socolsky fed2338b0d
express endpoint 2016-11-22 10:20:56 -03:00
Ivan Socolsky fcdeab422b
allow session auth for /notification endpoint 2016-11-22 10:20:56 -03:00
Ivan Socolsky 4fd990772c
login/logout & authenticate with session token 2016-11-22 10:20:56 -03:00
Ivan Socolsky 3ee12d3c0f
add session model 2016-11-22 10:20:06 -03:00
Matias Alejo Garcia 3fb33218a7 Merge pull request #596 from isocolsky/ref/fee-levels
Redefine priority & normal fee levels
2016-11-04 11:42:37 -03:00
Ivan Socolsky 4e42375ad4
redefine fee levels 2016-11-04 11:39:27 -03:00
Matias Alejo Garcia 968273f450 Merge pull request #595 from isocolsky/fix/index
Fix db indexes
2016-10-31 15:33:24 -03:00
Ivan Socolsky 00b53ac4cb
add index to TXS & TX_NOTES 2016-10-31 14:24:28 -03:00
Ivan Socolsky c0c9a66bc8 Merge pull request #590 from isocolsky/v1.12
v1.12
2016-10-12 10:34:38 -03:00