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

Update release notes again ()

This commit is contained in:
Chris Stewart 2022-03-30 12:00:11 -05:00 committed by GitHub
parent 22051d2550
commit c92d5760f3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -82,6 +82,7 @@ This release also reworks the label APIs in the wallet to make them easier to us
Finally we expose the `offer-send` RPC so you can progmatically send an offer to another DLC wallet.
00bce5adae Fix peer configuration for docker-compose (#4225)
0770fe0550 Mempool support for the bitcoind RPC client (#4196)
73fe4099f9 Renable tor configuration by default (#4179)
668ab21ca1 2022 03 09 label refactor (#4175)
@ -102,6 +103,8 @@ bd7f35e9ed Set both bitcoin-s.proxy.enabled and bitcoin-s.tor.enabled in bitcoin
## Build
52bb6f6daf Update docker-compose.yml (#4218)
715639033c Support for Tor Docker (#4223)
b8539bf68c Upgrade sbt to 1.6.2 (#4187)
23f359821f 2022 03 08 Publish zip as part of `release.yml` (#4174)
30226219e6 2022 03 01 static wix upgrade product code (#4149)
@ -112,12 +115,6 @@ b8539bf68c Upgrade sbt to 1.6.2 (#4187)
e98b2c6caa Update release.yml to use openjdk@1.17.0 (#4115)
eddcc94b03 Upgrade CI jdks to openjdk@1.17.0 (#4114)
## Cli
## chain
## clightning rpc
## Core
Small bug fixes and renames this release for `core`.
@ -131,10 +128,6 @@ d1fc32758b Fix tempContractId hash so we include LnMessage() bytes (#4150)
528e7c8f0e Remove TxoState.DoesNotExist (#4108)
f657510d80 Remove invoice max amount limit (#4104)
## Crypto
## Db commons
## DLC node
The major feature this release is the offer inbox. This allows a counterparty to send you
@ -146,19 +139,18 @@ c1dccd7831 Offer inbox RPC (#4129)
f3c443804b Make DLCDataHandler more type safe (#4123)
34b7d18268 External payout addresses for acceptdlc (#4121)
## DLC Oracle
## DLC wallet
The theme for this release was making database operations transactional to avoid corrupt wallet states.
We also included a new state for computing adaptor signatures. This can take signficant time on low resource
devices such as a raspberry pi. The new state `AdaptorSigComputationState` can now be used by UI developers
to signal to the user their DLC is in progress, specifically computing signatures.
to signal to the user their DLC is in progress, specifically computing signatures.
The last feature is adding the ability to specify external payout addresses for a wallet to receive DLC payouts.
We plan on using this at Bitcoin 2022 in Miami to allow for users to receive payouts from a esports gaming DLC.
5eabe7640f Don't send websocket events for DLCs while rescanning the wallet (#4222)
faac871db6 Make buildCreateOfferAction upsert funding inputs rather than insert (#4186)
3f18f7b04c Only allow executing a DLC if it is in the Broadcast or Confirmed state (#4185)
a747f84bbb Mark extarnal payout addresses (#4173)
@ -168,12 +160,6 @@ ee98aa1d30 Increase offer message size (#4136)
ffd7d921a8 Database support for incoming offers (#4105)
5777ec1c31 Add an ability to set custom payout and change addresses (#4101)
## Eclair rpc
## Esplora
## fee provider
## gui
ec384a8b39 2022 03 05 rescan gui (#4170)
@ -198,16 +184,12 @@ This increases the IBD for a new wallet by 90% giving a much better UX. If you w
the only way to currently do this is adjusting `creationTime` to be an older timestamp inside of the seed file found at
`$HOME/.bitcoin-s/seeds/encrypted-bitcoin-s-seed.json` by default.
22051d2550 Bumps user agent to 1.9.1 (#4226)
b46574c0c4 2022 02 18 sync since creationtime pt2 (#4109)
## Oracle explorer client
## Oracle server
## secp256k1jni
## wallet
33171fd069 Use the set of addresses in the wallet when rescanning rather than generating more (#4211)
413dbcacbb Rename clearUtxosAndAddreses(account) -> clearUtxos(account) (#4206)
5475a994cf Bump default address gap limit to 100, add log indicating we didn't find funds in the last addressBatchSize addresses (#4201)
a3dba47970 Refactor pending receives/spent states into one spot (#4026)
@ -239,6 +221,8 @@ fe86233489 Add better tor message to UI (#4181)
## Website
3a5ae90cc2 Add a section to README.md about running docker-compose up (#4224)
c51db2c57a 2022 03 24 update 1.9.1 release notes (#4213)
702b7cae15 Add instructions for how to use sdkman in getting-setup.md (#4208)
f16167642b Upgrade website dependencies with yarn upgrade (#4204)
049411ccd6 Add note about backing up oracle db (#4197)
@ -250,4 +234,7 @@ b0d7bee008 First draft of 1.9.1 release notes (#4195)
d7f12be1d4 Update scalafx to 17.0.1-R26 (#3874)
666885bc11 Re-add javafx media,graphics dependnecies to fix GUI (#4107)
5b1b1ee149 Remove uneeded javafx deps (#4103)
5b1b1ee149 Remove uneeded javafx deps (#4103)