2015-11-10

< jonasschnelli> dcousens: check: https://bitcoin.jonasschnelli.ch/secp/stuck_debug.log, search after last UpdateTip
< GitHub175> [bitcoin] jonasschnelli opened pull request #6979: [Qt] simple mempool info in debug window (master...2015/11/qt_mempool_easyinfo) https://github.com/bitcoin/bitcoin/pull/6979
< jonasschnelli> the strange thing is, as you can see here (https://bitcoin.jonasschnelli.ch/secp/stuck_debug.log), no block was rejected.
< GitHub106> [bitcoin] theuni opened pull request #6978: Alternative fix for #6248 (qt+fPIE) (master...qt-pie) https://github.com/bitcoin/bitcoin/pull/6978

2015-11-09

< cfields> gitian signers: osx detached sig for 0.10.4rc1: https://bitcoincore.org/cfields/bitcoin-0.10.4rc1/signature.tar.gz
< jonasschnelli> git log says: 4ee149a6db25cde31432f83369b40c92be13021c + Merge branch 'secp256k1' of https://github.com/sipa/bitcoin
< jonasschnelli> sipa: nothing in the debug log: check here if you wan't: https://bitcoin.jonasschnelli.ch/secp/stuck_debug.log
< jonasschnelli> theres a second headers-only chain which i accidentally cut of in the comment: now re-added: https://github.com/bitcoin/bitcoin/pull/6954#issuecomment-155093019
< jonasschnelli> last 1000 lines of my debug log: https://bitcoin.jonasschnelli.ch/secp/stuck_debug.log
< GitHub75> [bitcoin] harding opened pull request #6975: [doc] 0.11.2 release notes: use original pull numbers (0.11...note-0.11.2-orig-prs) https://github.com/bitcoin/bitcoin/pull/6975
< GitHub135> bitcoin/master 503ff6e Wladimir J. van der Laan: Merge pull request #6967...
< GitHub148> [bitcoin] laanwj closed pull request #6967: Use Pieter's signing subkey instead of his primary key (master...verify-commits-fixes) https://github.com/bitcoin/bitcoin/pull/6967
< GitHub135> bitcoin/master 9ea7762 Matt Corallo: Use Pieter's signing subkey instead of his primary key...
< GitHub135> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/f24880b13213...503ff6e1ae69
< GitHub127> bitcoin/0.10 c2e7baf Wladimir J. van der Laan: Bump version to 0.10.4, add release notes
< GitHub127> [bitcoin] laanwj pushed 1 new commit to 0.10: https://github.com/bitcoin/bitcoin/commit/c2e7baf2bdb2e2c163bcadaebe68ee00c9a27e7c
< GitHub72> [bitcoin] laanwj opened pull request #6974: Always allow getheaders from whitelisted peers (master...2015_11_whitelisted_allow_headers) https://github.com/bitcoin/bitcoin/pull/6974
< GitHub120> [bitcoin] ptschip opened pull request #6973: Zlib Block Compression for block relay (master...compress) https://github.com/bitcoin/bitcoin/pull/6973
< GitHub98> bitcoin/0.10 3ad96bd Alex Morcos: Fix locking in GetTransaction....
< GitHub98> bitcoin/0.10 612efe8 MarcoFalke: [Qt] Raise debug window when requested...
< GitHub98> bitcoin/0.10 9c81005 Diego Viola: Fix spelling of Qt
< GitHub98> [bitcoin] laanwj pushed 15 new commits to 0.10: https://github.com/bitcoin/bitcoin/compare/cbc4e3bd37da...3b89bf643896
< GitHub173> [bitcoin] laanwj closed pull request #6953: Backport bugfixes to 0.10 (2015-10-22 / f2c869a) (0.10...backport-bugfixes-to-0.10-20151014) https://github.com/bitcoin/bitcoin/pull/6953
< GitHub130> [bitcoin] laanwj closed pull request #6908: Chainparams: DRY: Make qt/guiutil.cpp fit BIP70 chain name strings (master...chainparams-bip70-0.12.99) https://github.com/bitcoin/bitcoin/pull/6908
< GitHub67> bitcoin/master f24880b Wladimir J. van der Laan: Merge pull request #6908...
< GitHub67> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/6176e9bf3d55...f24880b13213
< GitHub67> bitcoin/master c53d48a Jorge Timón: BIP70: Chainparams: DRY: Make qt/guiutil.cpp fit BIP70 chain name strings...
< gmaxwell> wumpus: I heard from andytoshi that you've been keeping him honest on rust-bitcoin. :)
< wumpus> yes that solves one problem but causes many others. We tried forcing the locale to C in bitcoin for a while but this messed with file name encodings on windows.
< GitHub138> bitcoin/0.11 40941d9 David A. Harding: [Docs] First-draft release notes for 0.11.2RC1
< GitHub138> bitcoin/0.11 929b2c7 David A. Harding: [docs] Minor revisions to 0.11.2RC1 release notes...
< GitHub138> bitcoin/0.11 9149589 David A. Harding: [docs] 0.11.2 release notes: add sipa graphs & leveldb note...
< GitHub138> [bitcoin] laanwj pushed 4 new commits to 0.11: https://github.com/bitcoin/bitcoin/compare/984587ac5d3e...3dcb390fe9e2
< GitHub133> [bitcoin] laanwj closed pull request #6968: [Docs] First-draft release notes for 0.11.2RC1 (0.11...release-notes-0.11.2) https://github.com/bitcoin/bitcoin/pull/6968
< wumpus> executables for 0.11.2rc1 are live: https://bitcoin.org/bin/bitcoin-core-0.11.2/test/ sorry for the delay
< wumpus> not saying that is not the way forward to 'find' the same datadir in bitcoin-cli and bitcoind, as well as other software, but it doesn't quite make it easier
< GitHub126> [bitcoin] laanwj opened pull request #6970: Fix crash in validateaddress with -disablewallet (master...2015_11_rpc_validateaddress_crash) https://github.com/bitcoin/bitcoin/pull/6970
< Luke-Jr> ~/.config/Bitcoin/Bitcoin-Qt.conf
< wumpus> bitcoin, by design, only has one datadir. If you move it, everything moves with it
< Luke-Jr> does bitcoin-qt use strDataDir for the config location too? :/
< wumpus> indeed it's the same for finding bitcoin.conf
< gmaxwell> wumpus: I'd still suggest adding (hopefully) 1/2 LOC: code to use RegQuery to find the same location in bitcoind/bitcoin-cli.
< gmaxwell> Luke-Jr: I think we could probably just add code that reads the registry in the same way RandAddSeedPerfmon and looks to the same place QT looks, and call that from bitcoind/bitcoin-cli on windows, and document the location so other programs can look. No?
< gmaxwell> wumpus: sometimes we have to... there are dozens of windows ifdefs in the code. Unless you think linking bitcoind/bitcoin-cli to QT is a better plan. :)
< wumpus> gmaxwell: qsettings is the qt equivalent of adding command line arguments, you can pass a datadir to bitcoin-cli and it will work
< Luke-Jr> wumpus: my main concern is BFGMiner, not bitcoin-cli
< gmaxwell> wumpus: it is a bit broken that changing your datadir breaks bitcoind / bitcoin-cli from finding it.
< wumpus> most people that want to use RPC with bitcoin-qt will use the debug console
< wumpus> maybe 1% of users actually use bitcoin-qt with bitcoin-cli, 0.1% uses it with a changed datadir through qt
< wumpus> bitcoin.conf is usually in the same directory as the cookie so it won't avoid *any* problems
< wumpus> otherwise I'd just have made it write a rpcuser and rpcpassword to bitcoin.conf
< dgenr8> writing to bitcoin.conf should be controlled by a setting in bitcoin.conf
< gmaxwell> then you have the "how do you find bitcoin.conf" problem.
< wumpus> don't write to bitcoin.conf
< Luke-Jr> it's tempting to change this to write to bitcoin.conf instead of QSettings then
< gmaxwell> using something QT specific for handling finding the datadir on windows was probably what should have been avoided, since bitcoind and bitcoin-cli also need to find the data directory.
< Luke-Jr> if it's overridden via bitcoin.conf or cmdline, it uses that; otherwise the platform default
< Luke-Jr> wumpus: so what if cookie file uses the same logic as bitcoin-cli for datadir? this seems to work in all cases..?
< Luke-Jr> gmaxwell: bitcoin-qt gets datadir from Windows registry, Mac registry-equivalent, or an INI file on Linux; based on user input at first run
< wumpus> bitcoin-qt allows choosing a data directory on first start in the GUI, this is stored inthe qt settings
< wumpus> bitcoin-cli and bitcoind don't care about that
< gmaxwell> wait why isn't bitcoin-qt and bitcoin-cli finding the same datadir?!
< Luke-Jr> would it be terrible to have Bitcoin-Qt get strDataDir from a special QSettings that explicitly uses <default datadir>/datadir.ini or something?
< wumpus> any software that knows the bitcoin data dir can communicate with bitcoin{d,qt} if server=1
< Luke-Jr> I thought the whole point of the cookie file was so Bitcoin-Qt users didn't need to configure RPC explicitly
< wumpus> pass the right datadir to bitcoin-cli and it should work
< Luke-Jr> awful lot considering bitcoin-cli is just a testing tool, and bitcoind users should be capable of configuring bitcoin.conf anyway :x
< wumpus> to let bitcoind and bitcoin-cli communicate given just the datadir
< wumpus> qt has its own settings, bitcoind/bitcoin-cli are not able to access those
< Luke-Jr> dcousens: bitcoin-qt supports overriding the data dir from a QSettings value
< Luke-Jr> wait, is that a bug for Core? that bitcoin-cli won't find -qt's cookie file?
< Luke-Jr> thoughts on a bitcoin-cli -printdatadir option or something?
< GitHub157> [bitcoin] laanwj opened pull request #6969: doc: there is no libboost-base-dev, add missing sudo in release notes (master...2015_11_docfix) https://github.com/bitcoin/bitcoin/pull/6969

