CarlosFaria94
ea54fe5a58
Replace ServerWithAuth by Server in getFiatRate
To get a fiat rate there is no need to pass by the authentication mechanisms.
Also, previously the BWS was waiting for a 'source' in query, but the BWC it is sending a 'provider' query, not 'source', turns out that it is impossible to the client to query a specific provider, because fiatRateService do not recognize the variable 'source'.
8 years ago
Matias Alejo Garcia
ba2fea93d7
add abort log
8 years ago
Ivan Socolsky
aac8b274eb
fix spent utxos check on publish
8 years ago
Gustavo Maximiliano Cortez
aaef977db8
Replaces (es) text for push notification
8 years ago
Ivan Socolsky
f302499245
v1.15
8 years ago
Ivan Socolsky
ee5a413598
add ignoreRateLimiter option
8 years ago
Ivan Socolsky
558c6fbc38
derive() -> deriveChild()
8 years ago
Ivan Socolsky
d93cd4f279
implement multiplier for fee levels
8 years ago
Ivan Socolsky
22ede6ec1b
increase default fee per kb values + add urgent level
8 years ago
Gustavo Maximiliano Cortez
19534efac0
Updates wording for notifications
8 years ago
Ivan Socolsky
b484e2754b
unsubscribe v2
8 years ago
Ivan Socolsky
b9d0b16674
fix request headers
8 years ago
Ivan Socolsky
fd7e26372c
fix index definition
8 years ago
Ivan Socolsky
6d55be53d7
test sending push notifications
8 years ago
Ivan Socolsky
0341a865b3
add push notification subscription model to index
8 years ago
Ivan Socolsky
8b62a3b4d8
retrieve all subscription tokens for each recipient
8 years ago
Ivan Socolsky
bfcd14d297
add supporting methods for storing/fetching/removing subscriptions
8 years ago
Ivan Socolsky
62de18b8ab
add push notification subscription model
8 years ago
Ivan Socolsky
75c8e28e73
treat single address in output as change
8 years ago
Ivan Socolsky
09e778212c
Revert "Remove two step balance & active addresses cache"
8 years ago
Ivan Socolsky
82e02e2d49
optimize fetching of tx proposals for history
8 years ago
Matias Alejo Garcia
611169d591
longer timeout for getHistory
8 years ago
Ivan Socolsky
098aad0a21
restore cache collection for tx history
8 years ago
Ivan Socolsky
c102515ab4
remove active addresses from bc monitor
9 years ago
Ivan Socolsky
82aa97e65c
rm two step balance & active addresses cache
9 years ago
Ivan Socolsky
4e3e76aecf
make blockchain monitor component testable
Conflicts:
lib/blockchainmonitor.js
9 years ago
Matias Alejo Garcia
856768103e
fix rate limitation only for POST
8 years ago
Matias Alejo Garcia
d8c786df79
better reg
8 years ago
Matias Alejo Garcia
711f9516e5
fix endpoint matching
8 years ago
Matias Alejo Garcia
7f72a481ea
add rate limitation to createWallet
8 years ago
Matias Alejo Garcia
598f6f1361
rm old changes
8 years ago
Matias Alejo Garcia
4a2b92bcb0
rm websockets
8 years ago
Ivan Socolsky
fed2338b0d
express endpoint
9 years ago
Ivan Socolsky
fcdeab422b
allow session auth for /notification endpoint
9 years ago
Ivan Socolsky
4fd990772c
login/logout & authenticate with session token
9 years ago
Ivan Socolsky
3ee12d3c0f
add session model
9 years ago
Ivan Socolsky
4e42375ad4
redefine fee levels
8 years ago
Ivan Socolsky
00b53ac4cb
add index to TXS & TX_NOTES
8 years ago
Javier
dc5dd1a68e
return note
8 years ago
Ivan Socolsky
a420c47ba7
add createdOn to txHistory
8 years ago
Ivan Socolsky
c4b293ed3a
return txnote after edit
8 years ago
Ivan Socolsky
270d40f50e
add details to txp related notifications
8 years ago
Matias Alejo Garcia
09f4e5285a
add message and id to new tx proposal
Conflicts:
test/integration/server.js
8 years ago
Ivan Socolsky
6f69282db0
add express endpoint
8 years ago
Matias Alejo Garcia
56ef081c4d
add max_notification_timestamp
8 years ago
Ivan Socolsky
281e8abe5d
allow feeLevel in getSendMaxInfo
8 years ago
Ivan Socolsky
04b8d2afa2
persist feeLevel as part of txp
8 years ago
Ivan Socolsky
c5e4c4b9a4
more testing
8 years ago
Ivan Socolsky
03858e4f4b
implement feeLevel arg
8 years ago
Ivan Socolsky
9984ad0d8f
return txp when republishing
9 years ago