File tree Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
+ ## [ v0.120.0] ( https://github.com/nervosnetwork/ckb/compare/v0.119.0...v0.120.0 ) (2024-12-11)
4
+
5
+ ### Features
6
+
7
+ - #4477 : (experimental) optional fee estimator with different algorithms (@yangby-cryptape )
8
+ - #4683 : Small WASM support (@driftluo )
9
+ - #4729 : Default listen on ws port (@driftluo )
10
+ - #4741 : Let old config node open ws listen by default (@driftluo )
11
+
12
+ This is a breaking change to the config.
13
+
14
+ ### Bug Fixes
15
+
16
+ - #4709 : Fix pg sqlite inconsistent types (@driftluo )
17
+
18
+ ### Improvements
19
+
20
+ - #4694 : Support LZ4 rocksdb compression type (@eval-exec )
21
+ - #4700 : Generate ` default.db-options ` file if it not exist (@eval-exec )
22
+ - #4702 : Don't ban remote peer when VM receives Ctrl-C signal while processing ` chunk_tx ` (@eval-exec )
23
+ - #4728 : Remove anyhow's backtrace from RPC response (@eval-exec )
24
+
25
+ This is a breaking change to RPC where the error messages have changed.
26
+
27
+ ### Bug Fixes
28
+
29
+ - #4709 : Fix pg sqlite inconsistent types (@driftluo )
30
+
3
31
## [ v0.119.0] ( https://github.com/nervosnetwork/ckb/compare/v0.118.0...v0.119.0 ) (2024-10-25)
4
32
5
33
### Features
You can’t perform that action at this time.
0 commit comments