2015-11-08

< gmaxwell> Has someone actually compared MTP to blocktime over the history of the bitcoin network to figure out what the median correction is precisely?
< GitHub174> [bitcoin] harding opened pull request #6968: [Docs] First-draft release notes for 0.11.2RC1 (0.11...release-notes-0.11.2) https://github.com/bitcoin/bitcoin/pull/6968
< harding> Luke-Jr, anyone else: for the release notes, should I include a paragraph like this one (updated to BIP65): https://bitcoin.org/en/release/v0.10.0#mining-and-relay-policy-enhancements
< harding> PRab: oh, I was looking for what to put on the release notes section of the Bitcoin.org website when 0.11.2 gets released. (We usually put up a draft PR when the RCs start getting built.)
< PRab> harding: Not quite release notes, but https://github.com/bitcoin/bitcoin/compare/v0.11.1...v0.11.2rc1 gives you the idea.
< harding> I see people gitian building 0.11.2RC1, but the release notes seem to be for 0.11.1. Is there somewhere else I should be looking for the notes? https://github.com/bitcoin/bitcoin/blob/v0.11.2rc1/doc/release-notes.md

2015-11-07

< GitHub183> [bitcoin] TheBlueMatt opened pull request #6967: Use Pieter's signing subkey instead of his primary key (master...verify-commits-fixes) https://github.com/bitcoin/bitcoin/pull/6967
< GitHub55> [bitcoin] TheBlueMatt closed pull request #6964: Use Pieter's signing subkey instead of his primary key (master...verify-commits-fixes) https://github.com/bitcoin/bitcoin/pull/6964
< GitHub160> bitcoin/0.11 984587a Wladimir J. van der Laan: bump version to 0.11.2
< GitHub160> [bitcoin] laanwj pushed 1 new commit to 0.11: https://github.com/bitcoin/bitcoin/commit/984587ac5d3e5593737605a89b442cf0a439a79a
< jgarzik> cfields, in bitcoin? where?
< jgarzik> cfields, FYI - we should be running "make $N_CPUS distcheck" in travis for bitcoin
< btcdrak> gmaxwell: sipa: petertodd: what do you think of this patch for the sequence numbers PR https://github.com/NicolasDorier/bitcoin/commit/5f24b6603407c78ae112ae82fd293ac24fbefb52
< GitHub189> [bitcoin] pstratem opened pull request #6966: Cache CWalletDB pointer in CWallet to improve performance (master...wallet_speedup) https://github.com/bitcoin/bitcoin/pull/6966
< gmaxwell> Bitcoin Core used to have a number of other adhoc additional security measures which have been dropped.

