Scala Steward
af496c6b19
Update flyway-core to 6.2.2 ( #1102 )
2020-02-07 07:36:48 -06:00
Chris Stewart
c7bc0857f8
Add codehause dependecy as a work around for issue 1110, there is a i… ( #1101 )
...
* Add codehause dependecy as a work around for issue 1110, there is a issue in graalvm native image generator where images aren't being generated correctly. THis is related to the logback dependecy
* Add some comments about when the extra dep can be removed
2020-02-07 06:52:31 -06:00
Scala Steward
a1b5703be0
Update sbt to 1.3.8 ( #1096 )
2020-02-07 06:38:13 -06:00
Chris Stewart
0ec24a52d0
Add dependency graph plugin ( #1089 )
2020-02-02 09:56:31 -06:00
Chris Stewart
d5109578fd
Revert flyway plugin version ( #1084 )
2020-01-31 11:27:13 -06:00
Scala Steward
a1e9bbd13b
Update sbt-unidoc to 0.4.3 ( #1079 )
2020-01-31 13:08:24 +01:00
Scala Steward
653401931a
Update flyway-core to 6.2.1 ( #1082 )
2020-01-31 13:07:54 +01:00
Scala Steward
110a4c0155
Update akka-actor, akka-stream, ... to 2.5.29 ( #1077 )
2020-01-28 18:42:20 +01:00
Scala Steward
ecbb706fa5
Update akka-actor, akka-stream, ... to 2.5.28 ( #1072 )
2020-01-28 06:16:02 -06:00
Scala Steward
d69973224b
Update flyway-sbt to 6.2.0 ( #1070 )
2020-01-27 07:03:37 -06:00
Scala Steward
2870ccd91e
Update flyway-core to 6.2.0 ( #1062 )
2020-01-23 13:59:50 -06:00
Ben Carman
ed428bd56c
Txo state flyway ( #1052 )
...
* Add flyway migrations
* Make different project's migrations independent of each other
* Rework all AppConfig.initialize() to use migrations rather than what we were doing before
* TXO State migration
* Move to new file, drop old column
* Add block hash column
Co-authored-by: Chris Stewart <stewart.chris1234@gmail.com>
2020-01-22 15:34:36 -06:00
Scala Steward
15bfe4f4d9
Update sbt to 1.3.7 ( #1034 )
2020-01-18 15:42:28 -06:00
Scala Steward
90f33819c0
Update sourcecode to 0.2.0 ( #1024 )
2020-01-14 07:16:27 -06:00
Scala Steward
3df7fb824b
Update sbt-mdoc to 2.1.1 ( #1007 )
2020-01-06 08:04:47 -06:00
Scala Steward
ef99f92bd4
Update sbt-ci-release to 1.5.0 ( #992 )
2020-01-02 06:58:30 -06:00
Scala Steward
31a233f0c5
Update scalacheck-1-14 to 3.1.0.1 ( #987 )
2019-12-27 05:54:10 -06:00
Scala Steward
62dff3f50a
Update sbt-mdoc to 2.1.0 ( #986 )
2019-12-27 05:52:13 -06:00
Scala Steward
9ff7ebe467
Update sbt to 1.3.6 ( #984 )
2019-12-26 19:13:29 -06:00
Scala Steward
57420f4ae0
Update sqlite-jdbc to 3.30.1 ( #982 )
2019-12-25 07:33:24 -06:00
Scala Steward
d98f9eb754
Update sourcecode to 0.1.9 ( #979 )
2019-12-21 17:06:50 -06:00
Scala Steward
cd942d646d
Update slf4j-api to 1.7.30 ( #953 )
2019-12-17 05:55:15 -06:00
Scala Steward
ead511a1ec
Update scalacheck to 1.14.3 ( #946 )
2019-12-15 18:29:30 -06:00
Scala Steward
05af5c6b47
Update sbt to 1.3.5 ( #945 )
2019-12-15 18:26:56 -06:00
Chris Stewart
277b18720e
Bump scalac version to 2.13.1 ( #747 )
...
* Bump scalac version to 2.13.1
* bump travis scalac version
* Bump scoverage to supposedly work with 2.13.1
* Bump other scalac versions
* upgrade mdoc plugin version
* Bump missing scala 2.13.1 version in travis
2019-12-12 09:00:15 -06:00
Scala Steward
0f3ecf6fe5
Update akka-actor, akka-stream, ... to 2.5.27 ( #937 )
2019-12-10 15:32:30 -06:00
Chris Stewart
388becbc6b
2019 12 10 scalatest 3.1.0 ( #933 )
...
* Update scalatest to 3.1.0
* Modify code to support scalatest 3.1.0
2019-12-10 09:12:47 -06:00
Chris Stewart
dd4787f2af
2019 11 30 key manager ( #904 )
...
* Segregate key manager from wallet
* More consistent naming in build.sbt, run scalafmt
* Add test case making sure we don't overwrite a mnemonic seed
* Add key-manager.md
* Fix compile issues with older scala versions
* Address code review
2019-12-04 07:43:29 -06:00
Chris Stewart
f4e43ec4d8
2019 11 28 cli native image doc ( #903 )
...
* Add documentation about how the cli can be built with a native image
* Finish rest of documentation on building command line client for bitcoin-s
* Add missing akka actor on walletServer classpath, add plugins to be able to build the walletServer as a standalone jar
* Add server.md
* Rename walletServer -> appServer
* Address code review, add missing main class in server project
* Address code review
2019-12-04 07:25:03 -06:00
Scala Steward
137eef0aea
Update akka-http, akka-http-testkit to 10.1.11 ( #908 )
2019-12-03 10:07:02 -06:00
Scala Steward
e091040fa1
Update sbt to 1.3.4 ( #889 )
2019-11-24 09:01:49 -06:00
rorp
14d3878d01
Rescan RPC ( #854 )
...
* Rescan RPC
* cleanup
* fix optional args
* cleanup
* unit tests
* fix build error
* fix unit tests
* scalaMock
* cleanup
* more unit tests
* some more validation checks
2019-11-21 08:03:32 -06:00
Chris Stewart
c22512a6ce
Bump micro pickle/json to 0.8.0 ( #853 )
2019-11-05 15:13:54 -06:00
Scala Steward
f7c8825a4c
Update flyway-sbt to 6.0.7 ( #844 )
2019-11-01 09:13:12 -05:00
Scala Steward
5b7d29e2ed
Update scalacheck to 1.14.2 ( #849 )
2019-11-01 09:06:44 -05:00
Scala Steward
f22906dfad
Update slf4j-api to 1.7.29 ( #848 )
2019-11-01 06:11:03 -05:00
Scala Steward
a7064c7b57
Update sourcecode to 0.1.8 ( #841 )
2019-10-28 20:11:00 -05:00
Chris Stewart
19783ea546
Revert "Update sbt-mdoc to 1.3.6 ( #831 )" ( #837 )
...
This reverts commit ae9f662532
.
2019-10-25 10:32:27 -05:00
Scala Steward
ae9f662532
Update sbt-mdoc to 1.3.6 ( #831 )
2019-10-25 08:50:35 -05:00
Scala Steward
a17a4d3673
Update sbt-bloop to 1.3.5 ( #829 )
2019-10-24 06:00:51 -05:00
Scala Steward
6f1db47e2c
Update sttp:core to 1.7.2 ( #808 )
2019-10-22 14:25:45 -05:00
Scala Steward
179b66cede
Update akka-actor, akka-stream, ... to 2.5.26 ( #817 )
2019-10-20 01:54:12 -05:00
Scala Steward
cda13ebbdf
Update sbt to 1.3.3 ( #809 )
2019-10-14 13:56:58 -05:00
Scala Steward
04a22c415f
Update typesafe:config to 1.4.0 ( #803 )
2019-10-13 19:30:09 -05:00
Scala Steward
c27e1136e2
Update sbt-ci-release to 1.4.31 ( #754 )
2019-10-07 06:12:16 -05:00
Scala Steward
5a502e4a47
Update sbt-bloop to 1.3.4 ( #787 )
2019-10-07 06:11:40 -05:00
Scala Steward
8aecdc280a
Update sttp:core to 1.7.0 ( #785 )
2019-10-07 06:10:48 -05:00
Scala Steward
fd91fc37e2
Update sttp:core to 1.6.8 ( #773 )
2019-10-06 09:33:31 -05:00
Chris Stewart
e819baf0dd
Reduce GCSTest by more, remove unused warnings when using scala console from sbt ( #779 )
2019-10-03 09:46:43 -05:00
Scala Steward
2fb9d163f3
Update sbt-bloop to 1.3.3 ( #775 )
2019-10-03 08:37:10 -05:00