Skip to content
This repository has been archived by the owner on Jul 7, 2021. It is now read-only.

Create cryptography abstractions #411

Closed
faustbrian opened this issue Jun 12, 2020 · 1 comment
Closed

Create cryptography abstractions #411

faustbrian opened this issue Jun 12, 2020 · 1 comment
Labels
Type: Feature The issue is a request for new functionality.

Comments

@faustbrian
Copy link
Contributor

We use a lot of third-party dependencies for each coin to ensure that we use their latest crypto and are compatible at all times. This works fine but long-term we should implement our own cryptography abstractions that are generic enough to quickly implement other coins too avoid a lot of mixed dependencies and especially ones that are slow.

The last point, being slow, is an issue with some coins because they use JavaScript packages for things that are available natively which results in a massive performance hit and for some even in odd dependency installation issues because they are outdated which forces you to apply workarounds to get packages installed.

@faustbrian faustbrian added the Type: Feature The issue is a request for new functionality. label Jun 12, 2020
@faustbrian faustbrian added this to the 2.0.0 milestone Jun 12, 2020
@faustbrian faustbrian removed this from the 2.0.0 milestone Aug 10, 2020
@faustbrian
Copy link
Contributor Author

Moved to internal task manager.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Type: Feature The issue is a request for new functionality.
Projects
None yet
Development

No branches or pull requests

1 participant