2015-11-06

< GitHub124> [bitcoin] TheBlueMatt opened pull request #6965: Benchmark sanity checks and fork checks in ConnectBlock (master...bench) https://github.com/bitcoin/bitcoin/pull/6965
< GitHub14> [bitcoin] TheBlueMatt opened pull request #6964: Benchmark sanity checks and fork checks in ConnectBlock (master...verify-commits-fixes) https://github.com/bitcoin/bitcoin/pull/6964
< gmaxwell> sdaftuar: a verify with libsecp256k1 as it's used in bitcoin core is 280 times slower than a single run of the sha256 compression function. That PR ends up calling the sha256 compression function twice.
< GitHub30> bitcoin/0.11 4e895b0 Pieter Wuille: Always flush block and undo when switching to new file...
< GitHub30> [bitcoin] laanwj pushed 1 new commit to 0.11: https://github.com/bitcoin/bitcoin/commit/4e895b08da5dc2dfa94ccefb24632062481a8d97
< GitHub120> bitcoin/0.11 01878c9 Alex Morcos: Fix locking in GetTransaction....
< GitHub120> bitcoin/0.11 b3eaa30 MarcoFalke: [Qt] Raise debug window when requested...
< GitHub120> bitcoin/0.11 9b9acc2 Diego Viola: Fix spelling of Qt
< GitHub120> [bitcoin] laanwj pushed 18 new commits to 0.11: https://github.com/bitcoin/bitcoin/compare/df616ae43ed4...6c31ac019f1b
< GitHub153> [bitcoin] laanwj closed pull request #6825: Backport bugfixes to 0.11 (2015-10-22 / f2c869a) (0.11...backport-bugfixes-to-0.11-20151014) https://github.com/bitcoin/bitcoin/pull/6825
< GitHub13> [bitcoin] MarcoFalke opened pull request #6962: translations: Don't translate markup or force English grammar (master...MarcoFalke-2015-translations) https://github.com/bitcoin/bitcoin/pull/6962
< GitHub98> [bitcoin] MarcoFalke opened pull request #6961: luke-jr constants (master...luke-jr-const) https://github.com/bitcoin/bitcoin/pull/6961
< arowser> gmaxwell: I got the the error: ‘EVENT_LOG_WARN’ when try to build master on ubuntu12.04, the libevent version is 2.0-5, and I found you got the same error in 10-21 https://botbot.me/freenode/bitcoin-core-dev/2015-10-21/?msg=52437191&page=2
< jonasschnelli> phantomcircuit: sure: https://bitcoin.jonasschnelli.ch/pulls/6954/
< GitHub62> [bitcoin] MarcoFalke opened pull request #6958: [trivial] Cleanup maxuploadtarget (doc & log) (master...MarcoFalke-2015-maxupload) https://github.com/bitcoin/bitcoin/pull/6958
< dcousens> what is "Work Queue depth exceeded" coming from the bitcoin rpc
< Luke-Jr> a claim/report that running std::bad_alloc can cause a corrupt chainstate.. https://www.reddit.com/r/Bitcoin/comments/3rp0jb/another_dos_attack_how_to_safely_restart_node/

2015-11-05

