Skip to content

Commit

Permalink
v0.8.5-alpha1
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasDP committed Dec 20, 2019
1 parent 81ef456 commit 5d28516
Show file tree
Hide file tree
Showing 7 changed files with 34 additions and 17 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Change Log

## [v0.8.5-alpha1](https://github.com/input-output-hk/jormungandr/tree/v0.8.5-alpha1) (2019-12-20)

[Full Changelog](https://github.com/input-output-hk/jormungandr/compare/v0.8.4...v0.8.5-alpha1)

**Implemented enhancements:**

- leverage SQLite multi-threading power by removing the bottleneck lock [\#1412](https://github.com/input-output-hk/jormungandr/pull/1412)

**Fixed bugs:**

- Thread 'blockX' panicked at missed chain pull root candidate [\#1388](https://github.com/input-output-hk/jormungandr/issues/1388)
- blockchain: More robust CandidateForest [\#1405](https://github.com/input-output-hk/jormungandr/pull/1405)

**Merged pull requests:**

- \[Tests\] Stability fix - Change reward test parameters [\#1393](https://github.com/input-output-hk/jormungandr/pull/1393)

## [v0.8.4](https://github.com/input-output-hk/jormungandr/tree/v0.8.4) (2019-12-19)

[Full Changelog](https://github.com/input-output-hk/jormungandr/compare/v0.8.3...v0.8.4)
Expand Down
24 changes: 12 additions & 12 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion jcli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "jcli"
version = "0.8.4"
version = "0.8.5-alpha1"
authors = [ "[email protected]" ]
license = "MIT OR Apache-2.0"
repository = "https://github.com/input-output-hk/jormungandr"
Expand Down
2 changes: 1 addition & 1 deletion jormungandr-integration-tests/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "jormungandr-integration-tests"
version = "0.8.4"
version = "0.8.5-alpha1"
authors = [ "[email protected]" ]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion jormungandr-lib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "jormungandr-lib"
version = "0.8.4"
version = "0.8.5-alpha1"
authors = ["[email protected]"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion jormungandr-scenario-tests/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "jormungandr-scenario-tests"
version = "0.8.4"
version = "0.8.5-alpha1"
authors = [ "[email protected]" ]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion jormungandr/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "jormungandr"
version = "0.8.4"
version = "0.8.5-alpha1"
authors = [ "[email protected]" ]
license = "MIT OR Apache-2.0"
repository = "https://github.com/input-output-hk/jormungandr"
Expand Down

0 comments on commit 5d28516

Please sign in to comment.