This website requires JavaScript.
Explore
RingTools-web
Help
Sign in
mirrors
/
bitcoin-s
Watch
1
Star
0
Fork
You've already forked bitcoin-s
0
mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced
2025-02-23 06:45:21 +01:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
037ab7341e
bitcoin-s
/
app-commons
/
commons.sbt
4 lines
79 B
Text
Raw
Normal View
History
Unescape
Escape
Move Json Reader, Writers, and Serializers to App Commons (#1328) * Move Json Reader, Writers, and Serializers to App Commons * Move app-commons outside of app/
2020-04-10 14:33:37 -05:00
name := "bitcoin-s-app-commons"
Get all of Core working with JS (#2826) * core-test-js-json * Add SigPointComputer cross compile Co-authored-by: Nadav Kohen <nadavk25@gmail.com> * Fix java.time for scalajs * InetAddress for scalajs * Fix linking errors in coreTestJS * Easy fixes * InetAddress Tests * Update micropickle, fix exact functions * Get BigSizeUIntTest working with upickle * Fix exact funcs * Update Base58Test with upickle * Update ScriptSignatureTest with upickle * Update TransactionTest with upickle * Update BlockFilterTest with upickle * Update ScriptInterpreterTest with upickle * Update MnemonicCodeTest with upickle * Add InetAddress unit tests * Fix compile errors * Get core tests running, not passing * Sign with js * Fix PSBTUnitTest * Fix PBKDF2 for JS * Use bcrypto's secp256k1 instead of ecdsa * Fix 2.12.12 compile * Core tests passing :) * Test corejs
2021-03-31 15:04:30 -05:00
libraryDependencies ++= Deps.appCommons.value
Reference in a new issue
Copy permalink