bitcoin/ci/test
fanquake 91ac12be44
Merge bitcoin/bitcoin#25013: Remove cs_main from verifymessage, move msg utils to new file
fa60169811 rpc: Move signmessage RPC util to new file (MacroFake)
fa9425177e Remove cs_main from verifymessage (MacroFake)

Pull request description:

  The `verifymessage` RPC has several issues:

  * It takes `cs_main` for no reason, blocking progress on removing the `cs_main` global mutex.
  * It is located in a file called `misc`, which is not a very helpful name.

  Fix all issues.

ACKs for top commit:
  vincenzopalazzo:
    ACK fa60169811

Tree-SHA512: c71a1f481b828e0a544405fecbbc7ca44e66ea46b498d7aed1f1c584d6a99724deb13e89d90b9d5cdeecbce293e6a41e9f7ae299543f6d761bf9e7a839b6c7f3
2022-04-29 12:20:10 +01:00
..
00_setup_env.sh ci: Add clang-tidy task 2022-04-04 11:57:06 +02:00
00_setup_env_android.sh scripted-diff: Bump copyright headers 2021-12-30 19:36:57 +02:00
00_setup_env_arm.sh scripted-diff: Bump copyright headers 2021-12-30 19:36:57 +02:00
00_setup_env_i686_centos.sh ci: Bump CentOS 8 image 2022-02-01 10:13:25 +01:00
00_setup_env_i686_multiprocess.sh test: remove lief install from multiprocess job 2022-03-28 10:35:37 +01:00
00_setup_env_mac.sh build: use macOS 11 SDK (Xcode 12.2) 2022-01-26 17:28:16 +08:00
00_setup_env_mac_host.sh scripted-diff: Bump copyright headers 2021-12-30 19:36:57 +02:00
00_setup_env_native_asan.sh build: Add --enable-c++20 option 2022-03-24 11:37:42 +01:00
00_setup_env_native_fuzz.sh Merge bitcoin/bitcoin#24292: Revert "ci: Run fuzzer task for the master branch only" 2022-02-21 13:12:36 +00:00
00_setup_env_native_fuzz_with_msan.sh ci: Use clang-12 and libcxx-12 for msan 2022-03-30 11:56:06 +02:00
00_setup_env_native_fuzz_with_valgrind.sh ci: use DWARF-4 for Valgrind CI job 2022-04-04 10:39:55 +01:00
00_setup_env_native_msan.sh ci: Use clang-12 and libcxx-12 for msan 2022-03-30 11:56:06 +02:00
00_setup_env_native_nowallet_libbitcoinkernel.sh ci: Build libbitcoinkernel 2022-04-27 17:36:39 -04:00
00_setup_env_native_qt5.sh Merge bitcoin/bitcoin#24236: Remove utxo db upgrade code 2022-04-05 15:38:14 +02:00
00_setup_env_native_tidy.sh tidy: Add include-what-you-use 2022-04-20 14:14:52 +01:00
00_setup_env_native_tsan.sh ci: Temporarily use clang-13 to work around clang-14 TSan bug 2022-03-15 18:24:16 +01:00
00_setup_env_native_valgrind.sh ci: use DWARF-4 for Valgrind CI job 2022-04-04 10:39:55 +01:00
00_setup_env_s390x.sh test: Exclude broken feature_init for now 2022-02-04 16:33:36 +01:00
00_setup_env_win64.sh Merge bitcoin/bitcoin#24397: build: Fix Boost.Process check for Boost 1.73 and older 2022-02-28 14:06:16 +01:00
04_install.sh tidy: Add include-what-you-use 2022-04-20 14:14:52 +01:00
05_before_script.sh ci: Make log verbose in error case only 2022-04-14 13:44:29 +02:00
06_script_a.sh tidy: enable modernize-use-nullptr 2022-04-26 10:43:33 +01:00
06_script_b.sh rpc: Move signmessage RPC util to new file 2022-04-28 11:19:29 +02:00
wrap-qemu.sh scripted-diff: Bump copyright headers 2021-12-30 19:36:57 +02:00
wrap-valgrind.sh scripted-diff: Bump copyright headers 2021-12-30 19:36:57 +02:00
wrap-wine.sh scripted-diff: Bump copyright headers 2021-12-30 19:36:57 +02:00
wrapped-cl.bat ci: Integrate ccache into MSVC build 2022-03-12 03:20:33 +01:00