< September 2024 >
Su Mo Tu We Th Fr Sa 1234567891011121314151617 18 19 20 21
22 23 24 25 26 27 28
29 30
2022-04-05
<bitcoin-git>
[bitcoin] brunoerg opened pull request #24776: docs: update `/rest/chaininfo` doc according to `getblockchaininfo` (master...2022-04-rest-doc-improv) https://github.com/bitcoin/bitcoin/pull/24776
<bitcoin-git>
[bitcoin] hebasto opened pull request #24775: build: Do not modify `common.init.vcxproj` directly (master...220405-toolset) https://github.com/bitcoin/bitcoin/pull/24775
<bitcoin-git>
[bitcoin] Crypt-iQ opened pull request #24763: configure.ac: disable FORTIFY_SOURCE for asan/msan/tsan (master...disable_fortify_san) https://github.com/bitcoin/bitcoin/pull/24763
<laanwj>
re: https://github.com/bitcoin-core/gui/issues/573 did anyone check recently on MacOS and Qt whether the whole custom notification code is still needed? would be cool if we could get rid of all the platform specific notificator code
<bitcoin-git>
[gui] laanwj opened pull request #574: qt: Equalize notifySystray and notifyDBus interface (master...2022-04-notification-icon) https://github.com/bitcoin-core/gui/pull/574
<bitcoin-git>
[bitcoin] mxaddict opened pull request #24761: Updated funcs.mk to work with Windows Subsystem for Linux (master...temp-master) https://github.com/bitcoin/bitcoin/pull/24761
<bitcoin-git>
[bitcoin] MarcoFalke opened pull request #24758: Disable the syscall sandbox for bitcoin-qt and remove gui-related syscalls (master...2204-gui-box-🌊) https://github.com/bitcoin/bitcoin/pull/24758
<bitcoin-git>
[bitcoin] jonatack opened pull request #24757: build, ci: add `DEBUG_LOCKCONTENTION` to --enable-debug and CI (master...add-DEBUG_LOCKCONTENTION-to-enable-debug) https://github.com/bitcoin/bitcoin/pull/24757
<bitcoin-git>
[bitcoin] laanwj merged pull request #24746: refactor: remove macOS MAP_ANONYMOUS work around (master...macOS_has_MAP_ANONYMOUS) https://github.com/bitcoin/bitcoin/pull/24746
<bitcoin-git>
bitcoin/master 826cbc4 Hennadii Stepanov: build, qt: drop fix_no_printer.patch
<bitcoin-git>
bitcoin/master ef20add Pavol Rusnak: build, qt: bump Qt5 version to 5.15.3
<bitcoin-git>
bitcoin/master 7f60428 Pavol Rusnak: build, qt: use one patch per line in depends/packages/qt.mk
<bitcoin-git>
[bitcoin] MarcoFalke merged pull request #24661: refactor: Use clang-tidy syntax for C++ named arguments (master...rebase_23545) https://github.com/bitcoin/bitcoin/pull/24661
<bitcoin-git>
[bitcoin] ayush933 opened pull request #24749: test: use MiniWallet for mempool_unbroadcast.py (master...miniwallet-mempool_unbroadcast) https://github.com/bitcoin/bitcoin/pull/24749
<bitcoin-git>
[bitcoin] stratospher opened pull request #24748: test/BIP324: functional tests for v2 P2P encryption (master...p2p-encryption-test) https://github.com/bitcoin/bitcoin/pull/24748
<bitcoin-git>
[bitcoin] fanquake opened pull request #24746: refactor: remove macOS MAP_ANONYMOUS work around (master...macOS_has_MAP_ANONYMOUS) https://github.com/bitcoin/bitcoin/pull/24746
<bitcoin-git>
bitcoin/master 31b1c67 Hennadii Stepanov: Merge bitcoin-core/gui#557: Revert "qt: Do not use QObject::tr plural synt...
<bitcoin-git>
bitcoin/master 0c64401 Luke Dashjr: Revert "qt: Do not use QObject::tr plural syntax for numbers with a unit s...
<bitcoin-git>
[gui] hebasto merged pull request #557: Revert "qt: Do not use QObject::tr plural syntax for numbers with a unit symbol" (master...gui_numeric_GBs) https://github.com/bitcoin-core/gui/pull/557
<bitcoin-git>
[bitcoin] fanquake reopened pull request #23507: Refactor: Improve API design of `ScriptToUniv`, `TxToUniv` etc to return the `UniValue` instead of mutating a parameter/reference (master...ret_UniValue_instead_of_pass_by_ref) https://github.com/bitcoin/bitcoin/pull/23507
<earnestly>
That cleanupbitcoin website is unbelievable, the amount of js and css anims needed will probably outpace the power usage of bitcoin in a few weeks
<surveillancechai>
bitcoin, privacy, censorship, monero etc. love that altcoiners still would comeback, contribute and use bitcoin if bitcoin developers care about privacy at protocol level
<bitcoin-git>
[bitcoin] laanwj opened pull request #24727: build: Disable AVX2 code path on mingw builds (master...2022-03-windows-noavx2) https://github.com/bitcoin/bitcoin/pull/24727
<bytes1440000>
I had some issues with rc2 on windows. It was crashing and I had to restart 10 times to finally use it (bitcoind and bitcoin-qt). Could not find anything in logs. Never had this issue with any release in past.
<gribble>
https://github.com/bitcoin/bitcoin/issues/24294 | RPC: Switch getblockfrompeer back to standard param names blockhash and nodeid by luke-jr · Pull Request #24294 · bitcoin/bitcoin · GitHub
<willcl_ark>
Should I be able to use the `redeemScript` from a `bitcoin-cli createmultisig 1-of-4` as the signet challenge for a custom signet? Struggling to get it working like this...