1
0
Fork 0
mirror of https://github.com/bitcoin-s/bitcoin-s.git synced 2025-03-26 21:42:48 +01:00
Commit graph

163 commits

Author SHA1 Message Date
Scala Steward
4c5c997f6a Update scalacheck to 1.14.3 () 2019-12-15 18:29:30 -06:00
Scala Steward
7e6708b6e5 Update sbt to 1.3.5 () 2019-12-15 18:26:56 -06:00
Chris Stewart
107cec2657
Bump scalac version to 2.13.1 ()
* 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
c762a9fed7 Update akka-actor, akka-stream, ... to 2.5.27 () 2019-12-10 15:32:30 -06:00
Chris Stewart
ade8bea831
2019 12 10 scalatest 3.1.0 ()
* Update scalatest to 3.1.0

* Modify code to support scalatest 3.1.0
2019-12-10 09:12:47 -06:00
Chris Stewart
72097e31bd
2019 11 30 key manager ()
* 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
7e6f489fee
2019 11 28 cli native image doc ()
* 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
1a9cf577db Update akka-http, akka-http-testkit to 10.1.11 () 2019-12-03 10:07:02 -06:00
Scala Steward
6dbc6d9e39 Update sbt to 1.3.4 () 2019-11-24 09:01:49 -06:00
rorp
43ec85af39 Rescan RPC ()
* 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
7063b985a1
Bump micro pickle/json to 0.8.0 () 2019-11-05 15:13:54 -06:00
Scala Steward
2719eeaecd Update flyway-sbt to 6.0.7 () 2019-11-01 09:13:12 -05:00
Scala Steward
c237cbbabf Update scalacheck to 1.14.2 () 2019-11-01 09:06:44 -05:00
Scala Steward
9e7050ee32 Update slf4j-api to 1.7.29 () 2019-11-01 06:11:03 -05:00
Scala Steward
f169a6b1e9 Update sourcecode to 0.1.8 () 2019-10-28 20:11:00 -05:00
Chris Stewart
de71eac07b
Revert "Update sbt-mdoc to 1.3.6 ()" ()
This reverts commit c16e37b339.
2019-10-25 10:32:27 -05:00
Scala Steward
c16e37b339 Update sbt-mdoc to 1.3.6 () 2019-10-25 08:50:35 -05:00
Scala Steward
1dea06abfa Update sbt-bloop to 1.3.5 () 2019-10-24 06:00:51 -05:00
Scala Steward
d351d04393 Update sttp:core to 1.7.2 () 2019-10-22 14:25:45 -05:00
Scala Steward
d141508b02 Update akka-actor, akka-stream, ... to 2.5.26 () 2019-10-20 01:54:12 -05:00
Scala Steward
78886bef4c Update sbt to 1.3.3 () 2019-10-14 13:56:58 -05:00
Scala Steward
b240b3c4ab Update typesafe:config to 1.4.0 () 2019-10-13 19:30:09 -05:00
Scala Steward
351c60a4e5 Update sbt-ci-release to 1.4.31 () 2019-10-07 06:12:16 -05:00
Scala Steward
bddf1ce44c Update sbt-bloop to 1.3.4 () 2019-10-07 06:11:40 -05:00
Scala Steward
3973b8d2b4 Update sttp:core to 1.7.0 () 2019-10-07 06:10:48 -05:00
Scala Steward
b23fa50be6 Update sttp:core to 1.6.8 () 2019-10-06 09:33:31 -05:00
Chris Stewart
cee1e82d0c
Reduce GCSTest by more, remove unused warnings when using scala console from sbt () 2019-10-03 09:46:43 -05:00
Scala Steward
9aa4b711fa Update sbt-bloop to 1.3.3 () 2019-10-03 08:37:10 -05:00
Scala Steward
c886681c7d Update sbt to 1.3.2 () 2019-09-22 17:21:07 -05:00
Scala Steward
f9ec76009e Update akka-http, akka-http-testkit to 10.1.10 () 2019-09-22 16:11:21 -05:00
Scala Steward
889580a294 Update sbt-scalafmt to 2.0.5 () 2019-09-17 03:45:36 -05:00
Scala Steward
20a84d8d89 Update sbt-ci-release to 1.3.2 () 2019-09-17 03:45:18 -05:00
Scala Steward
de41d63017 Update sttp:core to 1.6.6 () 2019-09-10 01:27:38 -05:00
Scala Steward
8202d1074a Update sbt-scalafmt to 2.0.4 () 2019-09-06 08:13:18 -05:00
Chris Stewart
46681e08d7
2019 09 05 scalafmt update ()
* Update scalafmt to 2.0.1

