Closed gartnera closed 3 days ago
[!IMPORTANT]
Review skipped
Auto incremental reviews are disabled on this repository.
Please check the settings in the CodeRabbit UI or the
.coderabbit.yaml
file in this repository. To trigger a single review, invoke the@coderabbitai review
command.You can disable this status message by setting the
reviews.review_status
tofalse
in the CodeRabbit configuration file.
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Upgrade to bitcoin-core 28.0
This requires four things:
createwallet
rpc with thedescriptors
argument set to false (it defaults to true in bitcoin-core 23+)-deprecatedrpc=create_bdb
to allowcreatewallet
withdescriptors=false
. This is required in bitcoin-core 26+.-deprecatedrpc=warnings
to avoid the issue described here: https://github.com/btcsuite/btcd/issues/2224. Can be removed once btcd does a new release.We need to upgrade to bitcoin-core 28.0 for testnet4 support. Related to https://github.com/zeta-chain/node/issues/2242
Summary by CodeRabbit
New Features
eth2
,upgrade-host
, andupgrade-orchestrator
services for enhanced functionality.bitcoin
service to support deprecated RPC.Improvements
bitcoin
service image for better performance.Bug Fixes