BitgesellOfficial / bitgesell

Bitgesell (BGL) is a digital currency with built-in scarcity
https://www.bitgesell.ca
MIT License
25 stars 37 forks source link

Bugfix/fix wallet address types test #97

Closed gitcoindev closed 2 years ago

gitcoindev commented 2 years ago

Description

This pull request brings bitcoin core changes with taproot bech32m wallet addresses support and fixes wallet_address_types functional test.

Notes

$ test/functional/test_runner.py test/functional/wallet_address_types.py
Temporary test directory at /tmp/test_runner_20221108_195554
WARNING! The following scripts are not being run: ['rpc_estimatefee.py', 'wallet_bumpfee_totalfee_deprecation.py']. Check the test lists in test_runner.py.
Running Unit Tests for Test Framework Modules
..........
----------------------------------------------------------------------
Ran 10 tests in 0.836s

OK
Remaining jobs: [wallet_address_types.py --legacy-wallet, wallet_address_types.py --descriptors]
1/2 - wallet_address_types.py --descriptors passed, Duration: 18 s
Remaining jobs: [wallet_address_types.py --legacy-wallet]
2/2 - wallet_address_types.py --legacy-wallet passed, Duration: 32 s

TEST                                    | STATUS    | DURATION

wallet_address_types.py --descriptors   | ✓ Passed  | 18 s
wallet_address_types.py --legacy-wallet | ✓ Passed  | 32 s

ALL                                     | ✓ Passed  | 50 s (accumulated) 
Runtime: 32 s