File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change 1
1
# ` chainweb-node ` Changelog
2
2
3
+ ## 2.14.1 (2022-05-16)
4
+
5
+ This is a feature and bug-fix release. Upgrading is optional but recommended.
6
+
7
+ Unlike mandatory service releases, optional releases can be rolled back in case
8
+ of an issue with the release. Optional releases are therefore well suited for
9
+ early integration and testing of new chainweb-node versions.
10
+
11
+ To upgrade, pull the latest docker image or download the binary and restart the
12
+ node.
13
+
14
+ Changes:
15
+
16
+ * Improve performance of branch queries in some cases (#1431 )
17
+ * Make upper and lower bounds in branch APIs optional (#1432 )
18
+ * Make the payload API batch limit configurable on the service API.
19
+ Restrict the payload batch limit on the P2P API to 50 items. (#1433 )
20
+ * More robust block refill logic (#1437 )
21
+
3
22
## 2.14 (2022-04-11)
4
23
5
24
This version replaces all previous versions. Any prior version will stop working
Original file line number Diff line number Diff line change 1
1
cabal-version : 2.4
2
2
3
3
name : chainweb
4
- version : 2.14
4
+ version : 2.14.1
5
5
synopsis : A Proof-of-Work Parallel-Chain Architecture for Massive Throughput
6
6
description : A Proof-of-Work Parallel-Chain Architecture for Massive Throughput.
7
7
homepage : https://github.com/kadena-io/chainweb
You can’t perform that action at this time.
0 commit comments