CKB Dev Log 2024-03-06 #4375
anipenguin
started this conversation in
Dev Log
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
TeamCKB @ BTCDenver 😉
Updates
Features
Improvements
Transaction Pool:
Compact Block Success Rate: Identified and improved the compact block reconstructing success rate issue during the Omiga Incription launch by adding a transaction conflict cache.
Add conflicts cache for tx_pool to record conflicted transactions #4339
Conflict Resolution Algorithm: Implemented a new algorithm to resolve conflicts when a cell is utilized both as cell deps and inputs across different transactions.
Evict possible cell ref txs before submitting cell consuming transaction #4363
Contracts Maintenance:
Omnilock: Switched to the llvm toolchain.
Support llvm-toolchain XuJiandong/omnilock#23
ckb-auth: Removed the secp256k1 precomputed table to streamline operations.
Minimize secp256k1 precomputed table ckb-auth#43
CKB Cli:
Dev Chain: Proposal to adjust the default parameters to make local development easier
chore(dev chain): Adjusting the default dev chain epoch parameter #4366
Fixes
Background Migrations: Updated the logic so it will not block node upgrading by default.
Add --include-background to include background migrations in migrate subcommand #4343
Peer Management: Fix a bug that a misbehaving peer is not banned.
A peer send malformed tx with large cycles will also be banned #4347
RPC Documentation: Fix a bug in the RPC documentation generator.
Support RPC duplicate method name for different modules #4341
In Pipeline…
Beta Was this translation helpful? Give feedback.
All reactions