CKB Dev Log 2022-12-28 #3776
anipenguin
started this conversation in
Dev Log
Replies: 1 comment
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Good morning BUIDLers! As we wrap up 2022, we’d like to update you on our recent progress and make it a New Year's resolution to share development updates with you on a biweekly basis.
Here’s a recap of what we’ve accomplished in the past few weeks:
The release of v0.106.0
[get_fee_rate_statics](<https://github.com/nervosnetwork/ckb/tree/develop/rpc#method-get_fee_rate_statics>)
is added to help you estimate transaction fees more accurately. https://github.com/yangby-cryptape/ckb-extension-fee-estimator integration is underway.Light client protocol
Confirm activation by query a ckb testnet node and check if the field
result.deployments.LightClient.state
isactive
, e.g.With testnet activation, we can test light client based applications in real world environments. The ideal condition to launch the mainnet is after testing has been completed for 1~2 of such pilot applications (e.g. wallets like Neuron, Nexus and CKBull are all good candidates) on the testnet. You’re also encouraged to BUIDL one!
Mainnet deployment parameters is TBD.
Fixed a bug where the race condition between
block-filter
andChainService
for the snapshot may result in a node getting stuck in block synchronization.Deployed owner-mode-enhanced xUDT script on testnet. Code audit in progress.
In Progress:
Going forward, we are excited to continue building and co-creating with you all!
See you in 2023!
Beta Was this translation helpful? Give feedback.
All reactions