2022 10 03 1.9.5 release notes (#4813)

* add new commits

* Bump versions

* update release notes

* Update release notes
This commit is contained in:
Chris Stewart 2022-10-03 14:34:36 -05:00 committed by GitHub
parent eb5310f312
commit eb5924ba94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 15 additions and 2 deletions

View File

@ -1,5 +1,5 @@
package org.bitcoins.node.constant
case object NodeConstants {
val userAgent = "/bitcoin-s:1.9.4/"
val userAgent = "/bitcoin-s:1.9.5/"
}

View File

@ -18,7 +18,7 @@ import scala.util.Properties
object CommonSettings {
val previousStableVersion: String = "1.9.4"
val previousStableVersion: String = "1.9.5"
private def isCI = {
Properties

View File

@ -86,6 +86,7 @@ https://oss.sonatype.org/content/repositories/snapshots/org/bitcoin-s/
## App server
73200b64bf re-order RPC command order to have commands first that do not depend on tor (#4811)
7b7847885e Attempt to reduce redundant work on startup to speed up start up time (#4764)
7460dcd255 Parallelize running of individual migrations (#4761)
6b432ea509 Emit 2000th header received during IBD (#4719)
@ -113,6 +114,7 @@ d2fb3fc150 Revert "Make electron build use bitcoin-s-ts latest tag (#4701)" (#47
## Core
6d0c768975 Compare bytes when comparing ScriptWitnesses (#4521)
2f18f622ab Give BitcoinNetworks.knownNetworks proper type (#4766)
## Crypto
@ -165,8 +167,12 @@ fae1a53579 Bump `bitcoin-s.node.query-wait-time=120 seconds` (#4759)
## Website
12f35ddad3 Add initial release notes for 1.9.5 (#4810)
## Dependencies
2d83210ba3 Update flyway-core to 9.2.3 (#4744)
12326c7f33 Update sqlite-jdbc to 3.39.3.0 (#4755)
6bfb669343 Update akka deps (#4724)

View File

@ -10,6 +10,8 @@ If you are a typescript developer, [you can access the backend via our typescrip
# Executive Summary
This release includes a well defined ordering for nonces. This also fixes some bugs in the postgres backend for the dlc wallet.
## Running bitcoin-s
If you want to run the standalone server binary, after verifying gpg signatures, you
@ -88,6 +90,7 @@ https://oss.sonatype.org/content/repositories/snapshots/org/bitcoin-s/
## Build
65c7c6102c Bump versions
87664a3824 Error on invalid download of binaries (#4798)
## chain
@ -106,6 +109,8 @@ fecb9902ec 2022 09 20 rm dlc test (#4792)
## Crypto
eb5310f312 Use ByteVector.compare rather than rolling our own (#4814)
## db commons
cf9f48c221 Set db auth in slick db config (#4781)
@ -151,6 +156,8 @@ c0443a972d Have EmbeddedPg check PG_ENABLED value (#4791)
## Website
712bb50f88 1.9.5 of the website (#4812)
## Dependencies
2a0cb57cf1 Update logkit to 20020529 (#4786)