iketheadore
iketheadore
Fixes #2522 Changes: - Add API endpoint `/api/v1/wallet/xpub` to get xpub key of bip44 wallets. Does this change need to mentioned in CHANGELOG.md? Yes.
Senyoret1 commented on Dec 18, 2019 To ensure the wallet works well in edge cases, all code related to coin a coin hours amounts should use the BigNumber class.
Fixes #2517 Changes: - Change the coin hour burn factor to 100 so that the coin hour fee can be 1 percent. Does this change need to mentioned in CHANGELOG.md?...
For invalid input/parameters, APIs should not return 500 error. Instead, the 400 should be returned.
Unrecorded changes include: - Use wallet filename(wallet id) instead of full path of wallet file as the first arguments for commands: - createRawTransactionV2 - walletAddAddresses - walletScanAddresses - encryptWallet -...
Senyoret1 commented on Apr 6 You can use the cli to create xPub keys for bit44 wallets, by using this: https://github.com/SkycoinProject/skycoin/blob/develop/cmd/skycoin-cli/README.md#export-a-specific-key-from-an-hd-wallet . The cli allows to create xPub keys for...
Senyoret1 commented on Apr 6 There should be an API endpoint for getting the xPub key of a wallet. The endpoint should work with BIP44 wallets, so the user can...
Senyoret1 commented on Apr 7 The wallet/recover API endpoint does not allow to restore the password of xPub wallets, which may end being a problem for some users, as it...
Senyoret1 commented on Aug 7 Having to manually download and run the hw wallet daemon as a separate app and having to restart it in case of problems is very...