Skip to content

Commit

Permalink
Release 0.4.1-rc2 (#538)
Browse files Browse the repository at this point in the history
  • Loading branch information
IoTMOD authored Jun 18, 2020
1 parent 533b27e commit 749315d
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 1 deletion.
59 changes: 59 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,65 @@

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

## [0.4.1-rc2] - 18.06.2020

### Added

- Config setting for warpsync advancement range
- Snapshot index and Pruning index to Prometheus
- Flag to force load a global snapshot if db exists

### Changed

- Coo plugin milestone validation
- Only check for pre-release updates if a pre-release version is running
- Autopeering seed encoding to base58

### Fixed

- Missing snapshot dir
- Node does not sync after restart
- Check to prevent pruning of genesis tx
- Below max depth for SolidEntryPoints
- Gossip bind address for IPv6
- Synchronization with IRI nodes

### Config file changes

`config.json`

```diff
+"warpsync": {
+ "advancementRange": 200
+},

"entryNodes": [
- "LehlDBPJ6kfcfLOK6kAU4nD7B/[email protected]:14626",
- "[email protected]:18626",
- "EsY+zvaselQYA33AVNzrYIGLplboIh4r8oO+vLKQAVM=@entrynode.tanglebay.org:14626"
+ "[email protected]:14626",
+ "EkSLZ4uvSTED1x6KaGzqxoGxjbytt2rPVfbJk1LRLCGL=@enter.manapotion.io:18626",
+ "2GHfjJhTqRaKCGBJJvS5RWty61XhjX7FtbVDhg7s8J1x=@entrynode.tanglebay.org:14626"
],
```

`config_comnet.json`

```diff
+"warpsync": {
+ "advancementRange": 50
+},

"entryNodes": [
- "TANGLEleGqaMFFSTiyAV/vvdING/[email protected]:14641",
- "YRdteHJeawDw6UMw22yePwiQYlc1CsrmWhVljzfc6uw=@entrynode.comnet.tanglebay.org:14636",
- "1bU0uI+apA7YRna530e3SYfTDtUsobrLObt58pe5c5E=@enter.comnet.hornet.zone:14627"
+ "67it5aiegGwyLPSewfc2Bv42BvdRAdNjaGjf3VMhoG2u=@enter.comnet.thetangle.org:14641",
+ "7Y1GSTTwJLMPCffNJhWggZPtwVce5hsgAVcHanNa6HXh=@entrynode.comnet.tanglebay.org:14636",
+ "FPE6kHwZhvw8g163faJwTaPzYePbYtaXhwpWxFKuJfEY=@enter.comnet.hornet.zone:14627"
],
```

## [0.4.1-rc1] - 12.06.2020

### Added
Expand Down
2 changes: 1 addition & 1 deletion plugins/cli/plugin.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import (

var (
// AppVersion version number
AppVersion = "0.4.1-rc1"
AppVersion = "0.4.1-rc2"
LatestGithubVersion = AppVersion

// AppName app code name
Expand Down

0 comments on commit 749315d

Please sign in to comment.