This website requires JavaScript.
Explore
RingTools-web
Help
Sign In
mirrors
/
bitcoin-s
Watch
1
Star
0
Fork
0
You've already forked bitcoin-s
mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced
2024-11-19 18:02:54 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
a6d93622f8
bitcoin-s
/
core
/
core.sbt
6 lines
95 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Resturcutre cryptoTest & coreTest to work with scalajs build (#2731) * Get cryptoTest,coreTest projects working with scala-js Get build working, now moving onto compile Move jvm specific cryptoTest's into the .jvm sub project Rework build definition names to be more concise Fix missing cryptoTest refactor Move logback-test.xml into jvm specific resource folder so it doesn't get ignored Make coreTest a crossProject Rework ci matrix to work with new project structure Try to fix CI matrix CI fix part 2 * Apply commonSettings to all cross projects * Address part of roman's code review, make coreJS, make cryptoTest.dependOn(crypto) * WIP to share with scala-js community * Fix scalac compiler settings to be additive in CommonSettings.settings * Remove BCryptoTest
2021-03-03 23:52:03 +01:00
//name := "bitcoin-s-core"
Refactor multi-module build - separate Java source copied from libsecp256k1 into separate module - split main module into core core-gen core-test - generators can be published separated to core code for use in 3rd-party tests - code coverage needs to be aggregated
2018-05-02 20:13:42 +02:00
Resturcutre cryptoTest & coreTest to work with scalajs build (#2731) * Get cryptoTest,coreTest projects working with scala-js Get build working, now moving onto compile Move jvm specific cryptoTest's into the .jvm sub project Rework build definition names to be more concise Fix missing cryptoTest refactor Move logback-test.xml into jvm specific resource folder so it doesn't get ignored Make coreTest a crossProject Rework ci matrix to work with new project structure Try to fix CI matrix CI fix part 2 * Apply commonSettings to all cross projects * Address part of roman's code review, make coreJS, make cryptoTest.dependOn(crypto) * WIP to share with scala-js community * Fix scalac compiler settings to be additive in CommonSettings.settings * Remove BCryptoTest
2021-03-03 23:52:03 +01:00
//libraryDependencies ++= Deps.core
//CommonSettings.prodSettings
Reference in New Issue
Copy Permalink