< GitHub152> [bitcoin] laanwj closed pull request #6955: [trivial] White space, clang-format and docs (master...MarcoFalke-2015-trivial4) https://github.com/bitcoin/bitcoin/pull/6955
< GitHub190> bitcoin/master e167af2 MarcoFalke: [doc] Remove excessive white space
< GitHub190> bitcoin/master e0eeb67 MarcoFalke: [trivial] clang-format: Set AlignAfterOpenBracket: false
< GitHub190> [bitcoin] laanwj pushed 4 new commits to master: https://github.com/bitcoin/bitcoin/compare/849a7e645323...4ee149a6db25
< GitHub190> bitcoin/master 0af8fe4 MarcoFalke: devtools: Update README.md
< GitHub118> bitcoin/master 849a7e6 Wladimir J. van der Laan: Merge pull request #6948...
< GitHub118> bitcoin/master 22e7807 Pieter Wuille: Always flush block and undo when switching to new file...
< GitHub118> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/3038eb63e8a6...849a7e645323
< GitHub29> [bitcoin] MarcoFalke opened pull request #6955: [trivial] White space, clang-format and docs (master...MarcoFalke-2015-trivial4) https://github.com/bitcoin/bitcoin/pull/6955
< GitHub182> [bitcoin] sipa opened pull request #6954: Switch to libsecp256k1-based ECDSA validation (master...secp256k1) https://github.com/bitcoin/bitcoin/pull/6954
< GitHub133> [bitcoin] TheBlueMatt closed pull request #5433: Make mempool-removed tracking much more explicit (master...mempoolconflict) https://github.com/bitcoin/bitcoin/pull/5433
< GitHub181> [bitcoin] TheBlueMatt closed pull request #5347: Make mapNextTx private within CTxMemPool (master...mapnexttxpriv) https://github.com/bitcoin/bitcoin/pull/5347
< GitHub125> [bitcoin] luke-jr opened pull request #6953: Backport bugfixes to 0.10 (2015-10-22 / f2c869a) (0.10...backport-bugfixes-to-0.10-20151014) https://github.com/bitcoin/bitcoin/pull/6953
< GitHub117> [bitcoin] luke-jr closed pull request #6952: Backport bugfixes to 0.10 (2015-10-22 / f2c869a) (master...backport-bugfixes-to-0.10-20151014) https://github.com/bitcoin/bitcoin/pull/6952
< GitHub136> [bitcoin] luke-jr opened pull request #6952: Backport bugfixes to 0.10 (2015-10-22 / f2c869a) (master...backport-bugfixes-to-0.10-20151014) https://github.com/bitcoin/bitcoin/pull/6952
< GitHub112> [bitcoin] TheBlueMatt closed pull request #6595: Fix removal of timelocked-txn from mempool during reorg (master...lockedmempool) https://github.com/bitcoin/bitcoin/pull/6595
< GitHub113> [bitcoin] MarcoFalke opened pull request #6951: [qt] Use maxTxFee instead of 10000000 (master...MarcoFalke-2015-qtMaxFee) https://github.com/bitcoin/bitcoin/pull/6951
< jonasschnelli> sipa: Yes. https://bitcoin.jonasschnelli.ch/pulls/6948/ Is the current master with your fixflush branch
< GitHub50> [bitcoin] morcos closed pull request #6857: Require nLastBlockFile to be the highest numbered file. (master...nLastBlockFile) https://github.com/bitcoin/bitcoin/pull/6857
< wumpus> it's worth trying, also you could try putting back the FlushFileBuffer in Flush () (eg https://github.com/bitcoin/bitcoin/pull/6917#issuecomment-152717077 )
< * jonasschnelli> is starting bitcoin-qt <master + #6948> after a power off hard shutdown...
< jonasschnelli> Yes. I'm using https://bitcoin.jonasschnelli.ch/pulls/6948/... has 22e780737db57bcb18b3824eb8158e19a4775cb6 and fb9857bfd68c13b52e14bc28dd981bc12501806a
< jonasschnelli> when i restore my snapshot based on a ~synced chain with #6917, bitcoin-core crashed,... but can be started again with 100% success. Can that be a problem? I assume no?
< jonasschnelli> restarted win8.1 ... restarted bitcoin-qt from 6948
< jonasschnelli> then i stopped bitcoin-qt and started bitcoin-qt from https://github.com/bitcoin/bitcoin/pull/6948
< jonasschnelli> Steps i did (maybe i did something wrong): my snapshot has a synced chain up to ~350000 form PR https://github.com/bitcoin/bitcoin/pull/6917
< GitHub41> bitcoin/0.11 df616ae Wladimir J. van der Laan: Merge pull request #6884...
< GitHub41> bitcoin/0.11 f720c5f Mark Friedenbach: Enable policy enforcing GetMedianTimePast as the end point of lock-time constraints...
< GitHub41> bitcoin/0.11 a1d3c6f Mark Friedenbach: Add rules--presently disabled--for using GetMedianTimePast as endpoint for lock-time calculations...
< GitHub115> [bitcoin] laanwj closed pull request #6884: Backport #6566, median-past locktime, rebased against 0.11 (0.11...mpl-0.11) https://github.com/bitcoin/bitcoin/pull/6884
< GitHub41> [bitcoin] laanwj pushed 3 new commits to 0.11: https://github.com/bitcoin/bitcoin/compare/2c8248552492...df616ae43ed4
< GitHub106> [bitcoin] laanwj closed pull request #6934: Restores mempool only BIP113 enforcement (master...undo_undo) https://github.com/bitcoin/bitcoin/pull/6934
< GitHub47> bitcoin/master 3038eb6 Wladimir J. van der Laan: Merge pull request #6934...
< GitHub47> bitcoin/master d1c3762 Gregory Maxwell: Revert "Revert "Enable policy enforcing GetMedianTimePast as the end point of lock-time constraints""...
< GitHub47> bitcoin/master e4e5334 Gregory Maxwell: Restore MedianTimePast for locktime....
< GitHub47> [bitcoin] laanwj pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/3694b74fa9c8...3038eb63e8a6
< GitHub35> [bitcoin] laanwj closed pull request #6726: AcceptToMemoryPool: Don't fee-check wallet-created transactions (master...MarcoFalke-2015-rejectWtxFix) https://github.com/bitcoin/bitcoin/pull/6726
< GitHub59> [bitcoin] laanwj closed pull request #6887: [qt] Update coin control and smartfee labels (master...MarcoFalke-2015-qtMaxMin_Fee_and_Max_Fee) https://github.com/bitcoin/bitcoin/pull/6887
< GitHub30> bitcoin/master 3694b74 Wladimir J. van der Laan: Merge pull request #6887...
< GitHub30> bitcoin/master 53238ff MarcoFalke: Clarify what minrelaytxfee does
< GitHub30> bitcoin/master abd8b76 MarcoFalke: [qt] Properly display required fee instead of minTxFee
< GitHub30> [bitcoin] laanwj pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/79456524f8f5...3694b74fa9c8
< jonasschnelli> wumpus : IIRC my script does add PRs on top of master before building the custom git state: https://bitcoin.jonasschnelli.ch/pulls/6917/
< jonasschnelli> wumpus: okay. So building https://github.com/bitcoin/bitcoin/pull/6948 on top of master should include #6917 i guess
< GitHub168> [bitcoin] laanwj closed pull request #6946: Update LevelDB tree to include #6917 (0.10) (0.10...leveldbfix0.10) https://github.com/bitcoin/bitcoin/pull/6946
< GitHub53> bitcoin/0.10 cbc4e3b Wladimir J. van der Laan: Merge pull request #6946...
< GitHub53> bitcoin/0.10 94b67e5 Pieter Wuille: Update LevelDB
< GitHub53> bitcoin/0.10 5216f3c Pieter Wuille: Squashed 'src/leveldb/' changes from 7d41e6f..20ca81f...
< GitHub53> [bitcoin] laanwj pushed 3 new commits to 0.10: https://github.com/bitcoin/bitcoin/compare/72a0adfb3c36...cbc4e3bd37da
< GitHub57> bitcoin/0.11 2c82485 Wladimir J. van der Laan: Merge pull request #6945...
< GitHub57> bitcoin/0.11 70de437 Pieter Wuille: Update LevelDB
< GitHub57> bitcoin/0.11 0af5b8e Pieter Wuille: Squashed 'src/leveldb/' changes from 7d41e6f..20ca81f...
< GitHub87> [bitcoin] laanwj closed pull request #6945: Update LevelDB tree to include #6917 (0.11) (0.11...leveldbfix0.11) https://github.com/bitcoin/bitcoin/pull/6945
< GitHub57> [bitcoin] laanwj pushed 3 new commits to 0.11: https://github.com/bitcoin/bitcoin/compare/dfe55bdc32b5...2c8248552492
< GitHub14> [bitcoin] laanwj closed pull request #6944: Update LevelDB tree to include #6917 (master...leveldbfix0.12) https://github.com/bitcoin/bitcoin/pull/6944
< GitHub127> bitcoin/master 7945652 Wladimir J. van der Laan: Merge pull request #6944...
< GitHub127> bitcoin/master f0343e9 Pieter Wuille: Update LevelDB
< GitHub127> bitcoin/master fb9857b Pieter Wuille: Squashed 'src/leveldb/' changes from 7d41e6f..20ca81f...
< GitHub127> [bitcoin] laanwj pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/193f7b553e0a...79456524f8f5
< GitHub187> [bitcoin] laanwj closed pull request #6919: Backport chainstate obfuscation to 0.11 (0.11...2015_10_backport_chainstate_obfuscation) https://github.com/bitcoin/bitcoin/pull/6919
< jonasschnelli> wumpus: what do you think by adding https://github.com/bitcoin/bitcoin/pull/6948 to 6917? It would at least allow me to easily generate a build over gitian.

