Skip to content

Commit 4ffdc7b

Browse files
authored
[fund-8] Release 0.14.0 (#3898)
* Release 0.14.0 * update CHANGELOG.md
1 parent 6bec367 commit 4ffdc7b

File tree

7 files changed

+21
-13
lines changed

7 files changed

+21
-13
lines changed

CHANGELOG.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22

33
## Unreleased
44

5-
- fix incorrect keys bech32 HRP by always using the ones provided by the library
5+
## Release 0.14
6+
7+
**New features:**
8+
69
- update REST API: add new endpoint AccountVotes (`/api/v1/votes/plan/account-votes/{account_id}`)
710
- Support parallel lanes in spending counters on account outputs. This allows
811
submitting transactions that can spend from the same account without
@@ -14,16 +17,21 @@
1417
- update REST API: add new endpoint account based votes count (`/api/v1/votes/plan/accounts-votes-count`)
1518
- Add jcli option to specify a spending counter lane in a user-friendly way
1619
- Add CORS config params: allowed headers and allowed methods.
20+
- Add `mempoolUsageRatio` metric and related field in `node/stats` to track load on the mempool.
21+
22+
**Changes:**
1723
- Update REST API `/api/v0/account/{account_id}`, add new field with the token's state info.
1824
- Vote tally now uses the token in the voteplan instead of the native currency.
1925
- Remove `txPendingCnt` metric and related field in `node/stats`
2026
- Rename `txPendingTotalSize` to `mempoolTotalSize`
21-
- Add `mempoolUsageRatio` metric and related field in `node/stats` to track load on the mempool.
2227
- Change `blockContentSizeAvg` to represent information as a percentage of the block max size.
2328
- Bump ed25519-bip32 from 0.4.0 to 0.4.1
24-
- Now the tally is incremental and is always available in the rest API. The
29+
- Now the tally is incremental and is always available in the rest API.
2530
- Add standalone explorer crate.
2631

32+
**Bug fixes:**
33+
- fix incorrect keys bech32 HRP by always using the ones provided by the library
34+
2735
## Release 0.13.0
2836

2937
**New features:**

Cargo.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

jcli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "jcli"
3-
version = "0.13.0"
3+
version = "0.14.0"
44
authors = [ "[email protected]" ]
55
license = "MIT OR Apache-2.0"
66
repository = "https://github.com/input-output-hk/jormungandr"

jormungandr-lib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "jormungandr-lib"
3-
version = "0.13.0"
3+
version = "0.14.0"
44
authors = ["[email protected]"]
55
edition = "2018"
66

jormungandr/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "jormungandr"
3-
version = "0.13.0"
3+
version = "0.14.0"
44
authors = [ "[email protected]" ]
55
license = "MIT OR Apache-2.0"
66
repository = "https://github.com/input-output-hk/jormungandr"

testing/jormungandr-automation/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "jormungandr-automation"
3-
version = "0.13.0"
3+
version = "0.14.0"
44
authors = ["Nicolas Di Prima <[email protected]>"]
55
edition = "2018"
66

testing/jormungandr-integration-tests/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "jormungandr-integration-tests"
3-
version = "0.13.0"
3+
version = "0.14.0"
44
authors = [ "[email protected]" ]
55
edition = "2018"
66

0 commit comments

Comments
 (0)