~fuzzbawls/pivx-core/+git/test:2024_post-5.6.1-bump

Last commit made on 2024-03-04
Get this branch:
git clone -b 2024_post-5.6.1-bump https://git.launchpad.net/~fuzzbawls/pivx-core/+git/test

Branch merges

Branch information

Name:
2024_post-5.6.1-bump
Repository:
lp:~fuzzbawls/pivx-core/+git/test

Recent commits

2f5249c... by Fuzzbawls

[Build] Bump master to 5.6.99

Bumps `master` branch to 5.6.99 now that 5.6.1 has been released.

8c359dd... by Fuzzbawls

Merge #2908: [Core] Fix Exchange address activation

d7d30dcc4dbeddd8c0c8c348528df5913912ce46 Change exchange address functional tests (Duddino)
6c012831735b0e8b5c1a73eb9db5f643341a5529 Fix Exchange address activation (Duddino)

Pull request description:

  Change exchange address activation with the following:
  - Before 5.6 activation, accept TxOuts with OP_EXCHANGEADDR, even if they have sapling data in it
  - Before 5.6 activation, treat OP_EXCHANGEADDR as OP_UNKNOWN, thus rejecting any attempt at spending them
  - After 5.6 activation, keep things as is (Don't accept exchange address UTXOs if the tx has sapling data)

ACKs for top commit: d7d30dcc4dbeddd8c0c8c348528df5913912ce46
  Liquid369:
    tACK d7d30dcc4dbeddd8c0c8c348528df5913912ce46
  panleone:
    utACK d7d30dcc4dbeddd8c0c8c348528df5913912ce46

Tree-SHA512: 34f2cb7e8c2ce71c3e4fcc6fd977853e4828381e23a65b85cc8f86b95da7fe640b1d28c337d9f32df4d8d833225794a8cd1120474c1ab2c58062afc55612f3b5

d7d30dc... by Duddino <email address hidden>

Change exchange address functional tests

6c01283... by Duddino <email address hidden>

Fix Exchange address activation

4ca4c39... by Fuzzbawls

Merge #2906: Fix optional memo not being checked

b0bf2c22e54eceaf8b2f117bf2dffb9ecd358227 Fix optional memo not being checked (Duddino)

Pull request description:

  Memos return Nullopt instead of empty string when empty.

ACKs for top commit: b0bf2c22e54eceaf8b2f117bf2dffb9ecd358227
  Liquid369:
    tACK b0bf2c22e54eceaf8b2f117bf2dffb9ecd358227
  Fuzzbawls:
    utACK b0bf2c22e54eceaf8b2f117bf2dffb9ecd358227

Tree-SHA512: e9e6cd99edaa6d56da59abdfcc4056d2d613cad93203f47d3fc3c65763413e3eef8df50773a82f934fd5e912ae94579a71a5805f30eb00964f71ebd5eb6d271a

8df4dc0... by Fuzzbawls

Merge #2905: Restore Mainnet 'EXM' Prefix

54459570903430276539b1836f7d26142ee29e46 Set Mainnet 'EXM' Prefix (Liquid)

Pull request description:

  This will restore the Mainnet prefix to `EXM` from the current `EX` setting that is returning `44` in production.

ACKs for top commit: 54459570903430276539b1836f7d26142ee29e46
  Duddino:
    tACK 54459570903430276539b1836f7d26142ee29e46
  Fuzzbawls:
    ACK 54459570903430276539b1836f7d26142ee29e46

Tree-SHA512: cb0e34cf0899768a1d69fea1c95912dd11bd97a10e294dbcb25435bf42f1a6f599091e9a4ca1c14ea224864b687fca8d03f0e40f0c2e91575eff6eee5615cc9d

3f6c48b... by Fuzzbawls

Merge #2904: Fix unititialized booleans

1021b81147825be8e1252dc20be5ca6220e72254 Fix unititialized booleans (Duddino)

Pull request description:

  This PR fixes some uninitialized booleans. This fixes the issue of not being able to send to addresses in the qt version of PIVX

ACKs for top commit: 1021b81147825be8e1252dc20be5ca6220e72254
  Fuzzbawls:
    utACK 1021b81147825be8e1252dc20be5ca6220e72254
  Liquid369:
    tACK 1021b81147825be8e1252dc20be5ca6220e72254

Tree-SHA512: e51ce738d2c13cc7a1c2ac80ab2c880457d9600869940b3893e1b9836257c1f60b3f6c3abcccd485309fe506bd0c16bb7d0a810ed2f3de6471e44d19170344ef

b0bf2c2... by Duddino <email address hidden>

Fix optional memo not being checked

5445957... by Liquid <email address hidden>

Set Mainnet 'EXM' Prefix

1021b81... by Duddino <email address hidden>

Fix unititialized booleans