getumbrel / umbrel-apps

The official app repository of the Umbrel App Store. Submit apps and updates here. Learn how → https://github.com/getumbrel/umbrel-apps#readme
https://apps.umbrel.com
482 stars 357 forks source link

Update Bitcoin Node to v27.0 #1074

Closed nmfretz closed 2 months ago

nmfretz commented 2 months ago

Bitcoin Core: Upgrades Bitcoin Core to version 27.0. Full release notes for Bitcoin Core 27.0 can be found at https://github.com/bitcoin/bitcoin/blob/master/doc/release-notes/release-notes-27.0.md.

New Advanced Settings Options: Adds 3 new options to the Advanced Settings menu:

JoinMarket Compatibility: The deprecated RPC 'deprecatedrpc=create_bdb' is enabled to allow integration with JoinMarket and the Jam app by default. This fixes an issue where Jam app users who upgraded to Bitcoin Core v26.0 would have to manually add 'deprecatedrpc=create_bdb' to their bitcoin.conf file in order for the app to work.

Relevant JoinMarket issue: https://github.com/getumbrel/umbrel-bitcoin/issues/19

nmfretz commented 2 months ago

@theborakompanioni this update includes deprecratedrpc=create_bdb for Jam users.

Can you please take a look at this comment here before I send this live to the app store 🙏: https://github.com/getumbrel/umbrel-bitcoin/issues/19#issuecomment-2087942041

nmfretz commented 2 months ago

Thanks @smolgrrr, going live.

theborakompanioni commented 2 months ago

Nice! Thanks @nmfretz and @smolgrrr :pray:

DireMunchkin commented 2 months ago

@nmfretz There's an incompatibility with LND and Bitcoin Core v27, see here: https://github.com/getumbrel/umbrel/issues/1814