Skip to content

Commit

Permalink
v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasDP committed Dec 11, 2019
1 parent 2487619 commit 7868354
Show file tree
Hide file tree
Showing 7 changed files with 41 additions and 17 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# Change Log

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

[Full Changelog](https://github.com/input-output-hk/jormungandr/compare/v0.8.0-rc11...v0.8.0)

**Implemented enhancements:**

- GraphQL: expose treasury balance [\#1247](https://github.com/input-output-hk/jormungandr/issues/1247)
- Graphql treasury balance and settings [\#1342](https://github.com/input-output-hk/jormungandr/pull/1342)
- add reward constraints parameter [\#1338](https://github.com/input-output-hk/jormungandr/pull/1338)
- Debug block operation in jcli [\#1337](https://github.com/input-output-hk/jormungandr/pull/1337)

**Fixed bugs:**

- rest node stats does not count/consider all kinds of tx/fragments [\#1301](https://github.com/input-output-hk/jormungandr/issues/1301)
- Get REST node stats from all framents containing TX [\#1343](https://github.com/input-output-hk/jormungandr/pull/1343)

**Closed issues:**

- Add jcli command / rest endpoint for decoding a block [\#1336](https://github.com/input-output-hk/jormungandr/issues/1336)

**Merged pull requests:**

- \[Tests\] logging enhancements for Private network tests [\#1339](https://github.com/input-output-hk/jormungandr/pull/1339)

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

[Full Changelog](https://github.com/input-output-hk/jormungandr/compare/v0.8.0-rc10...v0.8.0-rc11)
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.0-rc11"
version = "0.8.0"
authors = [ "dev@iohk.io" ]
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.0-rc11"
version = "0.8.0"
authors = [ "dev@iohk.io" ]
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.0-rc11"
version = "0.8.0"
authors = ["dev@iohk.io"]
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.0-rc11"
version = "0.8.0"
authors = [ "dev@iohk.io" ]
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.0-rc11"
version = "0.8.0"
authors = [ "dev@iohk.io" ]
license = "MIT OR Apache-2.0"
repository = "https://github.com/input-output-hk/jormungandr"
Expand Down

0 comments on commit 7868354

Please sign in to comment.