Skip to content

Commit

Permalink
[fund-8] Release 0.14.0 (#3898)
Browse files Browse the repository at this point in the history
* Release 0.14.0

* update CHANGELOG.md
  • Loading branch information
zeegomo authored Mar 25, 2022
1 parent 6bec367 commit 4ffdc7b
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 13 deletions.
14 changes: 11 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@

## Unreleased

- fix incorrect keys bech32 HRP by always using the ones provided by the library
## Release 0.14

**New features:**

- update REST API: add new endpoint AccountVotes (`/api/v1/votes/plan/account-votes/{account_id}`)
- Support parallel lanes in spending counters on account outputs. This allows
submitting transactions that can spend from the same account without
Expand All @@ -14,16 +17,21 @@
- update REST API: add new endpoint account based votes count (`/api/v1/votes/plan/accounts-votes-count`)
- Add jcli option to specify a spending counter lane in a user-friendly way
- Add CORS config params: allowed headers and allowed methods.
- Add `mempoolUsageRatio` metric and related field in `node/stats` to track load on the mempool.

**Changes:**
- Update REST API `/api/v0/account/{account_id}`, add new field with the token's state info.
- Vote tally now uses the token in the voteplan instead of the native currency.
- Remove `txPendingCnt` metric and related field in `node/stats`
- Rename `txPendingTotalSize` to `mempoolTotalSize`
- Add `mempoolUsageRatio` metric and related field in `node/stats` to track load on the mempool.
- Change `blockContentSizeAvg` to represent information as a percentage of the block max size.
- Bump ed25519-bip32 from 0.4.0 to 0.4.1
- Now the tally is incremental and is always available in the rest API. The
- Now the tally is incremental and is always available in the rest API.
- Add standalone explorer crate.

**Bug fixes:**
- fix incorrect keys bech32 HRP by always using the ones provided by the library

## Release 0.13.0

**New features:**
Expand Down
10 changes: 5 additions & 5 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.13.0"
version = "0.14.0"
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-lib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "jormungandr-lib"
version = "0.13.0"
version = "0.14.0"
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.13.0"
version = "0.14.0"
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 testing/jormungandr-automation/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "jormungandr-automation"
version = "0.13.0"
version = "0.14.0"
authors = ["Nicolas Di Prima <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion testing/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.13.0"
version = "0.14.0"
authors = [ "[email protected]" ]
edition = "2018"

Expand Down

0 comments on commit 4ffdc7b

Please sign in to comment.