-
Notifications
You must be signed in to change notification settings - Fork 41
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
Cross-compile ErgoScript compiler to JS #885
Conversation
Codecov Report
@@ Coverage Diff @@
## v5.0.9-RC #885 +/- ##
=============================================
+ Coverage 77.67% 77.75% +0.07%
=============================================
Files 248 251 +3
Lines 14851 14870 +19
Branches 569 582 +13
=============================================
+ Hits 11536 11562 +26
+ Misses 3315 3308 -7
|
Release Candidate v5.0.9
Fix JS tests and publish script
@@ -25,12 +25,13 @@ import scalan.{Nullable, RType} | |||
import scorex.crypto.hash.{Blake2b256, Digest32, Sha256} | |||
import sigmastate.Values.ErgoTree.EmptyConstants | |||
import sigmastate.basics.DLogProtocol.ProveDlog | |||
import sigmastate.basics.{ProveDHTuple, CryptoConstants} | |||
import sigmastate.basics.{CryptoConstants, ProveDHTuple} | |||
import sigmastate.crypto.{CryptoFacade, Ecp} | |||
import sigmastate.lang.TransformingSigmaBuilder |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
import sigmastate.lang.TransformingSigmaBuilder and
import scalan.Nullable
are not used now
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed
In this PR:
graph-ir
module cross-compiled to JVM and JSsc
module cross-compiled to JVM and JS