ckb 0.117.0 (4920ecf 2024-07-29) #4558
Replies: 2 comments 3 replies
-
I use ckb run --indexer command. I just upgraded to ver 0.117. Does the Indexer have to be rebuilt after each upgrade: INFO ckb_indexer_sync append 000000 to xxxxxxx? Also, is there a particular reason why CKB Node Probe cannot be included in upgrades? I manually edit the files (which is fine): https://nodes.ckb.dev/getConnectedInstruction |
Beta Was this translation helpful? Give feedback.
-
Re-indexing is only needed if the indexer storage schema changes, what was the version of ckb before you upgraded? |
Beta Was this translation helpful? Give feedback.
-
Highlights
There are two improvements applied for the RPC:
include_tx_pool: Option<bool>
param toChainRpcImpl::get_live_cell
' #4454: Addinclude_tx_pool: Option<bool>
param toChainRpcImpl::get_live_cell
' (@eval-exec)assume_valid_target_reached: bool
toNetRpc::sync_state
#4486: Addassume_valid_target_reached: bool
toNetRpc::sync_state
(@eval-exec)Please note that these changes are considered breaking changes and may cause compatibility issues with older versions of RPC clients.
Compatibility Table
See how to connect to various chains in Wiki.
Default assume valid target
Downloads
The
.asc
files are signatures. It is wise and more secure to check out for the files integrity.Try the portable variants if the binaries complains about illegal instructions.
Changes since v0.116.1
Features
Add
include_tx_pool: Option<bool>
param toChainRpcImpl::get_live_cell
' #4454: Addinclude_tx_pool: Option<bool>
param toChainRpcImpl::get_live_cell
' (@eval-exec)This is a breaking change to the RPC.
Add
assume_valid_target_reached: bool
toNetRpc::sync_state
#4486: Addassume_valid_target_reached: bool
toNetRpc::sync_state
(@eval-exec)This is a breaking change to the RPC.
Bug Fixes
partial
query by args performance issue #4484: Fix rich indexerpartial
query by args performance issue (@EthanYuan)Improvements
max_ancestors_count
(@zhangsoledad)process_fetch_cmd
if ckb received exit signal (@eval-exec)This discussion was created from the release ckb 0.117.0 (4920ecf 2024-07-29).
Beta Was this translation helpful? Give feedback.
All reactions