< bitcoin-git>
[bitcoin] fanquake closed pull request #20251: Move major version to first version integer as specified by SemVer (master...semver2) https://github.com/bitcoin/bitcoin/pull/20251
2020-11-20
< bitcoin-git>
[bitcoin] practicalswift opened pull request #20437: fuzz: Avoid time-based "non-determinism" in fuzzing harnesses by using mocked GetTime() (master...fuzzers-remove-time-based-non-determinism) https://github.com/bitcoin/bitcoin/pull/20437
< bitcoin-git>
[bitcoin] theuni opened pull request #20436: depends: Add a nasty qt hack to work around clang non-determinism (0.21...fix-clang-qt-determinism) https://github.com/bitcoin/bitcoin/pull/20436
< miketwenty1>
wumpus wouldn't the admins of bitcoin-core.org / bitcoin.org have these stats.. not sure what you mean by "no one"
< miketwenty1>
does anyone have stats / data on how many downloads or what the usage is of the different bitcoin node downloads? linux/windows/mac ?
< bitcoin-git>
[bitcoin] luke-jr closed pull request #19488: Refactor mempool.dat to be extensible, and store missing info (master...mempool_dat_extensible) https://github.com/bitcoin/bitcoin/pull/19488
< bitcoin-git>
[bitcoin] MarcoFalke merged pull request #20223: build: Drop the leading 0 from the version number (master...drop-leading-0) https://github.com/bitcoin/bitcoin/pull/20223
< Kiminuo>
hmm, this seems to be the magic formular to compile code <filesystem> on Ubuntu 18.04: "g++-8 --std=c++17 main.cpp -lstdc++fs" ... now there must be an easy way to specify it for Bitcoin core build. I have tried: ./autogen.sh && ./configure CC=gcc-8 CXX="g++-8" LDFLAGS="-lstdc++fs" --with-incompatible-bdb && make -j10
< bitcoin-git>
[bitcoin] laanwj opened pull request #20434: contrib: Parse ELF directly for symbol and security checks (master...2020_11_pixie) https://github.com/bitcoin/bitcoin/pull/20434
< bitcoin-git>
[bitcoin] MarcoFalke merged pull request #20431: [backport 0.21] tests: shrink feature_taproot transfer of funds tx (0.21...202011-test-taproot-signmany) https://github.com/bitcoin/bitcoin/pull/20431
< bitcoin-git>
bitcoin/0.21 bf9548b MarcoFalke: Merge #20431: [backport 0.21] tests: shrink feature_taproot transfer of fu...
< bitcoin-git>
bitcoin/0.21 7ffac12 Anthony Towns: tests: shrink feature_taproot transfer of funds tx
< miketwenty1>
this is my first time doing a complete terraform from scratch build of a bitcoin with gitian process.. can someone tell me if they also got 073aaacb86e8898c4806ed10cd14d54869f31e353f86b60bb83f93ae89a3591d for bitcoin-0.21.0rc1-x86_64-linux-gnu.tar.gz
< miketwenty1>
im guessing this would belong in bitcoin-core or maybe personal repo
< bitcoin-git>
[bitcoin] ajtowns opened pull request #20428: tests: split feature_taproot transfer of funds into smaller txs (master...202011-test-taproot-signmany) https://github.com/bitcoin/bitcoin/pull/20428
< bitcoin-git>
[bitcoin] luke-jr closed pull request #20121: configure: Allow users to explicitly enable libsecp256k1's GMP bignum support (master...secp256k1_allow_bignum) https://github.com/bitcoin/bitcoin/pull/20121
< bitcoin-git>
bitcoin/master 7aa9456 Wladimir J. van der Laan: Merge #20024: init: Fix incorrect warning "Reducing -maxconnections from N...
< bitcoin-git>
[bitcoin] laanwj merged pull request #20024: init: Fix incorrect warning "Reducing -maxconnections from N to N-1, because of system limitations" (master...fix-incorrect-warning) https://github.com/bitcoin/bitcoin/pull/20024
< Kiminuo>
MarcoFalke, Hi Marco, could you say whether it's worth working on std::fs at this time? You have, I think, mentioned that `std::fs` is not supported by some OSs. So I just want to know whether it makes sense to work on this or let it wait a few months or a few years for next upgrade (https://github.com/bitcoin/bitcoin/pull/19245#issuecomment-730291399)
< bitcoin-git>
[bitcoin] laanwj merged pull request #20145: contrib: add getcoins.py script to get coins from (signet) faucet (master...202010-signet-getcoins) https://github.com/bitcoin/bitcoin/pull/20145
< bitcoin-git>
bitcoin/master d9180c5 Wladimir J. van der Laan: Merge #20145: contrib: add getcoins.py script to get coins from (signet) f...
< bitcoin-git>
[bitcoin] achow101 closed pull request #20420: wallet: Don't upgrade to HD split if it is already supported (master...upgradewallet-fix-split) https://github.com/bitcoin/bitcoin/pull/20420
< bitcoin-git>
[bitcoin] achow101 opened pull request #20420: wallet: Don't upgrade to HD split if it is already supported (master...upgradewallet-fix-split) https://github.com/bitcoin/bitcoin/pull/20420
< bitcoin-git>
[bitcoin] fanquake opened pull request #20419: build: set minimum supported macOS to 10.14 (master...macos_minimum_10_14) https://github.com/bitcoin/bitcoin/pull/20419
< bitcoin-git>
[bitcoin] fanquake closed pull request #11082: Add new bitcoin_rw.conf file that is used for settings modified by this software itself (master...rwconf) https://github.com/bitcoin/bitcoin/pull/11082
< bitcoin-git>
[bitcoin] MarcoFalke merged pull request #20418: doc: clean out release notes post branch-off (master...clean_out_rel_notes) https://github.com/bitcoin/bitcoin/pull/20418
< bitcoin-git>
bitcoin/master d020e88 MarcoFalke: Merge #20418: doc: clean out release notes post branch-off
< bitcoin-git>
[bitcoin] troygiorshev opened pull request #20411: Fix Version Message Deserialization Discrepancy (master...2020-11-test-framework-version-msg-fix) https://github.com/bitcoin/bitcoin/pull/20411
2020-11-17
< miketwenty1>
sipa, right now in bitcoin-core repo we have the gitian sigs for non guix process .. but would we have a sigs folder for guix build process or am i thinking about this incorrectly?
< bitcoin-git>
[bitcoin] MarcoFalke opened pull request #20410: wallet: Do not treat default constructed types as None-type (master...2011-rpcWalletNoneType) https://github.com/bitcoin/bitcoin/pull/20410