Scala Steward
88b1dfd4c5
Update sbt-coveralls to 1.3.13 ( #5630 )
2024-07-30 06:17:21 -07:00
Chris Stewart
bc09757f8c
Remove WalletHolder parameter from DLCWalletLoaderApi.loadWallet() ( #5628 )
...
Co-authored-by: Chris Stewart <chrisstewart@Chriss-MacBook-Pro.local>
2024-07-27 12:32:39 -07:00
Chris Stewart
f5adc331f1
Move WalletDAOs to src ( #5626 )
2024-07-23 14:48:15 -05:00
Chris Stewart
e68ebeadbc
refactor: Create UtxoHandlingApi
, move to has-a relationship within Wallet ( #5624 )
...
* refactor: Create UtxoHandlingApi, move to has-a relationship within Wallet
* Add WalletApi.{markUTXOsAsReserved, unmarkUTXOsAsReserved, listUtxos(state), listUtxos(account), listUtxos(tag)}
* move listUtxos(account) into NeutrinoHDWalletApi
* cleanup
* Revert files
* Revert more files
* Remove comment
2024-07-22 14:40:48 -05:00
Chris Stewart
6b12bb515d
Rework NativeProcessFactory.cmd
to be Vector[String]
( #5623 )
...
* Rework NativeProcessFactory.cmd to be Vector[String]
* Fix eclair commands
2024-07-18 08:15:40 -05:00
Chris Stewart
4885bdb07d
Add -Xsource:3
to lnd-rpc
( #5595 )
...
* Add -Xsource:3 to lnd-rpc
* Upgrade pekko-grpc-sbt-plugin to 1.1.0-M1 to support -Xsource:3
* Remove -quickfix:any
* Upgrade other pekko deps to 1.1.0-M1 to fix ILlegalStateExceptions w/ dep clashes
2024-07-16 08:08:43 -07:00
Scala Steward
559157e0c7
Update sbt-coveralls to 1.3.12 ( #5620 )
2024-07-14 12:38:51 -05:00
Scala Steward
dcaebefe29
Update junixsocket-core to 2.10.0 ( #5617 )
2024-07-12 16:33:53 -05:00
Scala Steward
7690fbe2a7
Update sbt-bloop to 1.6.0 ( #5616 )
2024-07-12 16:33:44 -05:00
Scala Steward
27025e5dda
Update sbt to 1.10.1 ( #5618 )
2024-07-10 10:41:34 -05:00
Scala Steward
dc9e5ff1b9
Update sbt-mdoc to 2.5.4 ( #5619 )
2024-07-10 10:41:24 -05:00
Scala Steward
a81119eb49
Update sbt-scoverage to 2.1.0 ( #5614 )
2024-07-06 15:04:54 -05:00
Scala Steward
97a5758dfe
Update sbt-mdoc to 2.5.3 ( #5612 )
2024-06-27 09:53:45 -05:00
Scala Steward
f1e2238cfc
Update play-json to 3.0.4 ( #5611 )
2024-06-27 09:53:34 -05:00
Scala Steward
267f70860c
Update otj-pg-embedded to 1.1.0 ( #5610 )
2024-06-27 09:17:03 -05:00
Scala Steward
ca9bfa03e0
Update scalatest to 3.2.19 ( #5613 )
2024-06-27 09:16:29 -05:00
Chris Stewart
dad7e1cef6
Add support for bitcoind 27.1 ( #5609 )
...
* Add support for bitcoind 27.1
* Update linux/windows hashes
2024-06-18 15:40:13 -05:00
Scala Steward
29c38aa525
Update scala-java-time to 2.6.0 ( #5606 )
2024-06-13 09:58:34 -05:00
Scala Steward
c559eca5f7
Update metrics-core, metrics-healthchecks, ... to 4.2.26 ( #5607 )
2024-06-13 09:58:25 -05:00
Scala Steward
06295bb941
Update scalapb-runtime to 0.11.17 ( #5605 )
2024-06-04 08:57:20 -05:00
Chris Stewart
48462d4ac9
add checkout action to electron build ( #5604 )
2024-05-27 13:42:58 -05:00
Scala Steward
9a002730f2
Update sqlite-jdbc to 3.46.0.0 ( #5603 )
2024-05-27 11:39:48 -05:00
Scala Steward
677109c4ea
Update sbt-bloop to 1.5.18 ( #5602 )
2024-05-23 10:38:22 -05:00
Scala Steward
d13abaa8ea
Update gson to 2.11.0 ( #5600 )
2024-05-21 14:12:52 -05:00
Scala Steward
5833f5894d
Update client3:core, ... to 3.9.7 ( #5601 )
2024-05-21 13:13:49 -05:00
Chris Stewart
1b109e7b36
Add previous tag to electron build steps ( #5599 )
2024-05-16 13:54:41 -05:00
Chris Stewart
83ffea0214
Bump versions to 1.9.9 ( #5598 )
2024-05-16 06:25:25 -05:00
Chris Stewart
922d42af11
Create 1.9.9 release notes ( #5596 )
...
* Create 1.9.8 release notes, sorted to 2b1f85e55c
* Update release descriptions
2024-05-15 14:23:27 -05:00
Chris Stewart
08e4228e5d
Run 'yarn upgrade' in website/ ( #5597 )
2024-05-15 10:45:03 -05:00
Chris Stewart
2b1f85e55c
2024 05 14 mac electron release ( #5594 )
...
* Pin electron build to macos-13 to get x86 build
* Fix
* Remove feature branch
2024-05-14 10:38:33 -05:00
Scala Steward
8288b2ae1e
Update scodec-bits to 1.2.0 ( #5593 )
2024-05-13 09:09:37 -05:00
Chris Stewart
a6b7fada50
Get rest of codebase compiling with -Xsource:3 ( #5592 )
2024-05-11 14:13:36 -05:00
Chris Stewart
0af58483f2
Add -Xsource:3 to rpc projects ( #5590 )
...
* Add -Xsource:3 to bitcoind-rpc/ bitcoind-rpc-test/ lnd-rpc/ lnd-rpc-test/ eclair-rpc/ eclair-rpc-test/ clightning-rpc/ clightning-rcp-test/
* Remove -quickfix:any
* Remove lndRpc/ -Xsource:3 flag
2024-05-11 12:04:21 -05:00
Chris Stewart
562e5602e3
Add -Xsource:3 to node/ node-test/ tor/ tor-test/ ( #5589 )
2024-05-11 11:21:08 -05:00
Chris Stewart
d13e12afae
2024 05 11 wallet xsource3 ( #5588 )
...
* Add -Xsource:3 to chain/
* -quickfix chainTest
* Add -Xsource:3 to wallet/ wallet-test/ dlc-wallet/ dlc-wallet-test/
2024-05-11 09:49:10 -05:00
Chris Stewart
ac7739444f
Add -Xsource:3 to chain/
( #5587 )
...
* Add -Xsource:3 to chain/
* -quickfix chainTest
2024-05-11 09:49:01 -05:00
Chris Stewart
791ff3282a
Add -Xsource:3 to db-commons/ ( #5585 )
2024-05-11 07:24:00 -05:00
Chris Stewart
863ffd9d6f
Adjust OutgoingPaymentStatus.completedAt
to be RelayTimestamp
type ( #5586 )
...
* Adjust OutgoingPaymentStatus.completedAt to be RelayTimestamp type
* Empty commit to re-run CI
2024-05-11 06:34:06 -05:00
Chris Stewart
05894e8c54
2024 05 10 keymanager xsource3 ( #5583 )
...
* Get key-manager compiling with -Xsource:3
* Get testkit-core compiling with -Xsource:3
2024-05-10 18:44:11 -05:00
Chris Stewart
37fc215b55
2024 05 10 appCommons/
compiling with -Xsource:3
( #5582 )
...
* Get appCommons/ compliing with -Xsource:3
* Get appCommonsTest/ compliing with -Xsource:3
2024-05-10 16:53:46 -05:00
Chris Stewart
4b17645c1b
Add -Xsource:3 to docs/ ( #5581 )
2024-05-10 12:37:02 -05:00
Chris Stewart
654d4086b9
2024 05 08 scala3 core
( #5580 )
...
* Pull over scala3 compatible code for crypto/ project from https://github.com/bitcoin-s/bitcoin-s/pull/3497
* Pull over scala3 compatible code for core/ project from https://github.com/bitcoin-s/bitcoin-s/pull/3497
* Add -Xsource:3 to core/
* Get coreJVM/compile working
* restore files lost from master when checking out core/ from 2021-06-30
* Get entire codebase compiling
* Get bitcoindRpcTest/test:compile working
* Restore P2SHDescriptor constructor
* scalafmt
* Fix UInt8.toByte
* Get all merkle block tests working
* Fix GCS bug
* Add -Xsource:3 to cryptoTest/
2024-05-10 11:10:45 -05:00
Chris Stewart
3af204e74d
Pull over scala3 compatible code for crypto/
project ( #5575 )
...
* Pull over scala3 compatible code for crypto/ project from https://github.com/bitcoin-s/bitcoin-s/pull/3497
* Add -Xsource:3 flag to crypto/
* Remove tests for constructors
2024-05-09 17:07:05 -05:00
Chris Stewart
f707db0a0e
Try to fix release build to workaround ( #5579 )
...
* Try to fix release build to workaround https://github.com/actions/setup-java/issues/627
* try to fix os name
* Revert triggers
2024-05-09 12:00:37 -05:00
Chris Stewart
90e370c0ef
Remove TorTests.yml as it spuriously fails on CI connecting to the tor network, add build commands to Compile.yml ( #5578 )
2024-05-09 11:12:07 -05:00
Chris Stewart
f2ae03bc52
Fix jlinkIgnore after bumping waffle-jna to 3.4.0 ( #5577 )
2024-05-09 10:01:25 -05:00
Chris Stewart
9fe67bbdbe
Remove remaining 2.13 specific code as 2.13.x is the only compiler version supported ( #5576 )
...
Fix compile
Remove compat
2024-05-09 09:05:07 -05:00
Chris Stewart
18cb4f3ddf
Add -datadir to when obtaining bitcoind -version to avoid using default datadir ( #5574 )
2024-05-08 20:59:53 -05:00
Scala Steward
f300bed25a
Update waffle-jna to 3.4.0 ( #5571 )
2024-05-08 15:19:49 -05:00
Chris Stewart
c8266cfb51
Implement getrawmempool
verbose ( #5573 )
...
* Implement getrawmempool verbose
* Clear mempool before test
2024-05-08 15:19:34 -05:00