You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: changelog/v1.12.1-release-note.md
+6-21Lines changed: 6 additions & 21 deletions
Original file line number
Diff line number
Diff line change
@@ -3,21 +3,17 @@
3
3
## Summary
4
4
v1.12.1 is the first maintenance release after the latest release v1.12.0. It
5
5
comes with several important improvements and fixes for the API functionality.
6
-
It also contains an initial release of the w3bstream CLI.
7
-
8
-
The new w3bstream CLI is a command line tool designed for our w3bstream protocol.
9
-
You can use it to create and manage w3bstream projects on the IoTeX blockchain,
10
-
send and query zk proof message to supported blockchains.
6
+
It also contains an enhanced configuration of the transaction pool, which would
7
+
double the pool's capacity, allow it to buffer more pending transactions and
8
+
increase the IoTeX blockchain's resilience against large traffic volume.
11
9
12
10
## Major Improvements
13
11
1. Correct signature's V value in returned web3 transaction, to fix the transaction
14
12
hash calculation
15
13
2. Support "input" field in web3 request params to increase the compatibility with
16
14
latest web3js standard
17
-
3. Support gasPrice parameter in EstimatedGas API request
18
-
4. Fix ioctl updated failed on macOS
19
-
5. Add `ws` sub-command to the ioctl CLI. Use `ioctl ws` command to create and manage
20
-
w3bstream projects, send and query zk proof messages to supported blockchains
15
+
3. Set gRPC MaxConnectionIdle time to 5 minutes to improve the API server performance
16
+
and responsiveness
21
17
22
18
## Upgrade Priority
23
19
v1.12.1 does not have a hardfork, and contains API service improvements. Only API
@@ -40,15 +36,4 @@ nodes should upgrade in order to provide the best up-to-date service
40
36
8.[action] add NewEthSigner() and pass Signer as input to rlpRawHash() and rlpSignedHash() [#3967](https://github.com/iotexproject/iotex-core/pull/3967)
0 commit comments