mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2024-11-19 01:40:55 +01:00
parent
28311e1550
commit
11db95447a
@ -95,6 +95,7 @@ https://oss.sonatype.org/content/repositories/snapshots/org/bitcoin-s/
|
||||
|
||||
Consolidate duplicate data structures in `cli` and `appServer` into a common location.
|
||||
|
||||
825937ea5f Add more JSON serializers (#4628)
|
||||
b7c7cb8fc2 Moving duplicate dataStructures in `cli` and `app-server` into `app-commons` (#4541)
|
||||
|
||||
## App server
|
||||
@ -111,6 +112,11 @@ Websocket events added this release are
|
||||
- sync complete
|
||||
- tor started
|
||||
|
||||
b18da7ac2b Fix bug where it prevented us from rescanning an empty wallet (#4632)
|
||||
153d20128f Improve logging to try and solve 4618 (#4622)
|
||||
85c01f7a8c More lazy initialization for BitcoinSServerMain (#4621)
|
||||
1b19872ac4 Implement `exportstakingaddresswif` (#4617)
|
||||
b6710e7043 .map() on loadwallet result before starting http server so wallet is fully loaded (#4614)
|
||||
a0851fea58 Run migrations upfront (#4607)
|
||||
d0dadfa423 2022 08 11 issue 4600 and only emit `syncing` ws event when we are actually syncing (#4604)
|
||||
b0831f26a7 Refactor waiting for bitcoind lost blocks into helper method, add context (#4602)
|
||||
@ -143,6 +149,7 @@ This release adds official support for v22 and v23 of bitcoin core.
|
||||
It also includes some basic support for fetching blocks via akka streams
|
||||
and taproot.
|
||||
|
||||
ea123139d9 Remove support for bitcoind v16 rpc client (#4634)
|
||||
d95d3db75c Download `arm64-apple-darwin` bitcoind binary on M1 Mac OS X (#4588)
|
||||
7b754138b8 Drop support for the experimental bitcoind version (#4586)
|
||||
ed4e332cef Dafalut to the latest Bitcoin Core version (#4579)
|
||||
@ -166,6 +173,10 @@ This release fixes a package name bug introduced in 1.9.2 (#4401).
|
||||
|
||||
Fixes various bugs in bash scripts used by `bitcoin-s-{server, oracle-server}`.
|
||||
|
||||
28311e1550 Only build native bitcoin-s-cli on tags or merges to master (#4636)
|
||||
713ee75d4c Get rid of standalone scalajs, mdoc CI matrix. Consolidate with other CI jobs (#4633)
|
||||
2dad9f57b8 Fix bug where we weren't specify the bash script for each project to modify file permissions (#4625)
|
||||
ac7939ac54 Adjust bash script permissions so they can be run by any user (#4624)
|
||||
6b8f45e393 Update docker-compose.yml (#4599)
|
||||
e413f04106 Remove the daemonUser/daemonUserId combination to make our docker images more portable (#4601)
|
||||
a2117e2551 Downgrade CI jdk 18 -> 17 (#4546)
|
||||
@ -179,6 +190,10 @@ de935032ea Make coreTestJVM.dependOn(testkit), add new multi core dispatcher to
|
||||
aed92c35af Implement DISABLE_JLINK env variable to disable jlink jre's usage at runtime (#4426)
|
||||
e25c24dc9b Fix package name bug so package name is ra… (#4402)
|
||||
|
||||
## chain
|
||||
|
||||
27120a2bb9 Add InvalidBlockHeader ChainException (#4635)
|
||||
|
||||
## Core
|
||||
|
||||
This release adds support for the [taproot script interpreter](https://github.com/bitcoin/bips/blob/master/bip-0342.mediawiki)
|
||||
@ -242,6 +257,7 @@ ae0962d7ed Musig2 Implementation (#4418)
|
||||
|
||||
Optimizations for the DLC Wallet.
|
||||
|
||||
34c10c6c65 Fix WalletDLCSetupTest (#4623)
|
||||
46502496c1 Update DLCClientIntegrationTest to use the newest bitcoind (#4596)
|
||||
a22e847e2e Implement small optimization to not query for DLCDb twice (#4592)
|
||||
326cb9845e Implement listDLCs(state), use it in getWalletAccounting() (#4591)
|
||||
@ -297,6 +313,7 @@ This PR also implements `NodeCallbacks` with akka streams so we can safely call
|
||||
when node callbacks are being executed. Now we want for the streams to complete, and then continue
|
||||
loading the ne wallet.
|
||||
|
||||
d241e6f9e4 Remove merklebuffers (#4615)
|
||||
dea99457b5 fix mac node-wallet test failure (#4585)
|
||||
5acbba9377 Replace `BoundedSourceQueueWithComplete` with `SourceQueueWithComplete` (#4576)
|
||||
c4d358061a Add P2PClientSupervisor (#4509)
|
||||
@ -330,6 +347,7 @@ This is unlikely to happen in practice. Consider rescanning your wallet though o
|
||||
|
||||
Various refactors and optimizations were needed to complete the rescan and `loadwallet` work.
|
||||
|
||||
eb1327824b Fix bug where we were not generating change addresses during a rescan (#4631)
|
||||
6119a334fa Make fundRawTransactionInternal use DBIOActions (#4575)
|
||||
cf22816003 Fix rescan batch boundary bug (#4549)
|
||||
2fa7c39f64 Use DBIOActions to speed up processing transactions (#4572)
|
||||
@ -371,6 +389,7 @@ Emit a `torstarted` websocket callback when tor is fully started.
|
||||
|
||||
## Website
|
||||
|
||||
531fd0f865 Update 1.9.3 release notes through #4609 (#4612)
|
||||
9fd9cf1ee4 Update release notes again for 1.9.3 (#4597)
|
||||
c7e5317294 2022 08 06 1.9.3 release notes (#4582)
|
||||
6b9d2db350 Update license to latest year (#4525)
|
||||
@ -389,4 +408,3 @@ c10f7beadb Run yarn upgrade to update website deps (#4581)
|
||||
0404cffe26 Embedded Pg v1.0.1 (#4567)
|
||||
970b6fd6eb upgrade scalatest dependencies (#4411)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user