2015-11-04

< GitHub146> [bitcoin] sipa opened pull request #6948: Always flush block and undo when switching to new file (master...fixflush) https://github.com/bitcoin/bitcoin/pull/6948
< GitHub128> [bitcoin] sipa opened pull request #6946: Update LevelDB tree to include #6917 (0.10) (0.10...leveldbfix0.10) https://github.com/bitcoin/bitcoin/pull/6946
< GitHub44> [bitcoin] sipa opened pull request #6945: Update LevelDB tree to include #6917 (0.11) (0.11...leveldbfix0.11) https://github.com/bitcoin/bitcoin/pull/6945
< GitHub124> [bitcoin] sipa opened pull request #6944: Update LevelDB tree to include #6917 (master...leveldbfix0.12) https://github.com/bitcoin/bitcoin/pull/6944
< belcher> hmm, so the bitcoin 0.11 you can download from the website doesnt have it? but later commits on the github add it in
< GitHub46> [bitcoin] pstratem opened pull request #6943: [WIP] Wallet: Store hash for encrypted keys (master...ckey_hash) https://github.com/bitcoin/bitcoin/pull/6943
< gmaxwell> But we do not couple soft-forks to bitcoin core major releases.
< davec> I brought it up over in bitcoin-dev, but I'll put it here too for visibility. As of block 583930 on testnet, the CLTV soft fork is active although there is a lot of hash power still mining under the pre-CLTV rules.
< GitHub108> [bitcoin] peterjosling opened pull request #6942: Fix CCoins serialization documentation (master...docfix) https://github.com/bitcoin/bitcoin/pull/6942
< GitHub165> [bitcoin] jonathancross opened pull request #6940: Improving labels for Sent / Received "Bytes" (master...patch-1) https://github.com/bitcoin/bitcoin/pull/6940
< GitHub178> [bitcoin] laanwj closed pull request #6917: leveldb: Win32WritableFile without memory mapping (master...2015_10_leveldb_win_nomap) https://github.com/bitcoin/bitcoin/pull/6917
< GitHub40> [bitcoin] laanwj closed pull request #6938: build: If both Qt4 and Qt5 are installed, use Qt5 (master...2015_11_prefer_qt5) https://github.com/bitcoin/bitcoin/pull/6938
< GitHub145> bitcoin/master 193f7b5 Wladimir J. van der Laan: Merge pull request #6938...
< GitHub145> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/c702521a8564...193f7b553e0a
< GitHub145> bitcoin/master dbacc69 Wladimir J. van der Laan: build: If both Qt4 and Qt5 are installed, use Qt5...
< GitHub17> [bitcoin] MarcoFalke closed pull request #6939: [wallet] [qa] check MAX_STANDARD_TX_SIZE (master...MarcoFalke-2015-largeTx) https://github.com/bitcoin/bitcoin/pull/6939
< GitHub18> [bitcoin] laanwj closed pull request #6864: [qt] Use monospace font (master...MarcoFalke-2015-qtMonospace) https://github.com/bitcoin/bitcoin/pull/6864
< GitHub84> bitcoin/master 268b79e MarcoFalke: [qt] rpcconsole: Scale monospace font to 95%
< GitHub84> bitcoin/master c702521 Wladimir J. van der Laan: Merge pull request #6864...
< GitHub84> bitcoin/master 28313b8 MarcoFalke: [qt] Use fixed pitch font for the rpc console...
< GitHub84> [bitcoin] laanwj pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/8a95a18562b2...c702521a8564
< GitHub61> [bitcoin] MarcoFalke opened pull request #6939: [wallet] [qa] check MAX_STANDARD_TX_SIZE (master...MarcoFalke-2015-largeTx) https://github.com/bitcoin/bitcoin/pull/6939
< GitHub90> [bitcoin] laanwj closed pull request #6669: [wallet] Refactor to use new MIN_CHANGE (master...MarcoFalke-2015-walletCleanup) https://github.com/bitcoin/bitcoin/pull/6669
< GitHub172> bitcoin/master 6342a48 MarcoFalke: Init: Use DEFAULT_TRANSACTION_MINFEE in help message
< GitHub172> bitcoin/master 6b0e622 MarcoFalke: [wallet] Refactor to use new MIN_CHANGE...
< GitHub172> bitcoin/master a9c73a1 MarcoFalke: [wallet] Add comments for doxygen
< GitHub172> [bitcoin] laanwj pushed 4 new commits to master: https://github.com/bitcoin/bitcoin/compare/aa03fb35c4b3...8a95a18562b2
< MarcoFalke> wumpus, anything left to improve https://github.com/bitcoin/bitcoin/pull/6669 ?
< GitHub24> [bitcoin] laanwj closed pull request #6927: Fix ZMQ Notification initialization and shutdown (master...bugfix/zmq-initialization-shutdown) https://github.com/bitcoin/bitcoin/pull/6927
< GitHub11> bitcoin/master aa03fb3 Wladimir J. van der Laan: Merge pull request #6927...
< GitHub11> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/29c3c43e19ca...aa03fb35c4b3
< GitHub11> bitcoin/master de0499d João Barbosa: Fix ZMQ Notification initialization and shutdown...
< GitHub159> [bitcoin] laanwj closed pull request #6933: build: Improve build instructions (master...2015_10_modernize_linux_build_instructions) https://github.com/bitcoin/bitcoin/pull/6933
< GitHub113> bitcoin/master 29c3c43 Wladimir J. van der Laan: Merge pull request #6933...
< GitHub113> bitcoin/master 35bb381 Wladimir J. van der Laan: build: Improve build instructions...
< GitHub113> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/aca0c00ae1fc...29c3c43e19ca
< GitHub120> [bitcoin] laanwj opened pull request #6938: build: If both Qt4 and Qt5 are installed, use Qt5 (master...2015_11_prefer_qt5) https://github.com/bitcoin/bitcoin/pull/6938
< GitHub126> [bitcoin] laanwj closed pull request #6905: Use constants and minor fixes by luke-jr (master...lukejr-constants-no-mergeConf) https://github.com/bitcoin/bitcoin/pull/6905
< GitHub158> bitcoin/master 5f9260f Luke Dashjr: Bugfix: If genproclimit is omitted to RPC setgenerate, don't change it; also show correct default in getmininginfo
< GitHub158> bitcoin/master 420a82f Luke Dashjr: Bugfix: Describe dblogsize option correctly (it refers to the wallet database, not memory pool)
< GitHub158> bitcoin/master caa3d42 Luke Dashjr: Bugfix: RPC: blockchain: Display correct defaults in help for verifychain method
< GitHub158> [bitcoin] laanwj pushed 5 new commits to master: https://github.com/bitcoin/bitcoin/compare/42f339ef780b...aca0c00ae1fc
< jonasschnelli> wumpus: I'm using default values... just double-clicked bitcoin-qt.exe
< jonasschnelli> wumpus: regarding https://github.com/bitcoin/bitcoin/pull/6917#issuecomment-153667846 ... do you thing a sudden VMWare shutdown will emulate the problem realistic enought?
< midnightmagic> You *may* wish to temporarily /mode * +b $j:#bitcoin-global-bans while we track that guy.
< GitHub186> [bitcoin] arowser opened pull request #6937: Fix Boots 1.58.0 build for mips arch (master...mips-options-fix) https://github.com/bitcoin/bitcoin/pull/6937
< GitHub123> [bitcoin] gmaxwell closed pull request #6935: 0.10 (master...0.10) https://github.com/bitcoin/bitcoin/pull/6935

