ckb icon indicating copy to clipboard operation
ckb copied to clipboard

Release ckb v0.115.0

Open doitian opened this issue 1 year ago • 3 comments

  • RC Date: 2024-03-18
  • Release Date: 2024-03-25

Changes since v0.114.0

Bug Fixes

  • #4382: Fix the performance issue caused by track_entry_statics (@chenyukang)

Improvements

  • #4335: Move some helper function for building blocks/txs from ckb-chain to ckb-test-chain-utils (@eval-exec)
  • #4187: Add OpenRPC generator and use JsonSchema to update rpc/readme (@chenyukang)
  • #4345: IndexerService::apply_init_tip should stop after received exit signal. (@eval-exec)
  • #4348: IndexerService should use is_cancelled() to check if ckb received Ctrl-C signal (@eval-exec)
  • #4356: Upgade rust-toolchain to 1.75.0 (@eval-exec)
  • #4363: Evict possible cell ref txs before submitting cell consuming transaction (@chenyukang)
  • #4339: Add conflicts cache for tx_pool to record conflicted transactions (@chenyukang)

doitian avatar Mar 18 '24 08:03 doitian

https://github.com/nervosnetwork/ckb/pull/4381 https://github.com/nervosnetwork/ckb/pull/4224

zhangsoledad avatar Mar 19 '24 01:03 zhangsoledad

rc2

Features

  • #4381: Limit ibd orphan pool size (@driftluo)
  • #4224: Add rich-indexer which is another built-in indexer based on relational database (@EthanYuan)

doitian avatar Mar 19 '24 08:03 doitian

rc2

https://github.com/nervosnetwork/ckb/releases/tag/v0.115.0-rc2

doitian avatar Mar 21 '24 00:03 doitian

### Features

-   #4381: Limit ibd orphan pool size (@driftluo)
-   #4224: Add rich-indexer which is another built-in indexer based on relational database (@EthanYuan)

### Bug Fixes

-   #4382: Fix the performance issue caused by `track_entry_statics` (@chenyukang)

### Improvements

-   #4335: Move some helper function for building `blocks/txs` from `ckb-chain` to `ckb-test-chain-utils` (@eval-exec)
-   #4187: Add `OpenRPC `generator and use `JsonSchema `to update rpc/readme (@chenyukang)
-   #4345: `IndexerService::apply_init_tip` should stop after received exit signal. (@eval-exec)
-   #4348: IndexerService should use `is_cancelled()` to check if ckb received Ctrl-C signal (@eval-exec)
-   #4356: Upgade rust-toolchain to `1.75.0` (@eval-exec)
-   #4363: Evict possible cell ref txs before submitting cell consuming transaction (@chenyukang)
-   #4339: Add conflicts cache for tx pool to record conflicted transactions (@chenyukang)

doitian avatar Apr 01 '24 01:04 doitian

Highlights:

Added a new built-in indexer called rich-indexer (#4224), which is based on a relational database.

doitian avatar Apr 01 '24 01:04 doitian

https://github.com/nervosnetwork/ckb/releases/tag/v0.115.0

doitian avatar Apr 01 '24 08:04 doitian