Chris Stewart
14cfa06a4b
Add -Xcheckinit copmiler flag to tests to try and find uninitialized vals ( #2165 )
2020-10-09 10:44:58 -05:00
Ben Carman
a91adf1dc9
Add missing settings for native packager ( #2053 )
2020-09-23 17:02:40 -05:00
Chris Stewart
f702410be5
Db conf on pr 1877 ( #1879 )
...
* Extend StartStopAsync with BitcoinSAppConfig, create 'CachedAppConfig' test trait, clean up P2PClientTest
* Start cleaning up after ourselves in the chainTest test suite
* Call .stop() for appConfig's spun up in ChainAppConfigTest
* Database configuration defaults
* increase number of Postgres connections
* add more logging
* close connections pools in tests
* update afterAll()
* Fix conflict
Co-authored-by: rorp <rorp@users.noreply.github.com>
2020-08-24 12:55:04 -05:00
rorp
773dbb702e
Watch arbitrary SPKs ( #1860 )
...
* Watch arbitrary SPKs
* fix unit tests
* fix unit tests
* one more fix
* revert the compiler parameters
2020-08-20 14:33:18 -05:00
Chris Stewart
68ec48c387
Bring back strict compiler opts ( #1854 )
2020-08-19 09:17:39 -05:00
rorp
874a96eb1e
Refactor wallet DB ( #1798 )
...
* Refactor wallet DB
* fix create(), update() and upsert()
* remove accout foreign key
* fix wallet fixtures
* update Postgres schema
* update SQLite schema
* fix AddressHandlingTest
* fix SQLITE_BUSY exception in TransactionProcessing
* fix RescanHandlingTest
* revert NeutrinoNodeTest
* fix SpendingInfoDAOTest
* fix SQLITE_BUSY exceptions
* fix DbManagementTest
* fix "Task rejected" Slick exceptions in Postgres mode
* responded to the PR comments
2020-08-18 13:43:12 -05:00
Chris Stewart
8241e129a9
Filter -Xfatal-warnings when using scala console so we don't get error messages when you are trying out code ( #1485 )
2020-05-29 09:03:43 -05:00
Chris Stewart
9040e2ccaf
Filter warnings on doc for publishing ( #1484 )
2020-05-29 07:03:18 -05:00
Chris Stewart
11a635f3be
Add -Xfatal-warnings on Scala 2.13 ( #1483 )
...
* Add -Xfatal-warnings on Scala 2.13
* Turn off -Xfatal-warnings in docs/
2020-05-29 06:21:56 -05:00
Chris Stewart
ce33c57ed9
Bump scala version to 2.13.2 ( #1360 )
2020-04-23 07:38:20 -05:00
Chris Stewart
9de61f61fd
2020 02 23 scalatest show test duration ( #1159 )
...
* Make scalatest build show test duration
* Use more idiomatic flag passing
2020-02-23 10:22:28 -06:00
Chris Stewart
3bf59902ba
Move binaries to be stored inside of the HOME/.bitcoin-s/binaries instead of usrdir/binaries. This makes it so different projects that use bitcoin-s can re-use binaries instead of having to download them for every project ( #1128 )
2020-02-17 12:07:04 -06:00
Chris Stewart
cee1e82d0c
Reduce GCSTest by more, remove unused warnings when using scala console from sbt ( #779 )
2019-10-03 09:46:43 -05:00
Torkel Rogstad
e18f105abc
Refactor sbt and make Eclair tests download bitcoind ( #727 )
2019-08-30 15:11:52 -05:00