Commit Graph

440 Commits

Author SHA1 Message Date
Matias Alejo Garcia 7b342d4a4d
disable multisig required fee check 2018-03-02 10:38:57 -03:00
Matias Alejo Garcia 5b584f48c0
fix feeRate unit conversion + add test 2018-02-27 20:51:54 -03:00
Matias Alejo Garcia a4ffc9a05f
update required_fee_rate field + test + bump 2018-02-27 19:45:16 -03:00
Matias Alejo Garcia 9288c60992
add support for requiredFeeRate in paypro 2018-02-27 18:13:32 -03:00
Matias Alejo Garcia de86bac6f4
do not broadcast payment in Browser if `payment` message from PayPro returns !=200 2018-02-23 19:24:37 -03:00
Matias Alejo Garcia 44621a1ca6
add more data to PayPro err message 2018-02-23 18:45:30 -03:00
Matias Alejo Garcia 05cbb578e7
paypro to copay addr 2018-02-22 11:25:37 -03:00
Matias Alejo Garcia dc6944ebca
fix TXP verified for paypro's cashaddr 2018-02-22 11:14:37 -03:00
Matias Alejo Garcia 0c63fc4621
fix refund address in BCH + address translation 2018-02-22 10:21:44 -03:00
Matias Alejo Garcia d209927e76
Merge pull request #402 from matiu/feat/bch-paypro-headers
Feat/bch paypro headers
2018-02-21 19:13:07 -03:00
Matias Alejo Garcia 4cce5ccd3c
Merge pull request #320 from JohnEz/master
Use more explicit logic in fee level check
2018-02-21 19:11:16 -03:00
Matias Alejo Garcia 31ed59c489
Merge pull request #374 from isocolsky/ref/fiat-rate-api
Remove check for credentials on getFiatRate api
2018-02-21 19:07:13 -03:00
Matias Alejo Garcia 9cf5322baf
fix tx build for paypro send payment 2018-02-21 18:59:14 -03:00
Matias Alejo Garcia 24927838a0
rm console.log 2018-02-21 17:58:16 -03:00
Matias Alejo Garcia a834c98811
support BCH paypro headers 2018-02-21 17:56:41 -03:00
Matias Alejo Garcia 711d147250
add comments to export old wallets 2018-02-12 14:04:21 -03:00
Matias Alejo Garcia d7f43b814d
updated lodash to "lodash": "^4.17.4", 2017-10-28 08:28:42 -03:00
Matias Alejo Garcia 6823bbb810
add missing error spec 2017-10-02 11:13:44 -03:00
matiu 78c8ba75c1 expose also bitcore-lib-cash 2017-09-14 10:52:00 -03:00
matiu b54941220b bch support 2017-09-14 01:12:08 -03:00
matiu 7137c25b39 add bch support 1 2017-09-14 00:51:56 -03:00
matiu c09c704730 refactor to credentials 2017-09-09 19:12:04 -03:00
matiu 2702fa0476 add walletPrivKey para to importFromExtendedKey 2017-09-09 18:58:59 -03:00
Ivan Socolsky b5eae1b4bf
pass coin arg to BWS 2017-09-07 15:23:17 -03:00
Ivan Socolsky 55ff671819
fix sigtype for BCH 2017-08-30 15:23:56 -03:00
Ivan Socolsky d19c39aeab
test BCH signing 2017-08-29 12:21:16 -03:00
Ivan Socolsky 77cbe7aaeb
tx sign 2017-08-28 21:43:19 -03:00
Ivan Socolsky 728f03a6b0
add coin to secret 2017-08-27 21:17:19 -03:00
Ivan Socolsky bb7448daa3
add coin to feelevels 2017-08-27 20:55:30 -03:00
Ivan Socolsky 5d000cd0cb
add coin to credentials 2017-08-27 20:48:10 -03:00
Ivan Socolsky 4375e96ab5
remove check for credentials on getFiatRate api 2017-07-03 10:42:37 -03:00
Ivan Socolsky bf1594d5f4
allow setting support staff wallet id in constructor 2017-06-30 10:04:26 -03:00
Ivan Socolsky 84e4c47f4e
allow sending x-wallet-id as a request header 2017-06-27 15:56:49 -03:00
Ivan Socolsky 31525d6bf0
add getStatusByIdentifier method 2017-06-23 16:01:27 -03:00
Matias Alejo Garcia 4a347665c9
refactor entropyPath 2017-06-12 22:08:02 -03:00
Matias Alejo Garcia cf52cbc2fd
new param: entropy source path 2017-06-12 16:02:49 -03:00
Matias Alejo Garcia c20285f971
allow use of entropysource for req keys even if xpriv is provided 2017-06-09 11:46:29 -03:00
Gustavo Maximiliano Cortez 7eb978e0ac
Adds GAP error 2017-05-29 16:55:11 -03:00
Ivan Socolsky 331499a514
fix api version 2017-05-22 11:16:15 -03:00
Ivan Socolsky 60b7daae88
add endpoint for tx confirmations notifications 2017-05-18 11:52:44 -03:00
Andy Phillipson f63e92b32a Add hwInfo to credentials
Allows for storing hardware wallet information with wallet credentials.  Support for TEE hardware (e.g., stores TEE hardware wallet id).
2017-03-21 11:46:15 -04:00
Ivan Socolsky da844cacc7
fix getDerivedXPrivKey() 2017-03-14 16:54:20 -03:00
Matias Alejo Garcia 36c5f1f50c Merge pull request #349 from cmgustavo/feat/updates-push-notifications-01
Updates delete function for push notifications
2017-03-09 16:12:19 -03:00
Matias Alejo Garcia dc9620e2b2 Merge pull request #355 from carlosfaria94/master
Update to the new lodash aliases
2017-03-09 16:12:07 -03:00
Ivan Socolsky 4c8a1d6337
test non-compliant derivation if main derivation fails to import 2017-03-09 13:57:29 -03:00
Ivan Socolsky 15a4748fe4
converte credentials to compliant derivation + test 2017-03-08 11:13:32 -03:00
Ivan Socolsky 173cc1f204
replace derive() with deriveChild() & deriveNonCompliantChild() 2017-03-06 19:36:53 -03:00
CarlosFaria94 8e52ef9ae7 Update to the new lodash aliases 2017-03-02 17:10:49 +00:00
Ivan Socolsky 15b1b8b650
fix request with session 2017-02-08 13:54:59 -03:00
Ivan Socolsky adf977817b
fix all tests 2017-02-07 16:45:27 -03:00