forked from input-output-hk/chain-wallet-libs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cleanup plugin api from legacy conversion
These functions are not really used anymore, and while the cost of maintaining them is not that high, it's still better to have less things to care about when updating, or when new users aks questions. This commit focuses mostly on the bindings, mostly because that's where most of the 'complexity' (duplication) is found, the underlying code is not really that problematic, but it may be good to remove it too. In any case, code can be retrieved from the history if necessary. - walletRestore - walletRetrieveFunds - walletConvert - conversionTransactionsSize - conversionTransactionsGet - conversionGetIgnored - walletPendingTransactions - pendingTransactionsSize - pendingTransactionsGet
- Loading branch information
1 parent
c90d112
commit ca6b16d
Showing
13 changed files
with
53 additions
and
1,775 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.