Skip to content

Commit 3b03d72

Browse files
authored
Merge branch 'develop' into fix/tenure-downloader
2 parents f31752f + ddcff25 commit 3b03d72

File tree

41 files changed

+4842
-1833
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+4842
-1833
lines changed

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
"BITCOIND_TEST": "1"
55
},
66
"rust-analyzer.rustfmt.extraArgs": ["+nightly"],
7-
"files.eol": "\n"
7+
"files.eol": "\n",
88
}

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to the versioning scheme outlined in the [README.md](RE
77

88
## Unreleased
99

10+
- The HTTP `Date` header in responses now strictly follows RFC7231.
11+
1012
### Changed
1113

1214
- When a previous block commit is unable to be RBFed, the miner will now just wait for it to be confirmed instead of submitting a new block commit which breaks the miner's UTXO chain.

0 commit comments

Comments
 (0)