Skip to content

Commit

Permalink
chore: add changelog for SPV chain work fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jcnelson committed May 31, 2022
1 parent 5b326f9 commit 762e007
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to the versioning scheme outlined in the [README.md](README.md).

## [2.05.0.2.1]

### Fixed
- Fixed a security bug in the SPV client whereby the chain work was not being
considered at all when determining the canonical Bitcoin fork. The SPV client
now only accepts a new Bitcoin fork if it has a higher chain work than any other
previously-seen chain (#3152).

## [2.05.0.2.0]

### IMPORTANT! READ THIS FIRST
Expand Down

0 comments on commit 762e007

Please sign in to comment.