Skip to content

Commit

Permalink
Release 1.0.6-rc1 (#1188)
Browse files Browse the repository at this point in the history
  • Loading branch information
muXxer authored Oct 4, 2021
1 parent baa8c24 commit 4552f70
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 1 deletion.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,36 @@

All notable changes to this project will be documented in this file.

## [1.0.6-rc1] - 04.10.2021

### Added
- Add config_devnet.json (#1183)
- Add snap-hash tool to calculate the ledger state hash of a snapshot (#1184)
- Add db-hash tool to calculate the ledger state hash of a database (#1184)
- Add coo-fix-state tool (#1185)
- Add p2pstore to docker docs (#1177)

### Changed
- Use target milestone timestamp for snapshots timestamps (#1184)

### Fixed
- Fix warpsync milestone deadlock (re-verify known milestone payloads) (#1186)
- Fix mqtt port in private tangle scripts (#1186)

### Removed
- Remove config_chrysalis_testnet.json (#1183)

### Cleanups
- Move autopeering logic to AutopeeringManager (#1178)
- Rename Snapshot to SnapshotManager (#1184)
- Rename UTXO to to UTXOManager (#1184)
- Rename Manager to to PeeringManager (#1184)
- Rename Service to GossipService (#1184)
- Move DatabaseSize function from storage to database (#1184)
- Move sync status logic to SyncManager (#1184)
- Move Milestone validation logic to MilestoneManager (#1184)
- Refactor snapshot package (#1184)

## [1.0.5] - 02.09.2021

### Added
Expand Down
2 changes: 1 addition & 1 deletion core/app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ var (
Name = "HORNET"

// Version of the app.
Version = "1.0.5"
Version = "1.0.6-rc1"
)

var (
Expand Down

0 comments on commit 4552f70

Please sign in to comment.