* Scalafmt

In this commit we
1) Reconfigure the .scalafmt.conf file
2) Add a scalafmt binary (same version as specified in conf file)
3) Use said binary on CI to check that everything is formatted correctly

* Ran scalafmt

* Update scalafmt ignore

* Add scalafmt plugin to project/plugins.sbt, run it

* run scalafmt
2019-09-05 20:02:58 -05:00
Scala Steward
5808807fb9 Update sbt to 1.3.0 () 2019-09-05 07:55:03 -05:00
Torkel Rogstad
e18f105abc Refactor sbt and make Eclair tests download bitcoind () 2019-08-30 15:11:52 -05:00
Scala Steward
6170b0cd69 Update sttp:core to 1.6.4 () 2019-08-26 13:54:56 +02:00
Scala Steward
36619cdbfe Update sbt-mdoc to 1.3.2 () 2019-08-26 13:39:02 +02:00
Scala Steward
aa3a5158f1 Update flyway-sbt to 6.0.0 () 2019-08-23 18:44:42 -05:00
Torkel Rogstad
a303818c1e Bump Scala versions ()
* Bump Scala versions

Support Scala 2.12.9
and 2.13.0.

To make this easier, we delete the `scripts` project. Everything
that was in here was covered by content on the website. We also
delete the `doc` folder, as that was a remnant from when `scripts`
was called `doc`.

* Crib uPickle akka-http support while we wait for publish

* Fix compiler warnings

* Add note on test logging to contribution guide

* Reduce duplication in Blockchain implementation

* Use Scala 2.12 for website

* Introduce compat package object for collections converters

* Fix Either compiler warnings

* Add sync-chain and create-wallet docs from deleted scripts

* Fix rebase goofup
2019-08-23 13:53:00 -05:00
Scala Steward
f0c9432601 Update flyway-sbt to 5.2.4 () 2019-08-23 12:55:14 -05:00
Scala Steward
f27edd5b16 Update sbt-native-packager to 1.4.0 () 2019-08-22 09:56:34 -05:00
Scala Steward
6a69228bae Update akka-actor, akka-stream, ... to 2.5.25 () 2019-08-20 10:46:21 -05:00
Scala Steward
c82197934a Update slf4j-api to 1.7.28 () 2019-08-10 10:50:48 -05:00
Scala Steward
6a6011179e Update akka-actor, akka-stream, ... to 2.5.24 () 2019-08-09 16:03:15 -05:00
Scala Steward
1471983d27 Update slf4j-api to 1.7.27 () 2019-08-06 07:13:32 -05:00
Torkel Rogstad
31642aff44 Add configurable logging to data directory ()
* Add logging to data directory

In this commit we add the ability for the node, chain
and wallet projects (+ the server) to log to the users
data directory instead of whatever directory the
binaries was launched from. This is inherently a bit
more complicated than our previous setup, because
we need to read the user directory before we can create
loggers. As a result of this, some files/methods were
moved around, so the relevant app config could be
found in scope.

We also  introduce several logging categories that can be
tuned individually through user configuration. These logggers
are exposed both as traits that give a field `logger`, or
as methods that return the required logger.

* Add datadir configuration to AppConfig

In this commit we add support for AppConfig to pick up
the data directory configuration file. We also add
a section to the contributing guide on how to tune
logging levels.

* Pass data directories explicitly for configuration
2019-08-01 06:01:56 -05:00
cwaldron97
1b3a964027 Killing Joda Dependency ()
Remove Joda dependency
2019-07-29 12:22:25 +02:00
Torkel Rogstad
d5546ed899
Merge pull request from scala-steward/update/sbt-native-packager-1.3.25
Update sbt-native-packager to 1.3.25
2019-07-18 15:50:27 +02:00