Commit Graph

1787 Commits

Author SHA1 Message Date
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
Ivan Socolsky 0f70295ad4
v1.12 2016-10-12 10:33:09 -03:00
Ivan Socolsky 15c2ba0756 Merge pull request #589 from JDonadio/fix/edit-note
Return note
2016-10-11 17:22:03 -03:00
Javier dc5dd1a68e return note 2016-10-11 16:12:23 -03:00
Matias Alejo Garcia eaccf16436 Merge pull request #588 from isocolsky/ref/created-on
Add createdOn to txHistory when available
2016-10-11 11:44:38 -03:00
Ivan Socolsky a420c47ba7
add createdOn to txHistory 2016-10-11 11:43:39 -03:00
Matias Alejo Garcia d73f70bc32 Merge pull request #582 from isocolsky/ref/edit-note
Return txNote after edit
2016-10-10 16:13:35 -03:00
Ivan Socolsky c4b293ed3a
return txnote after edit 2016-09-22 10:13:41 -03:00
Matias Alejo Garcia 7f928b0afe Merge pull request #579 from isocolsky/ref/notifications
Add details to txp related notifications
2016-09-01 17:45:14 -03:00
Ivan Socolsky 270d40f50e
add details to txp related notifications 2016-09-01 17:43:41 -03:00
Ivan Socolsky 3fdc6485c0 Merge pull request #575 from matiu/reaf/newproposalid
add message and id to new tx proposal
2016-08-24 17:12:54 -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 6f69282db0
add express endpoint 2016-08-24 09:18:02 -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 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