Skip to content
This repository has been archived by the owner on Apr 13, 2022. It is now read-only.

Isolate dependency on scorex.crypto to a single file #261

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

ceilican
Copy link
Contributor

Before this PR, many files in scorex.core depended on scorex.crypto. This PR creates a file that serves as interface to scorex.crypto. All other files now only depend on this new file. And this new file is the only file that depends on scorex.crypto.

This PR will ease the replacement of Array[Byte] by ByteString in #221.

@@ -0,0 +1,64 @@
package scorex.core

// The purpose of this package is to act as a single interface
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This is the most important file in this PR.

@ceilican ceilican requested a review from kushti June 17, 2018 11:20
@coveralls
Copy link

coveralls commented Jun 17, 2018

Coverage Status

Coverage remained the same at 46.83% when pulling 9353436 on ceilican:isolate-crypto into 3e57441 on ScorexFoundation:master.

Base automatically changed from master to main February 3, 2021 23:09
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants