nervosnetwork / ckb

The Nervos CKB is a public permissionless blockchain, and the layer 1 of Nervos network.
https://www.nervos.org
MIT License
1.14k stars 224 forks source link

Release v0.117.0 #4474

Open doitian opened 1 month ago

doitian commented 1 month ago

CHANGES

Trivial improvements and bug fixings.

doitian commented 1 month ago

MainNet: the 60 days ago block is: 12623864 0x84ef5fe7cbf4242bdcac76326aa33f15b9cc41958e9d891157b8a6066dad0f31 in Thu Apr 4 02:32:20 AM UTC 2024 you can view this block in https://explorer.nervos.org/block/0x84ef5fe7cbf4242bdcac76326aa33f15b9cc41958e9d891157b8a6066dad0f31

TestNet: the 60 days ago block is: 12811906 0xc39d482e1c9cba7bdef254ff13e430f42cb5407e15464c029284cd5811e4c8df in Thu Apr 4 02:32:39 AM UTC 2024 you can view this block in https://pudge.explorer.nervos.org/block/0xc39d482e1c9cba7bdef254ff13e430f42cb5407e15464c029284cd5811e4c8df

doitian commented 1 month ago

Performance concerns

CKB does not index history dead cells for performance restrictions. Internally, CKB still needs to get the whole transaction from the database to get a single dead cell from its outputs.

doitian commented 1 month ago

Workarounds