ckb 0.113.0 (82871a3 2024-01-09) #4297
Replies: 2 comments
|
I'm curious.....will there be any future updates where the migration command will be needed? |
|
I modify the ckb.toml file after every full node update. I delete this array:bootnodes = [ Hongkong, Asia"/ip4/16.163.82.218/tcp/8114/p2p/QmaZMemLXSsxKUrYNucjEbPxVX3rBKsGhWW2muWtWxUWyh", Tokyo, Asia"/ip4/35.79.196.111/tcp/8114/p2p/QmYCRVonLfP18LSoz2WCHaXDorUYxuUMfhtcXK1TuZ1iwF", Mumbai, Asia"/ip4/13.234.144.148/tcp/8114/p2p/QmbT7QimcrcD5k2znoJiWpxoESxang6z1Gy9wof1rT1LKR", Seoul, Asia"/ip4/34.64.120.143/tcp/8114/p2p/QmejEJEbDcGGMp4D6WtftMMVLkR1ZuBfMgyLFDMJymkDt6", Virginia, North America"/ip4/3.218.170.86/tcp/8114/p2p/QmShw2vtVt49wJagc1zGQXGS6LkQTcHxnEV3xs6y8MAmQN", Los Angeles, North America"/ip4/35.236.107.161/tcp/8114/p2p/QmSRj57aa9sR2AiTvMyrEea8n1sEM1cDTrfb2VHVJxnGuu", Texas, North America"/ip4/23.101.191.12/tcp/8114/p2p/QmexvXVDiRt2FBGptgK4gBJusWyyTEEaHeuCAa35EPNkZS", Toronto, North America"/ip4/20.151.143.237/tcp/8114/p2p/QmNsGNQjYA6iP472bNnNE2GR31kCYBifhY1XcaUxRjZ1py", Frankfurt, Europe"/ip4/52.59.155.249/tcp/8114/p2p/QmRHqhSGMGm5FtnkW8D6T83X7YwaiMAZXCXJJaKzQEo3rb", London, Europe"/ip4/3.10.216.39/tcp/8114/p2p/QmagxSv7GNwKXQE7mi1iDjFHghjUpbqjBgqSot7PmMJqHA", Paris, Europe"/ip4/13.37.172.80/tcp/8114/p2p/QmXJg4iKbQzMpLhX75RyDn89Mv7N2H8vLePBR7kgZf6hYk", Warsaw, Europe"/ip4/34.118.49.255/tcp/8114/p2p/QmeCzzVmSAU5LNYAeXhdJj8TCq335aJMqUxcvZXERBWdgS", Victoria, Oceania"/ip4/40.115.75.216/tcp/8114/p2p/QmW3P1WYtuz9hitqctKnRZua2deHXhNePNjvtc9Qjnwp4q", Santiago, South America"/ip4/34.176.239.95/tcp/8114/p2p/QmQoWrmuFauCn3zZ2mYYKAciG9opTbjzC2wVEfWveZNDt8", Capetown, Africa"/ip4/13.245.217.98/tcp/8114/p2p/Qmf4t1SzFhRWuGcFcgs7r4pXvkACsz3FcaBMcmMKQMMpn7" and replace with this array:bootnodes = [ Virginia, North America"/ip4/3.218.170.86/tcp/8114/p2p/QmShw2vtVt49wJagc1zGQXGS6LkQTcHxnEV3xs6y8MAmQN", Los Angeles, North America"/ip4/35.236.107.161/tcp/8114/p2p/QmSRj57aa9sR2AiTvMyrEea8n1sEM1cDTrfb2VHVJxnGuu", Texas, North America"/ip4/23.101.191.12/tcp/8114/p2p/QmexvXVDiRt2FBGptgK4gBJusWyyTEEaHeuCAa35EPNkZS", Toronto, North America"/ip4/20.151.143.237/tcp/8114/p2p/QmNsGNQjYA6iP472bNnNE2GR31kCYBifhY1XcaUxRjZ1py", Probe Node"/ip4/52.33.75.45/tcp/8124/p2p/QmPHzhEzekyjB14eQsnsVRxmymtYmAyntcfJgVYRiUq4Lb" I also update max_outbound_peers = 20 I make these updates in order to appear on: https://nodes.ckb.dev/ |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Highlights
Compatibility Table
See how to connect to various chains in Wiki.
Downloads
The
.ascfiles 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.112.1
Features
SendBlocksProofmessage to support ckb2023 #4185: TweakSendBlocksProofmessage to support ckb2023 (@quake)Bug Fixes
fix: incorrect and inadequate checks of sync message #4192: Incorrect and inadequate checks of sync message (@yangby-cryptape)
Fix orphan pool for long pending tx issues #4199: Fix orphan pool for long pending tx issues (@chenyukang)
fix typos #4221: Fix typos (@xiaolou86)
fix: fix vm version select #4218: Fix VM version select (@driftluo)
This is a breaking change: b:consensus.
fix: no chain_root in 1st block of the mmr activated epoch #4255: No chain_root in 1st block of the MMR activated epoch (@yangby-cryptape)
Fix concurrency issue for RBF #4258: Fix concurrency issue for RBF (@chenyukang)
fix: resolve empty filter related message bug #4270: Resolve empty filter related message bug (@quake)
Improvements
performance: tuning rocksdb bloom filter #4191: Tuning rocksdb bloom filter (@quake)
persistence softfork cache #4203: Persistence softfork cache (@zhangsoledad)
Move
util/launcher/src/migrate.rsto an independent crate #4235: Moveutil/launcher/src/migrate.rsto an independent crate (@eval-exec)Break
ckb-launcherandckb-chain's cycle dependency by movingSharedPackageandSharedBuilderfromckb-launchertockb-shared#4236: Breakckb-launcherandckb-chain's cycle dependency by movingSharedPackageandSharedBuilderfromckb-launchertockb-shared(@eval-exec)Use jsonrpc-utils to replace jsonrpc #4170: Use jsonrpc-utils to replace jsonrpc (@chenyukang)
Add aarch64 docker image for ckb #4256: Add aarch64 docker image for ckb (@chenyukang)
Backport #4273 #4288:
get_pool_tx_detail_info: Changescore_sortkey's type fromStringtostruct AncestorsScoreSortKeyThis is a breaking change: b:rpc. The schema of the response has changed.
This discussion was created from the release ckb 0.113.0 (82871a3 2024-01-09).
All reactions