2015-11-03

< GitHub187> [bitcoin] morcos opened pull request #6936: [WIP] Keep pcoinsTip cache warm (master...HotCache) https://github.com/bitcoin/bitcoin/pull/6936
< Luke-Jr> JoyStick: lack of answers in #bitcoin is not a reason to ask support questions here.
< Luke-Jr> JoyStick: rule 1) never ask to ask, just ask; rule 2) if it isn't *development-related*, ask in #bitcoin
< GitHub139> [bitcoin] SegfredB opened pull request #6935: 0.10 (master...0.10) https://github.com/bitcoin/bitcoin/pull/6935
< GitHub128> [bitcoin] gmaxwell opened pull request #6934: Restores mempool only BIP113 enforces (master...undo_undo) https://github.com/bitcoin/bitcoin/pull/6934
< GitHub39> [bitcoin] jtimon closed pull request #6068: Policy: Create CPolicy interface and CStandardPolicy class implementing it (master...policy_new) https://github.com/bitcoin/bitcoin/pull/6068
< wumpus> nice, bitcoin-qt works as-is in QtWayland in Weston w/ no X server. Prepared for the future :)
< GitHub197> [bitcoin] laanwj opened pull request #6933: build: Improve build instructions (master...2015_10_modernize_linux_build_instructions) https://github.com/bitcoin/bitcoin/pull/6933
< GitHub131> [bitcoin] laanwj closed pull request #6930: build: don't distribute tests_config.py (master...2015_11_testsconfig_nodist) https://github.com/bitcoin/bitcoin/pull/6930
< GitHub83> bitcoin/master 42f339e Wladimir J. van der Laan: Merge pull request #6930...
< GitHub83> bitcoin/master ff2a2af Wladimir J. van der Laan: build: don't distribute tests_config.py...
< GitHub83> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/8fe30fb4d130...42f339ef780b
< GitHub1> [bitcoin] morcos opened pull request #6932: ModifyNewCoins saves database lookups (master...newCoinsThinAir) https://github.com/bitcoin/bitcoin/pull/6932
< GitHub30> [bitcoin] morcos opened pull request #6931: Skip BIP 30 verification where not necessary (master...skipBIP30) https://github.com/bitcoin/bitcoin/pull/6931

