Skip to content

Conversation

maflcko
Copy link
Member

@maflcko maflcko commented Jul 30, 2019

This commit was missing from my previous pull request for some reason 🤔 :

@jonasschnelli
Copy link
Contributor

Thanks!
Tested ACK fa5a4cd

@DrahtBot DrahtBot added the GUI label Jul 30, 2019
Copy link
Contributor

@promag promag left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ACK fa5a4cd.


if (model->wallet().getDefaultAddressType() == OutputType::BECH32) {
ui->useLegacyAddress->setCheckState(Qt::Unchecked);
if (model->node().isAddressTypeSet()) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit, to avoid nesting previous code you could do:

if (!model->node().isAddressTypeSet()) {
    // Always fall back to bech32 in the gui
    ui->useLegacyAddress->setCheckState(Qt::Unchecked);
} else if ...

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good point. I will leave it as is for now, to not invalidate review.

Copy link
Member

@fanquake fanquake left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ACK fa5a4cd

bech32

@fanquake fanquake merged commit fa5a4cd into bitcoin:master Aug 6, 2019
fanquake added a commit that referenced this pull request Aug 6, 2019
fa5a4cd gui: Generate bech32 addresses by default (take 2, fixup) (MarcoFalke)

Pull request description:

  This commit was missing from my previous pull request for some reason 🤔 :

  *    gui: Generate bech32 addresses by default #15711

ACKs for top commit:
  jonasschnelli:
    Tested ACK fa5a4cd
  promag:
    ACK fa5a4cd.
  fanquake:
    ACK fa5a4cd

Tree-SHA512: 4a38df929d7704bf08e50a2e814b2e6cd25c4165d040a84287045b44e32f4708750845520d64170ea58e41de3ca496da4625d3eb375f9528b21b364c22068a6b
@maflcko maflcko deleted the 1907-guiBech32Take2 branch August 6, 2019 13:18
sidhujag pushed a commit to syscoin/syscoin that referenced this pull request Aug 10, 2019
…2, fixup)

fa5a4cd gui: Generate bech32 addresses by default (take 2, fixup) (MarcoFalke)

Pull request description:

  This commit was missing from my previous pull request for some reason 🤔 :

  *    gui: Generate bech32 addresses by default bitcoin#15711

ACKs for top commit:
  jonasschnelli:
    Tested ACK fa5a4cd
  promag:
    ACK fa5a4cd.
  fanquake:
    ACK fa5a4cd

Tree-SHA512: 4a38df929d7704bf08e50a2e814b2e6cd25c4165d040a84287045b44e32f4708750845520d64170ea58e41de3ca496da4625d3eb375f9528b21b364c22068a6b
domob1812 added a commit to domob1812/namecoin-core that referenced this pull request Aug 12, 2019
In constrast to bitcoin/bitcoin#16497, we need
to keep the default non-bech32 for addresses until Segwit is activated
on mainnet.
domob1812 added a commit to xaya/xaya that referenced this pull request Aug 12, 2019
Since Segwit is active in Xaya, we can fully reproduce the Bitcoin change
bitcoin/bitcoin#16497.  The change made in upstream
Namecoin to keep the default at legacy is not needed here.
Munkybooty pushed a commit to Munkybooty/dash that referenced this pull request Nov 25, 2021
…2, fixup)

fa5a4cd gui: Generate bech32 addresses by default (take 2, fixup) (MarcoFalke)

Pull request description:

  This commit was missing from my previous pull request for some reason 🤔 :

  *    gui: Generate bech32 addresses by default bitcoin#15711

ACKs for top commit:
  jonasschnelli:
    Tested ACK fa5a4cd
  promag:
    ACK fa5a4cd.
  fanquake:
    ACK fa5a4cd

Tree-SHA512: 4a38df929d7704bf08e50a2e814b2e6cd25c4165d040a84287045b44e32f4708750845520d64170ea58e41de3ca496da4625d3eb375f9528b21b364c22068a6b
Munkybooty pushed a commit to Munkybooty/dash that referenced this pull request Nov 25, 2021
…2, fixup)

fa5a4cd gui: Generate bech32 addresses by default (take 2, fixup) (MarcoFalke)

Pull request description:

  This commit was missing from my previous pull request for some reason 🤔 :

  *    gui: Generate bech32 addresses by default bitcoin#15711

ACKs for top commit:
  jonasschnelli:
    Tested ACK fa5a4cd
  promag:
    ACK fa5a4cd.
  fanquake:
    ACK fa5a4cd

Tree-SHA512: 4a38df929d7704bf08e50a2e814b2e6cd25c4165d040a84287045b44e32f4708750845520d64170ea58e41de3ca496da4625d3eb375f9528b21b364c22068a6b
@bitcoin bitcoin locked as resolved and limited conversation to collaborators Dec 16, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants