< cree> ...
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/3dda4c5f037b...d7fbe7d927ea
< bitcoin-git> bitcoin/master 8284756 John Newbery: A few minor formatting fixes and clarifications to descriptors.md
< bitcoin-git> bitcoin/master d7fbe7d Wladimir J. van der Laan: Merge #14778: A few minor formatting fixes and clarifications to descriptors.md...
< bitcoin-git> [bitcoin] laanwj closed pull request #14778: A few minor formatting fixes and clarifications to descriptors.md (master...descriptors_doc_update) https://github.com/bitcoin/bitcoin/pull/14778
< wumpus> hhmm #14792
< gribble> https://github.com/bitcoin/bitcoin/issues/14792 | rpc_bind tests failing locally for ipv6 and nonloopback · Issue #14792 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] laanwj pushed 4 new commits to master: https://github.com/bitcoin/bitcoin/compare/d7fbe7d927ea...a0d86815cda9
< bitcoin-git> bitcoin/master fa520e7 MarcoFalke: lint: Must use RPCHelpMan to generate the RPC docs
< bitcoin-git> bitcoin/master fa91e8e MarcoFalke: Use RPCHelpMan for all RPCs
< bitcoin-git> bitcoin/master fa5e045 MarcoFalke: rpc: Documentation fixups
< bitcoin-git> [bitcoin] laanwj closed pull request #14726: Use RPCHelpMan for all RPCs (master...Mf1810-rpcHelpMan) https://github.com/bitcoin/bitcoin/pull/14726
< bitcoin-git> [bitcoin] laanwj pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/a0d86815cda9...2479b779aae4
< bitcoin-git> bitcoin/master 8ebbef0 Kaz Wesley: add test demonstrating addrLocal UB
< bitcoin-git> bitcoin/master b7b36de Kaz Wesley: fix uninitialized read when stringifying an addrLocal...
< bitcoin-git> bitcoin/master 2479b77 Wladimir J. van der Laan: Merge #14728: fix uninitialized read when stringifying an addrLocal...
< bitcoin-git> [bitcoin] laanwj closed pull request #14728: fix uninitialized read when stringifying an addrLocal (master...uninit-scopeid) https://github.com/bitcoin/bitcoin/pull/14728
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/2479b779aae4...e3a1b74cdf7d
< bitcoin-git> bitcoin/master 0c69ff6 Jordan Baczuk: clarify rpcwallet flag url change
< bitcoin-git> bitcoin/master e3a1b74 Wladimir J. van der Laan: Merge #14448: doc: Clarify rpcwallet flag url change...
< bitcoin-git> [bitcoin] laanwj closed pull request #14448: doc: Clarify rpcwallet flag url change (master...clarify_rpc_wallet_flag) https://github.com/bitcoin/bitcoin/pull/14448
< bitcoin-git> [bitcoin] laanwj pushed 4 new commits to master: https://github.com/bitcoin/bitcoin/compare/e3a1b74cdf7d...1d3af69fd074
< bitcoin-git> bitcoin/master 895e6bb Andrew Chow: build: if VERSION_BUILD is non-zero, include it in the package version...
< bitcoin-git> bitcoin/master 04b0bc7 Andrew Chow: build: include rc number in version number
< bitcoin-git> bitcoin/master 75a4bf6 Andrew Chow: Update release-process.md to include RC version bumping
< bitcoin-git> [bitcoin] laanwj closed pull request #14612: Include full version number in released file names (master...fix-make-build-version) https://github.com/bitcoin/bitcoin/pull/14612
< bitcoin-git> [bitcoin] laanwj pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/1d3af69fd074...0595164dbaa3
< bitcoin-git> bitcoin/master f7beb95 Gregory Sanders: remove redundant KeyOriginInfo access, already done in CreateSig
< bitcoin-git> bitcoin/master b81a186 Gregory Sanders: GetPubKey: make sigdata const
< bitcoin-git> bitcoin/master 0595164 Wladimir J. van der Laan: Merge #14678: [wallet] remove redundant KeyOriginInfo access, already done in CreateSig...
< bitcoin-git> [bitcoin] laanwj closed pull request #14678: [wallet] remove redundant KeyOriginInfo access, already done in CreateSig (master...redundant_keypath) https://github.com/bitcoin/bitcoin/pull/14678
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/0595164dbaa3...59f05d116169
< bitcoin-git> bitcoin/master 60ae463 Hennadii Stepanov: Fix `bitcoin-qt -version` output formatting
< bitcoin-git> bitcoin/master 59f05d1 Wladimir J. van der Laan: Merge #14521: qt, docs: Fix `bitcoin-qt -version` output formatting...
< bitcoin-git> [bitcoin] laanwj closed pull request #14521: qt, docs: Fix `bitcoin-qt -version` output formatting (master...20181019-qt-cli-license) https://github.com/bitcoin/bitcoin/pull/14521
< bitcoin-git> [bitcoin] MarcoFalke pushed 4 new commits to master: https://github.com/bitcoin/bitcoin/compare/59f05d116169...2607c38fc517
< bitcoin-git> bitcoin/master 89bf196 MarcoFalke: travis: Run thread sanitizer
< bitcoin-git> bitcoin/master fa36d4e MarcoFalke: travis: --disable-hardening for xenial thread sanitizer...
< bitcoin-git> bitcoin/master fa7d36b MarcoFalke: test: Move UBSAN suppressions to test/sanitizer_suppressions/ubsan
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #14764: travis: Run thread sanitizer on unit tests (master...Mf1811-travisSanThread) https://github.com/bitcoin/bitcoin/pull/14764
< stevenroose> What is the method used to convert a CScript to a human-readable "assembly" string with the opcodes and pushes??
< luke-jr> stevenroose: decodescript probably, if it exists (it shouldn't)
< bitcoin-git> [bitcoin] practicalswift opened pull request #14794: [wip] Add ASan Travis build (master...asan-in-travis) https://github.com/bitcoin/bitcoin/pull/14794
< bitcoin-git> [bitcoin] marcoagner opened pull request #14795: test: allows test_runner command line to receive parameters for each test (master...fix_test_runner_parameters) https://github.com/bitcoin/bitcoin/pull/14795
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/2607c38fc517...a7dc03223e91
< bitcoin-git> bitcoin/master af9a991 Cornelius Schumacher: Fix detection of copyright holders...
< bitcoin-git> bitcoin/master a7dc032 MarcoFalke: Merge #14785: Scripts: Fix detection of copyright holders...
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #14785: Scripts: Fix detection of copyright holders (master...copyright-header) https://github.com/bitcoin/bitcoin/pull/14785
< lopp> hi folks, can anyone help me understand the verify-commits.py script? when I try running it with no arguments it just returns "HEAD was not signed with a trusted key!"
< sipa> lopp: what is your HEAD commit?
< lopp> 59f05d1161698dcca6eaf719422d4ec3401f2954
< lopp> @sipa I'll also note that I'm running it with python3.6 - when I tried running with 2.7 it threw syntax errors
< sipa> lopp: python 3 sounds correct
< sipa> lopp: i think you may need to refresh your pubkeys
< lopp> @sipa is that what the gpg.sh script is for? it's not clear to me
< ken2812221> lopp: You would have to import those trusted key into gpg at first.
< ken2812221> while read -r LINE; do gpg --recv-keys $LINE; done < contrib/verify-commits/trusted-keys
< lopp> $ python3.6 contrib/verify-commits/verify-commits.py 6b90a2a0e06548b5c30a160fe76351a44fe3f861
< lopp> Using verify-commits data from /home/lopp/code/bitcoin/contrib/verify-commits
< lopp> error: gpg failed to sign the data fatal: failed to write commit object
< lopp> Merge commit 6b90a2a0e06548b5c30a160fe76351a44fe3f861 is not clean
< lopp> I haven't been able to successfully run the verification yet; I did import the GPG keys (which was tricky because I had some other permissions issues with my GPG dirmngr)
< lopp> when I run against HEAD in master it outputs the same error along with a small diff
< lopp> Using verify-commits data from /home/lopp/code/bitcoin/contrib/verify-commits error: gpg failed to sign the data fatal: failed to write commit object Merge commit HEAD is not clean
< midnightmagic> Not going to be a lot of people around on thanksgiving weekend my man. :-)
< lopp> are you suggesting that people have a life outside of bitcoin??? :-P
< midnightmagic> only sometimes.
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #14796: rpc: Pass argument descriptions to RPCHelpMan (master...Mf1810-rpcHelpMan) https://github.com/bitcoin/bitcoin/pull/14796
< lopp> are there any code coverage reports for Core?