Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cleanup unused functions in cordova #1

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

ecioppettini
Copy link
Owner

No description provided.

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
@ecioppettini ecioppettini force-pushed the cleanup-unused-functions-in-cordova branch from b2efbe1 to 6cf261a Compare March 14, 2022 16:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant