Commit Graph

  • 11bf0e3197
    ci: add AMD64 Windows build to GitHub Actions Kittywhiskers Van Gogh 2024-11-21 12:56:35 +0000
  • 2e59156919
    ci: set WINEPREFIX to sidestep GitHub Actions permissions issue Kittywhiskers Van Gogh 2024-11-21 14:41:27 +0000
  • 3263879a87
    ci: build nowallet depends+src using GCC 14 Kittywhiskers Van Gogh 2024-11-21 05:36:40 +0000
  • 97a9b11b6b
    ci: don't stage packages in /tmp, reduce layers for cppcheck build Kittywhiskers Van Gogh 2024-11-08 17:01:49 +0000
  • 2498839949
    ci: extend GDB allowlist and LD_LIBRARY_PATH to LLVM's libc++ Kittywhiskers Van Gogh 2024-11-20 18:10:44 +0000
  • 794028c067
    ci: make sure that GDB is willing to load GCC 14's libraries Kittywhiskers Van Gogh 2024-11-20 18:09:36 +0000
  • 81be90762b
    ci: split off packages needed only to build/install compilers Kittywhiskers Van Gogh 2024-11-16 10:13:46 +0000
  • 983ad461a8
    ci: drop non-C(++) langs, disable libsanitizer, NLS, drop ISL on GCC 14 Kittywhiskers Van Gogh 2024-11-20 18:03:40 +0000
  • 78c140716a
    ci: use distro pkgs for deps instead of building them in-tree for GCC 14 Kittywhiskers Van Gogh 2024-11-20 18:03:35 +0000
  • ce272ca159
    ci: download and build GCC 14, allow overriding version Kittywhiskers Van Gogh 2024-11-21 06:59:21 +0000
  • f851fc9d06
    ci: install i386 packages only if host is amd64, merge layers Kittywhiskers Van Gogh 2024-11-16 07:44:52 +0000
  • 54c3b6fdb8
    ci: purge package manager cache after each interaction Kittywhiskers Van Gogh 2024-11-16 07:21:54 +0000
  • 9522801675
    [don't mind me, this'll go away after we rebase] Kittywhiskers Van Gogh 2024-11-18 09:52:43 +0000
  • 9d920c1284
    ci: use 2 jobs in fuzz test runner? pasta 2024-11-20 23:45:20 -0600
  • 242dc519ca
    Merge #6404: fix(qt): avoid potential precision loss in amounts on Governance Tab pasta 2024-11-20 23:24:12 -0600
  • a8ed736a59
    actually use cachedChainTip pasta 2024-11-20 22:41:26 -0600
  • 6cae4a5f87
    refactor: (mostly) introduce two new cache structures to minimize cs_main contention during llmq signing pasta 2024-11-20 21:17:06 -0600
  • 8a14482190
    Merge #6407: fix: dataraces pasta 2024-11-20 22:08:56 -0600
  • 9d87d9df72
    Merge #6414: chore: bump seeds for v22 pasta 2024-11-20 13:59:00 -0600
  • 397a157e8d
    refactor: introduce cs_pendingSigns pasta 2024-11-20 13:54:33 -0600
  • 5adf92cb3c
    Merge #6412: chore: bump develop to be 22.1.0 pasta 2024-11-20 12:01:10 -0600
  • 3c80dfc3f5
    Merge #6403: feat(qt): Governance Tab should respect selected units and settings pasta 2024-11-20 11:37:54 -0600
  • 8a86fd898e
    Merge #6416: refactor: drop unused parameter mninfos_valid in test framework mine_ cycle_quorum pasta 2024-11-20 11:34:12 -0600
  • 5741d5da28
    chore: update seeds Kittywhiskers Van Gogh 2024-11-20 08:15:53 +0000
  • 2d732fc66e
    chore: drop defunct onion seeds, add new existing onion hosts as seeds pasta 2024-11-19 21:57:36 -0600
  • f95917805a
    Merge df6080d6c7 into e3645f76c5 UdjinM6 2024-11-20 17:32:00 +0000
  • e3645f76c5
    Merge #6408: refactor: removed pre-MN_RR logic of validation of CL pasta 2024-11-20 11:28:35 -0600
  • a9cfbd1048
    fix: don't use non-existent PrintLockContention in SharedEnter Kittywhiskers Van Gogh 2024-11-17 16:04:28 +0000
  • f331cbe8c8
    merge bitcoin#24770: Put lock logging behind DEBUG_LOCKCONTENTION preprocessor directive Kittywhiskers Van Gogh 2024-11-18 10:47:10 +0000
  • d9cc2ea178
    merge bitcoin#23104: Avoid breaking single log lines over multiple lines in the log file Kittywhiskers Van Gogh 2024-11-20 17:26:32 +0000
  • 0072318421
    refactor: drop unused parameter mninfos_valid in test framework mine_cycle_quorum pasta 2024-11-19 23:10:21 -0600
  • d728879329
    chore: bump develop to be 22.1.0 pasta 2024-11-19 21:06:35 -0600
  • 31243ca313
    chore: update nMinimumChainWork, defaultAssumeValid, checkpointData, chainTxData for mainnet and testnet pasta 2024-11-19 20:33:27 -0600
  • 6da2f280ac
    refactor: adjust locking in signing_shares avoid needing one main RecursiveMutex and instead using smaller regular Mutexes pasta 2024-11-19 14:57:33 -0600
  • d4c17d95b0
    Merge #6406: ci: use actions/cache to manage depends cache pasta 2024-11-19 15:08:46 -0600
  • 3f2e064b18
    refactor: set const auto& cbTx to avoid using optional throughout method pasta 2024-11-19 13:33:14 -0600
  • 0c0d91e491
    fix: functional test feature_llmq_chainlocks.py should activate MN_RR instead v20 Konstantin Akimov 2024-11-20 02:27:06 +0700
  • af93e877f2
    refactor: removed pre-MN_RR logic of validation of CL Konstantin Akimov 2024-11-20 01:21:45 +0700
  • 9cc29a832e
    ci: use actions/cache to manage depends cache Kittywhiskers Van Gogh 2024-11-19 17:11:00 +0000
  • 5078baea2b
    fix(test): wait for chainlock before mining a block we expect to include said chainlock pasta 2024-11-19 10:38:44 -0600
  • f39c1e6f4c
    fix: guard m_can_tx_relay behind m_tx_relay_mutex; make it private; add additional annotations pasta 2024-11-19 10:26:33 -0600
  • c48efdac83
    fix(qt): avoid potential precision loss in amounts on Governance Tab UdjinM6 2024-11-19 15:15:59 +0300
  • 90923ae7c7
    feat(qt): Governance Tab should respect selected units and settings UdjinM6 2024-11-19 00:58:02 +0300
  • 018d80a896
    Merge #6398: backport: 24306, 24312, 24371 pasta 2024-11-18 14:00:00 -0600
  • cde4d0294a
    Merge #6401: ci: deduplicate depends building pasta 2024-11-18 13:18:03 -0600
  • 65c5f46ea7
    Merge #6402: ci: cache built pasta 2024-11-18 13:16:37 -0600
  • 2f18c1af30
    ci: deduplicate depends building pasta 2024-11-18 10:42:02 -0600
  • 9604d87af1
    ci: cache depends/built like gitlab pasta 2024-11-18 12:28:52 -0600
  • 8fa1c245d4
    Merge #6397: ci: add powerpc64 to GH Guix job matrix pasta 2024-11-18 12:22:13 -0600
  • ba7e500062
    refactor: more of 24306 (GetPathArg in Dash-specific code) UdjinM6 2024-11-18 13:24:51 +0300
  • 562e3f7b18
    Merge bitcoin/bitcoin#24371: util: Fix ReadBinaryFile reading beyond maxsize MarcoFalke 2022-03-10 10:08:43 +0100
  • 479ae82ecc
    merge bitcoin#23235: Reduce unnecessary default logging Kittywhiskers Van Gogh 2024-11-18 10:45:27 +0000
  • 3383b79049
    Merge bitcoin/bitcoin#24312: addrman: Log too low compat value MarcoFalke 2022-03-08 16:48:18 +0100
  • d96983a327
    Merge bitcoin/bitcoin#24306: util: Make ArgsManager::GetPathArg more widely usable MarcoFalke 2022-03-07 10:00:38 +0100
  • 6a51ab271d
    Merge #6385: backport: merge bitcoin#24241, #24534, #24948, #28622, #28880, #29185, #29170, #29233, #29298, #29598, #29732, #29890, #29739, #30074, #30198, #29072 (toolchain backports: part 2) pasta 2024-11-17 14:14:47 -0600
  • 1506d9d9b8
    merge bitcoin#29072: use -no_exported_symbols on macOS Kittywhiskers Van Gogh 2023-01-09 13:40:40 +0000
  • 9247960c3e
    merge bitcoin#30198: qt 5.15.14 and fix macOS build with Clang 18 Kittywhiskers Van Gogh 2024-05-30 09:29:11 +0100
  • 5585e7a849
    merge bitcoin#30074: use ENV flags in get_arch Kittywhiskers Van Gogh 2024-11-04 14:51:40 +0000
  • decd420ca1
    merge bitcoin#29739: swap cctools otool for llvm-objdump Kittywhiskers Van Gogh 2024-11-04 14:49:59 +0000
  • 0f8c420f2c
    merge bitcoin#29890: remove some tools when cross-compiling for macOS Kittywhiskers Van Gogh 2024-11-14 18:06:51 +0000
  • 936da1a3d3
    merge bitcoin#29732: qt 5.15.13 Kittywhiskers Van Gogh 2024-11-07 06:29:36 +0000
  • c294b47487
    revert: patch qt to make placeholders differ from actual text Kittywhiskers Van Gogh 2024-11-17 07:38:23 +0000
  • af7090c68e
    merge bitcoin#29598: don't use -h with touch on OpenBSD Kittywhiskers Van Gogh 2024-11-17 07:38:08 +0000
  • ebf8ff2a34
    merge bitcoin#29298: patch libtool out of libnatpmp/miniupnpc Kittywhiskers Van Gogh 2024-01-23 21:19:16 +0000
  • 070b8768a5
    merge bitcoin#29233: depends move macOS C(XX) FLAGS out of C & CXX Kittywhiskers Van Gogh 2024-11-07 06:00:25 +0000
  • d838481f96
    revert dash#2398: Force fvisibility=hidden when compiling on macos Kittywhiskers Van Gogh 2024-11-04 10:48:27 +0000
  • 59a18f9fb9
    merge bitcoin#29170: add macho branch protection check Kittywhiskers Van Gogh 2024-01-03 17:16:16 +0000
  • cb024d968b
    merge bitcoin#29185: remove --enable-lto Kittywhiskers Van Gogh 2024-11-17 07:42:07 +0000
  • 12e5e32d83
    Merge #6396: refactor: Drop llmq split migration logic (dead code) pasta 2024-11-17 00:58:39 -0600
  • d159abc422
    Merge #6394: feat: update IS database instantly, no more dependency on DIP0020 pasta 2024-11-16 19:52:56 -0600
  • c5d5b14205
    ci: add powerpc64 to GH Guix job matrix UdjinM6 2024-11-17 02:22:54 +0300
  • 4622d9e04a
    refactor: Drop llmq split migration logic (dead code) UdjinM6 2024-11-16 23:44:32 +0300
  • 495171b2e7
    Merge #6395: refactor: drop unused InstantSendManager from blockheaderToJSON pasta 2024-11-16 13:55:53 -0600
  • 89528bc4dd
    feat: overwrite outdated IS db with a new empty one UdjinM6 2024-11-16 15:44:04 +0300
  • 3b7df9aea0
    feat: update IS database instantly, no more dependency on DIP0020 Konstantin Akimov 2024-11-16 16:11:31 +0700
  • 3a48c7f503
    refactor: drop unused InstantSendManager from blockheaderToJSON Konstantin Akimov 2024-11-12 20:36:15 +0700
  • 6d75a81f62
    merge bitcoin#28880: switch to using LLVM 17.x for macOS builds Kittywhiskers Van Gogh 2023-10-25 19:27:54 +0100
  • 7b0a1f2256
    merge bitcoin#28622: use macOS 14 SDK (Xcode 15.0) Kittywhiskers Van Gogh 2024-11-16 02:01:48 +0000
  • 02eb73513e
    merge bitcoin#24948: fix typo in permissions Kittywhiskers Van Gogh 2022-04-22 22:01:28 +0200
  • 2739107de3
    merge bitcoin#24534: make gen-sdk deterministic Kittywhiskers Van Gogh 2022-03-11 16:20:29 +0100
  • ab10bf9692
    merge bitcoin#24241: cleanup doc on need of Developer Account to obtain macOS SDK Kittywhiskers Van Gogh 2022-02-02 14:13:32 -0500
  • 55d74630b4
    docs: mention building for some HOSTs only in release-process.md UdjinM6 2024-11-15 12:38:04 +0300
  • 9bfb7006a9
    Merge #6390: guix: build only supported targets using guix-start, update guix-start and guix-check to work correctly outside of containers v22.0.0-rc.1 pasta 2024-11-14 10:22:12 -0600
  • 2625984ddf
    Merge #6384: backport: merge bitcoin#22380, #25838, #25917, #26059, #26578, #27798, #27676, #27999, #28337, #28422, #28630, #28783, partial bitcoin#24866, #25612 (toolchain backports: part 1) pasta 2024-11-14 09:58:16 -0600
  • c44ae90cd5
    Merge #6132: refactor: trim and document assumptions for GetQuorum, Get*MN* and friends pasta 2024-11-14 09:54:13 -0600
  • a014cf3703
    refactor: trim and document assumptions for Get*MN* and friends Kittywhiskers Van Gogh 2024-11-14 10:08:05 +0000
  • 8c9f57dac4
    refactor: trim and document assumptions for GetQuorum and friends Kittywhiskers Van Gogh 2024-11-14 10:07:34 +0000
  • c5d482e0d2
    chore: suppress git config output UdjinM6 2024-11-13 21:17:31 +0300
  • 8ce9bfea59
    chore: tweak error message UdjinM6 2024-11-13 21:09:03 +0300
  • d7cb92aa7a
    merge bitcoin#28783: remove -bind_at_load usage Kittywhiskers Van Gogh 2023-10-31 15:08:47 +0000
  • 019c9dd7f4
    partial bitcoin#25612: default to using GCC tool wrappers for LTO (with GCC) Kittywhiskers Van Gogh 2022-07-18 15:58:02 +0100
  • 9e0b93568b
    partial bitcoin#24866: No longer need to hack the PATH variable in config.site Kittywhiskers Van Gogh 2022-04-15 16:22:01 +0200
  • 5dbc83bef1
    merge bitcoin#28630: update LD64_VERSION to 711 Kittywhiskers Van Gogh 2024-11-04 14:19:19 +0000
  • b265352c7a
    merge bitcoin#28422: cctools 986, ld64 711 & libtapi 1300.0.6.5 Kittywhiskers Van Gogh 2023-09-06 15:06:39 +0100
  • fe94154851
    merge bitcoin#28337: use Clang 15 for macOS cross-compilation Kittywhiskers Van Gogh 2023-08-24 14:42:45 +0100
  • ba281413b0
    ci: add missing xorriso PACKAGES entry in macOS environment Kittywhiskers Van Gogh 2024-11-04 09:37:38 +0000
  • 62b0213c45
    merge bitcoin#27999: add macOS test for fixup_chains usage Kittywhiskers Van Gogh 2024-11-04 09:36:25 +0000
  • be175091e6
    merge bitcoin#27676: Bump minimum required runtime version and prepare for building with upstream LLVM Kittywhiskers Van Gogh 2024-11-03 09:46:25 +0000
  • 9f5d4b3719
    merge bitcoin#27798: modernize clang flags for Darwin Kittywhiskers Van Gogh 2024-11-04 09:29:55 +0000
  • 54c538d697
    merge bitcoin#26578: install binutils, not binutils-gold in depends Kittywhiskers Van Gogh 2022-11-25 15:33:22 +0000