* Fix bug of sign issue when serializing r,s ln invoice signatures, we weren't using the proper sign in some rare cases. We always want the BigInteger to be non-negative for r,s
* Fixing initialization problem with EmptyDigitalSignature
* revert default Deps.scala bitcoinsV to published version
* Address code review nits
* remove negative ln currency unit test case
* Add BasicArithmetic to MilliSatoshis
* Add BasicArithmetic
* Add LnCurrencyUnit, CurrencyUnit, Number to BasicArithmetic
* Add tests for BasicArithmetic
* Make logger in unit test class protected and annotated
* Use BitcoinSUnitTest class
* Address code review
WIP: Refactoring EclairTestUtil to use Futures
Finished refactor EclairTestUtil to use futures
Address code review
fix async bug in chan opening
Change snapshot version to something that should compile
* version 0.0.3
* Fix cross compile issues so we can now compile and publish a dependency for the scala 2.11 series
scalafmt
* bump versions on readme, try to fix scoverage crossversion issue
* Downgrade scoverage to try and get it to work with ci
* Tinker with scoverage versions
* Add suggestion from scoverage people to exclude secp256k1jni from build coverage
Add documentation for TxBuilder
Try to fix links on core/README.md
add readme badges for bintray
Nits and formatting of README (#23)
ran scalafmt, fixed format in secp readme
remove openjdk from ci matrix
Specify what osx image to use: https://docs.travis-ci.com/user/reference/osx#jdk-and-os-x
Try specify xcode9.3 in the os matrix
remove oraclejdk8 requirement
chmod on bitcoin binaries (#21)
* chmod on bitcoin binaries
* platform dependent binary fetchin
* platform dependent binary fetchin attempt 2
* bash is stupid
* bash is stupid take 2
* bash is stupid take 3
Remove DataTypeConverter dependency which was moved in the jdk
2018 12 17 add osx ci take2 (#22)
* bash is stupid take 4
* bash is stupid take 5
* bash is stupid take 6
bump timeout
reduce amount of blocks generated for pruned chain client
bump time out of encrypted wallet
fix comment
bump wallet encryption timeout... again
* remove duplicate files in rpc,eclair-rpc and replace them with publish testkit dep
remove gen package, fix bugs in testkit generators that weren't properly copied for the gen project
* Adding bintray resolver, fixing bug in bech32 address generator where exception was being thrown because an unassigned witness spk was hash was being called
* Add ability to publish to bintray, take on the org.scijava native-lib-loader dependenency so we can bundle secp256k1 natively in a jar file and publish. This dependency will allow us to link the correct secp256k1 version dependending on the os and arch in the future
* Add sbt-pgp plugin to sign binaries, modify project names to all have the 'bitcoin-s-' prefix.
* Adding linux 32 bit secp256k1 natives to secp256k1jni project
* Add mising linux_64 binaries
* remove unused symlinks