2015-11-02

< GitHub153> [bitcoin] laanwj reopened pull request #6248: Fix Qt build on arch by setting -fPIC (master...archbuild) https://github.com/bitcoin/bitcoin/pull/6248
< GitHub48> [bitcoin] laanwj closed pull request #6928: Revert MedianTimePast / mempool-only BIP113 (master...undo_113) https://github.com/bitcoin/bitcoin/pull/6928
< GitHub99> bitcoin/master 8fe30fb Wladimir J. van der Laan: Merge pull request #6928...
< GitHub99> bitcoin/master 40cd32e Gregory Maxwell: Revert "Add rules--presently disabled--for using GetMedianTimePast as endpoint for lock-time calculations"...
< GitHub99> bitcoin/master 8537ecd Gregory Maxwell: Revert "Enable policy enforcing GetMedianTimePast as the end point of lock-time constraints"...
< GitHub99> [bitcoin] laanwj pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/a6d0d623fc95...8fe30fb4d130
< GitHub87> [bitcoin] laanwj closed pull request #6902: policy: Add new constant MAX_STANDARD_MULTISIG_KEYS (master...multisig_keys) https://github.com/bitcoin/bitcoin/pull/6902
< GitHub198> [bitcoin] laanwj closed pull request #6839: clang-format: Recently added files (master...MarcoFalke-2015-clangFormatRecent) https://github.com/bitcoin/bitcoin/pull/6839
< GitHub122> [bitcoin] laanwj closed pull request #6926: tests: Initialize networking on windows (master...2015_10_tests_networking_init) https://github.com/bitcoin/bitcoin/pull/6926
< GitHub27> bitcoin/master a6d0d62 Wladimir J. van der Laan: Merge pull request #6926...
< GitHub27> bitcoin/master 7497e80 Wladimir J. van der Laan: tests: Initialize networking on windows
< GitHub27> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/02a95be97759...a6d0d623fc95
< GitHub164> [bitcoin] laanwj closed pull request #6925: Added zmq flag for owned transactions (master...master) https://github.com/bitcoin/bitcoin/pull/6925
< GitHub36> [bitcoin] laanwj opened pull request #6930: build: don't distribute tests_config.py (master...2015_11_testsconfig_nodist) https://github.com/bitcoin/bitcoin/pull/6930

2015-11-01

< Eliel_> http://pastebin.com/Phkhh128 (yes, the Invalid Bitcoin Address thing is intentional)
< Eliel_> bitcoin-cli help sendmany
< Eliel_> It looks like the curl example in the help text you get with "bitcoin-cli help" does not work as is. It has the address list doubly JSON encoded while bitcoind doesn't expect two layers of JSON as input.
< GitHub136> [bitcoin] gmaxwell opened pull request #6928: Revert MedianTimePast / mempool-only BIP113 (master...undo_113) https://github.com/bitcoin/bitcoin/pull/6928
< GitHub127> [bitcoin] promag opened pull request #6927: Fix ZMQ Notification initialization and shutdown (master...bugfix/zmq-initialization-shutdown) https://github.com/bitcoin/bitcoin/pull/6927
< GitHub110> bitcoin/0.10 72a0adf Wladimir J. van der Laan: qt: Final translations update on 0.10 branch...
< GitHub110> [bitcoin] laanwj pushed 1 new commit to 0.10: https://github.com/bitcoin/bitcoin/commit/72a0adfb3c364173d28bab03bf46349ab696c107
< GitHub96> bitcoin/master 02a95be Wladimir J. van der Laan: qt: translation update prior to opening 0.12 translations...
< GitHub96> [bitcoin] laanwj pushed 1 new commit to master: https://github.com/bitcoin/bitcoin/commit/02a95be97759e70d9e7537775c95eec219c8333e
< GitHub76> [bitcoin] laanwj opened pull request #6926: tests: Initialize networking on windows (master...2015_10_tests_networking_init) https://github.com/bitcoin/bitcoin/pull/6926

2015-10-31

