0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-02-02 09:46:52 -05:00
bitcoin-bitcoin-core/ci/test
fanquake f0b457212f
Merge #21467: Move external signer out of wallet module
88d4d5ff2f rpc: add help for enumeratesigners and walletdisplayaddress (Sjors Provoost)
b0db187e5b ci: use --enable-external-signer instead of --with-boost-process (Sjors Provoost)
b54b2e7b1a Move external signer out of wallet module (Sjors Provoost)

Pull request description:

  In addition, this PR enables external signer testing on CI.

  This PR moves the ExternalSigner class and RPC methods out of the wallet module.

  The `enumeratesigners` RPC can be used without a wallet since #21417. With additional modifications external signers could be used without a wallet in general, e.g. via `signrawtransaction`.

  The `signerdisplayaddress` RPC is ranamed to `walletdisplayaddress` because it requires wallet context. A future `displayaddress` RPC call without wallet context could take a descriptor argument.

  This commit fixes a `rpc_help.py` failure when configured with `--disable-wallet`.

ACKs for top commit:
  ryanofsky:
    Code review ACK 88d4d5ff2f
  fanquake:
    ACK 88d4d5ff2f

Tree-SHA512: 3242a24e22313aed97eee32a520bfcb1c17495ba32a2b8e06a5e151e2611320e2da5ef35b572d84623af0a49a210d2f9377a2531250868d1a0ccf3e144352a97
2021-04-13 14:35:16 +08:00
..
00_setup_env.sh ci: Set DEPENDS_DIR when setting BASE_ROOT_DIR 2021-03-28 20:04:24 +02:00
00_setup_env_android.sh ci: Bump Android cross-build to Ubuntu Focal 2021-03-28 20:05:46 +02:00
00_setup_env_arm.sh ci: use --enable-external-signer instead of --with-boost-process 2021-04-08 17:56:00 +02:00
00_setup_env_i686_centos.sh ci: use --enable-external-signer instead of --with-boost-process 2021-04-08 17:56:00 +02:00
00_setup_env_mac.sh ci: use --enable-external-signer instead of --with-boost-process 2021-04-08 17:56:00 +02:00
00_setup_env_mac_host.sh ci: use --enable-external-signer instead of --with-boost-process 2021-04-08 17:56:00 +02:00
00_setup_env_native_asan.sh ci: use --enable-external-signer instead of --with-boost-process 2021-04-08 17:56:00 +02:00
00_setup_env_native_fuzz.sh ci: use --enable-external-signer instead of --with-boost-process 2021-04-08 17:56:00 +02:00
00_setup_env_native_fuzz_with_valgrind.sh build: explicitly install libboost-dev package 2021-02-17 09:04:20 +08:00
00_setup_env_native_msan.sh depends: build zeromq with -std=c++17 2020-11-24 10:18:06 +08:00
00_setup_env_native_multiprocess.sh ci: use --enable-external-signer instead of --with-boost-process 2021-04-08 17:56:00 +02:00
00_setup_env_native_nowallet.sh ci: use --enable-external-signer instead of --with-boost-process 2021-04-08 17:56:00 +02:00
00_setup_env_native_qt5.sh ci: use --enable-external-signer instead of --with-boost-process 2021-04-08 17:56:00 +02:00
00_setup_env_native_tsan.sh ci: use --enable-external-signer instead of --with-boost-process 2021-04-08 17:56:00 +02:00
00_setup_env_native_valgrind.sh build: explicitly install libboost-dev package 2021-02-17 09:04:20 +08:00
00_setup_env_s390x.sh ci: use --enable-external-signer instead of --with-boost-process 2021-04-08 17:56:00 +02:00
00_setup_env_win64.sh ci: use --enable-external-signer instead of --with-boost-process 2021-04-08 17:56:00 +02:00
04_install.sh ci: Restart docker before run 2021-04-09 15:56:23 +02:00
05_before_script.sh ci: Build depends only once for Android build 2021-03-28 20:05:31 +02:00
06_script_a.sh CI: add Android APK build script 2021-03-21 22:33:35 +01:00
06_script_b.sh ci: Drop travis_fold feature as Travis CI is no longer used 2020-12-17 22:02:12 +02:00
wrap-qemu.sh scripted-diff: Bump copyright headers 2020-12-31 09:45:41 +01:00
wrap-valgrind.sh scripted-diff: Bump copyright of files changed in 2019 2019-12-30 10:42:20 +13:00
wrap-wine.sh ci: Re-run wine tests once if they fail 2021-02-10 08:59:35 +01:00