Matias Alejo Garcia
|
e87521149a
|
new timeouts
|
7 years ago |
Matias Alejo Garcia
|
9d6af8cd0e
|
add rateLimiter to estimateFee
|
7 years ago |
matiu
|
d8e6964587
|
support cross-coin balance querying, using different address versions
|
7 years ago |
Ivan Socolsky
|
f0a48e1217
|
use wallet unit for BCH
|
7 years ago |
Ivan Socolsky
|
acdf99a34f
|
coin dependent default fee levels
|
7 years ago |
Ivan Socolsky
|
daad0367d7
|
add coin argument to wallet
|
7 years ago |
Ivan Socolsky
|
22ede6ec1b
|
increase default fee per kb values + add urgent level
|
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 |
Ivan Socolsky
|
4fd990772c
|
login/logout & authenticate with session token
|
9 years ago |
Ivan Socolsky
|
4e42375ad4
|
redefine fee levels
|
8 years ago |
Matias Alejo Garcia
|
56ef081c4d
|
add max_notification_timestamp
|
8 years ago |
Braydon Fuller
|
20cc273a6f
|
Use secp256k1 c bindings to verify signatures
|
9 years ago |
Ivan Socolsky
|
a0e54e79c8
|
cache blockchain height
|
9 years ago |
got3nks
|
48cc135185
|
Update default History_Limit to 50
The default 100 is causing error when loading the wallet transactions history.
[error] Error: Error querying the blockchain
[Error: Error querying the blockchain]
This is BWS log showing the error:
WARN REQUEST FAIL: https://insight.bitpay.com:443/api/addrs/txs?from=0&to=100 STATUS CODE: 503
WARN Insight https://insight.bitpay.com:443/api/addrs/txs?from=0&to=100 Returned Status: 503
ERR! /v1/txhistory/?r=69638 :500:Error querying the blockchain
|
9 years ago |
Matias Alejo Garcia
|
27b2275461
|
add names
|
9 years ago |
Matias Alejo Garcia
|
63e6847767
|
better tests
|
9 years ago |
Ivan Socolsky
|
b863df0b70
|
block access to BWC < 1.2 clients
|
9 years ago |
Ivan Socolsky
|
27b69feb81
|
fee level fallback + tests
|
9 years ago |
Ivan Socolsky
|
15a2d51992
|
relax timeoff constraints
|
9 years ago |
Ivan Socolsky
|
aa2a08ac04
|
hardcoded dust threshold
|
9 years ago |
Ivan Socolsky
|
0f1629b440
|
super economy level
|
9 years ago |
Ivan Socolsky
|
036abf001c
|
return more info on missing parameters
|
9 years ago |
Ivan Socolsky
|
37ee40f26a
|
add min change threshold
|
9 years ago |
Ivan Socolsky
|
ea94ec9963
|
increase BACKOFF_OFFSET from 3 to 10 + fixed BACKOFF_TIME (1 hour)
|
9 years ago |
Ivan Socolsky
|
4892e23100
|
reduce deletion backoff time from 24h to 1h
|
9 years ago |
Ivan Socolsky
|
f976637b14
|
improve code readability
|
9 years ago |
Ivan Socolsky
|
c01d1568bb
|
adapt fee to avoid change below dust
|
9 years ago |
Ivan Socolsky
|
9ed48f1e77
|
keep adding utxos to raise change above dust
|
9 years ago |
Ivan Socolsky
|
72cf236bd6
|
fix variable names
|
9 years ago |
Ivan Socolsky
|
504b52d695
|
compare both utxo selection algorithms
|
9 years ago |
Ivan Socolsky
|
a8cd4fe2c6
|
improve test cases
|
9 years ago |
Ivan Socolsky
|
682bf7fdd2
|
make feePerKb required
|
9 years ago |
Ivan Socolsky
|
9e0891f644
|
new defaults
|
9 years ago |
Ivan Socolsky
|
f7013a4589
|
expand address scan gap
|
9 years ago |
Ivan Socolsky
|
2e19d6164b
|
improve utxo selection & add tx max size limit
|
9 years ago |
Matias Alejo Garcia
|
270c5cbeff
|
mv constant to defaults
|
9 years ago |
Ivan Socolsky
|
77dc536a15
|
check fee limits
|
9 years ago |
Ivan Socolsky
|
6f196aa1b9
|
allow fee to be specified on proposal creation
|
9 years ago |
Ivan Socolsky
|
8a6c5dfc13
|
establish a limit on look back time for a valid rate
|
9 years ago |
Ivan Socolsky
|
57912a3180
|
define constants in defaults.js
|
9 years ago |
Ivan Socolsky
|
9868cd7c34
|
fix tests
|
9 years ago |
Ivan Socolsky
|
63eca6b529
|
txProposal v3
|
9 years ago |
Ivan Socolsky
|
e55983b151
|
mv Utils.buildTx -> TxProposal
|
9 years ago |
Ivan Socolsky
|
2bec543c6f
|
mv Utils.deriveAddress -> Address.derive
|
9 years ago |
Ivan Socolsky
|
795097bf04
|
refactor constants+defaults+utils -> common
|
9 years ago |