Skip to content

Commit

Permalink
Merge pull request #3152 from stacks-network/fix/spv
Browse files Browse the repository at this point in the history
Release 2.05.0.2.1 (hotfix: check chain work when processing reorgs)
  • Loading branch information
jcnelson authored Jun 3, 2022
2 parents 26bfd5f + 762e007 commit 38aa968
Show file tree
Hide file tree
Showing 8 changed files with 2,588 additions and 115 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
Loading

0 comments on commit 38aa968

Please sign in to comment.