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 legacy code and update cordova docs #219

Merged
merged 17 commits into from
Jun 15, 2022

Conversation

ecioppettini
Copy link
Contributor

I cleaned up some legacy things that were still around mostly for the plugin:

The utxo conversion that we were using in the past, for all its variants. (rindex, bip44, free keys). I also removed the utxo_keys argument from the plugin API. This was already ignored internally, so this is mostly finishing that work, but it is a breaking change, so if preferred I can reintroduce a dummy argument to keep it compatible.

The daedalus paperwallet recovery support too. We never really used this.

I'm also removing the electron and browser cordova support, since both are out of date and unmaintained (and unused). Arguably, using wallet-js directly for those cases is better anyway, since it has a more idiomatic api.

@ecioppettini ecioppettini self-assigned this Jun 14, 2022
@@ -1,723 +0,0 @@
# Jörmungandr Wallet and Chain interactions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is this daedalus specific?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not really, it's general documentation about the api at an abstract level and its integration with jormungandr, but it's completely out of date (it was written before even the first fund)... I think at this point it may as well be rewritten from scratch.

since the tests don't run, there is not much point in regenerating the
assets, and not installing jcli could save some time.
@ecioppettini ecioppettini merged commit f1cd62a into master Jun 15, 2022
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.

2 participants