< GitHub162> [bitcoin] BTCDDev opened pull request #6925: Added zmq flag for owned transactions (master...master) https://github.com/bitcoin/bitcoin/pull/6925
< GitHub0> [bitcoin] Diapolo closed pull request #5466: [Qt] log cert errors for payment requests and harden test-cases (master...pr_harden_certchecks) https://github.com/bitcoin/bitcoin/pull/5466
< GitHub180> [bitcoin] Diapolo closed pull request #6309: [Qt] simplify code for third party TX urls handling (master...txurls) https://github.com/bitcoin/bitcoin/pull/6309
< GitHub100> [bitcoin] Diapolo closed pull request #6371: banlist updates (master...banlist) https://github.com/bitcoin/bitcoin/pull/6371
< GitHub49> [bitcoin] Diapolo closed pull request #6710: [Qt] polish new ban ui from #6315 (master...polish_ban_ui) https://github.com/bitcoin/bitcoin/pull/6710
< GitHub161> [bitcoin] Diapolo closed pull request #6922: minor updates/changes in txmempool.h/.cpp (master...txmempool) https://github.com/bitcoin/bitcoin/pull/6922
< GitHub197> [bitcoin] laanwj closed pull request #6920: remove unneded include from rpcserver.cpp and rpcclient.cpp (master...univalue) https://github.com/bitcoin/bitcoin/pull/6920
< GitHub125> [bitcoin] laanwj closed pull request #6921: [Trivial] remove unneeded spaces from init.cpp (master...trivial_typo_space) https://github.com/bitcoin/bitcoin/pull/6921
< GitHub104> [bitcoin] laanwj closed pull request #6883: Add BIP65 CHECKLOCKTIMEVERIFY to release notes (master...cltv-release-notes-v0.12.0) https://github.com/bitcoin/bitcoin/pull/6883
< GitHub88> bitcoin/master a6e80e4 Wladimir J. van der Laan: Merge pull request #6883...
< GitHub88> bitcoin/master c939792 Peter Todd: Add BIP65 CHECKLOCKTIMEVERIFY to release notes
< GitHub88> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/48b5b84ee511...a6e80e401716
< wumpus> I don't think so (you may be better off asking in #bitcoin though, apart from the counting methodology this is not essentially dev related)
< wumpus> "strip: unable to rename 'bitcoin-qt.exe'; reason: File exists"
< GitHub10> [bitcoin] Diapolo opened pull request #6922: minor updates/changes in txmempool.h/.cpp (master...txmempool) https://github.com/bitcoin/bitcoin/pull/6922
< wumpus> (and the Sync requires an ugly construct to unwrap the file handle then, as we do here https://github.com/bitcoin/bitcoin/blob/master/src/util.cpp#L608 )
< GitHub69> [bitcoin] Diapolo opened pull request #6921: [Trivial] remove unneeded spaces from init.cpp (master...trivial_typo_space) https://github.com/bitcoin/bitcoin/pull/6921
< GitHub48> [bitcoin] Diapolo opened pull request #6920: remove unneded include from rpcserver.cpp and rpcclient.cpp (master...univalue) https://github.com/bitcoin/bitcoin/pull/6920
< GitHub195> [bitcoin] laanwj opened pull request #6919: Backport chainstate obfuscation to 0.11 (0.11...2015_10_backport_chainstate_obfuscation) https://github.com/bitcoin/bitcoin/pull/6919
< belcher> oh damn this channel, didnt realise, ask in #bitcoin
< diegoviola> will bitcoin core implement SPV like electrum and seeds?

2015-10-30

< GitHub146> [bitcoin] laanwj closed pull request #6906: Reject invalid pubkeys when reading ckey items from the wallet. (master...ckey_pubkey_check) https://github.com/bitcoin/bitcoin/pull/6906
< GitHub164> bitcoin/master 48b5b84 Wladimir J. van der Laan: Merge pull request #6906...
< GitHub164> bitcoin/master 30d9662 Gregory Maxwell: Reject invalid pubkeys when reading ckey items from the wallet....
< GitHub164> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/d482c0a7b246...48b5b84ee511
< GitHub192> [bitcoin] laanwj closed pull request #6896: Make -checkmempool=1 not fail through int32 overflow (master...fixchainsize) https://github.com/bitcoin/bitcoin/pull/6896
< GitHub43> bitcoin/master d482c0a Wladimir J. van der Laan: Merge pull request #6896...
< GitHub43> bitcoin/master e9e6163 Pieter Wuille: Make -checkmempool=1 not fail through int32 overflow
< GitHub43> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/725539ea0376...d482c0a7b246
< GitHub83> [bitcoin] laanwj closed pull request #6893: forward-declare univalue in rpcclient + remove include in rpcserver.cpp (master...univalue) https://github.com/bitcoin/bitcoin/pull/6893
< GitHub91> [bitcoin] sipa opened pull request #6918: Make sigcache faster, more efficient, larger (master...smallsigcache) https://github.com/bitcoin/bitcoin/pull/6918
< gmaxwell> I expect most of the work related to my NBD suggestion will be discovering that all filesystems are broken, and being unable to get results against bitcoin until the file systems are fixed. :(
< GitHub21> [bitcoin] laanwj opened pull request #6917: leveldb: Win32WritableFile without memory mapping (master...2015_10_leveldb_win_nomap) https://github.com/bitcoin/bitcoin/pull/6917
< wumpus> replaced the leveldb win32 writable file, let's see how it goes https://github.com/laanwj/bitcoin/commit/86050deaabe7ca0a19db1c5a65e3174c9cb14511
< GitHub118> [bitcoin] sipa closed pull request #6916: Remove BIP30 enforcement, as it is impossible to trigger since BIP34 (master...nobip30) https://github.com/bitcoin/bitcoin/pull/6916
< GitHub92> [bitcoin] sipa opened pull request #6916: Remove BIP30 enforcement, as it is impossible to trigger since BIP34 (master...nobip30) https://github.com/bitcoin/bitcoin/pull/6916
< wumpus> https://github.com/bitcoin/bitcoin/blob/master/src/leveldb/util/env_win.cc#L587 shouldn't the FlushFuleBuffers and FlushViewOfFile be the other way around?
< wumpus> and not sure bitcoin core should be resilient to motherboard-bends-while-application-is-running crashes :-)
< wumpus> cfields: what would be the best way to include the windows determinism postprocessing in the gitian build (in https://github.com/bitcoin/bitcoin/pull/6900) - call it from the descriptor or 'make'?
< GitHub158> [bitcoin] laanwj closed pull request #6913: 0.11 (master...0.11) https://github.com/bitcoin/bitcoin/pull/6913
< dcousens> sipa: conceptually, how does https://github.com/bitcoin/bitcoin/pull/6914 save memory, except that in some cases it is allocated on the stack?
< GitHub7> [bitcoin] sdaftuar opened pull request #6915: [Mempool] Improve removal of invalid transactions after reorgs (master...fix-reorg-handling) https://github.com/bitcoin/bitcoin/pull/6915