Rc/v0.104.0
0.104.0 (2022-09-07)
CKB
CKB v0.104.0 was released on Jul. 19th, 2022. This version of CKB node is now bundled and preconfigured in Neuron.
Assumed valid target
// TODO Blocks before `` will be skipped in validation.
New features
- #2442: Import and export multisig configuration which is compatible with ckb-cli.(@yanguoyu)
- #2454: Add the 'contact us' item in the help menu.(@Keith-CY)
- #2461: Remove maturity restriction of header deps.(@yanguoyu)
- #2465: Adapt new UAN for sUDT.(@yanguoyu)
- #2472: Bump ckb to v0.104.0 (@Keith-CY)
Bug fixes
- #2447: Show friendly error on creating multisig address.(@yanguoyu)
- #2450: Fix sending multisig tx of multiple input cells.(@yanguoyu)
- #2451: Refine textfield component.(@yanguoyu
- #2464, #2478: Optimize setting data path of ckb node/indexer.(@yanguoyu)
- #2467: Fix ckb process killed unexpectedly.(@yanguoyu) Full Changelog: https://github.com/nervosnetwork/neuron/compare/v0.103.2...v0.104.0
[email protected] is expected to be released on 09/07, and the rc version has been packaged in https://github.com/nervosnetwork/neuron/actions/runs/2976550976 , please have a test @Cedar67
[email protected] is expected to be released on 09/07, and the rc version has been packaged in https://github.com/nervosnetwork/neuron/actions/runs/2976550976 , please have a test @Cedar67
All right, let's go with the plan.
0.104.0 (2022-09-07)
CKB
CKB v0.104.0 was released on Jul. 19th, 2022. This version of CKB node is now bundled and preconfigured in Neuron.
Assumed valid target
// TODO Blocks before `` will be skipped in validation.
New features
- feat: Multisig import and export config compatible with ckb-cli #2442: Import and export multisig configuration which is compatible with ckb-cli.(@yanguoyu)
- feat: add 'contact us' in the menu -> help submenu #2454: Add the 'contact us' item in the help menu.(@Keith-CY)
- feat: The header dep's block no need 4 epochs ago. #2461: Remove maturity restriction of header deps.(@yanguoyu)
- feat: Adapt new UAN #2465: Adapt new UAN for sUDT.(@yanguoyu)
- feat: bump ckb to v0.104.0 #2472: Bump ckb to v0.104.0 (@Keith-CY)
Bug fixes
- fix: Show confirm error. #2447: Show friendly error on creating multisig address.(@yanguoyu)
- fix: Fix send multisig tx when input cell's length is more than 1. #2450: Fix sending multisig tx of multiple input cells.(@yanguoyu)
- fix: If input is not focus, it also trigger onBlur. So it need add a judgement #2451: Refine textfield component.(@yanguoyu
- fix: Optimization data path set #2464, fix: Fix some exception from set ckb node path #2478: Optimize setting data path of ckb node/indexer.(@yanguoyu)
- fix: Fix ckb process kill unexpected. #2467: Fix ckb process killed unexpectedly.(@yanguoyu) Full Changelog: v0.103.2...v0.104.0
These features and bug fixed points have been verified.