2016-06-14

< GitHub55> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/b67a4726dfc3...520161480eb1
< GitHub22> [bitcoin] laanwj closed pull request #8035: [Wallet] Add simplest BIP32/deterministic key generation implementation (master...2016/05/simplest_hd) https://github.com/bitcoin/bitcoin/pull/8035
< GitHub46> bitcoin/master 17c0131 Jonas Schnelli: [Docs] Add release notes and bip update for Bip32/HD wallets
< GitHub46> bitcoin/master c022e5b Jonas Schnelli: [Wallet] use constant for bip32 hardened key limit
< GitHub46> bitcoin/master f190251 Jonas Schnelli: [Wallet] Add simplest BIP32/deterministic key generation implementation
< GitHub46> [bitcoin] laanwj pushed 5 new commits to master: https://github.com/bitcoin/bitcoin/compare/cca1c8cff011...b67a4726dfc3
< GitHub13> [bitcoin] laanwj closed pull request #7186: [WIP] Backports for 0.10.5 (updated to 93ca5a3) (0.10...backports-for-0.10.5) https://github.com/bitcoin/bitcoin/pull/7186
< jonasschnelli> Okay. Testing now with the new windows descriptor: https://bitcoin.jonasschnelli.ch/pulls/7636/
< GitHub108> [bitcoin] laanwj closed pull request #8194: [gitian] set correct PATH for wrappers (master...Mf1606-gitianPath) https://github.com/bitcoin/bitcoin/pull/8194
< GitHub69> bitcoin/master cca1c8c Wladimir J. van der Laan: Merge #8194: [gitian] set correct PATH for wrappers...
< GitHub69> bitcoin/master fa61756 MarcoFalke: [gitian] set correct PATH for wrappers
< GitHub69> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/8c1d5ebd1706...cca1c8cff011
< GitHub102> [bitcoin] laanwj closed pull request #8197: [trivial] Ignore split-debug.sh (master...ignore-split-debug) https://github.com/bitcoin/bitcoin/pull/8197
< GitHub28> bitcoin/master 8c1d5eb Wladimir J. van der Laan: Merge #8197: [trivial] Ignore split-debug.sh...
< GitHub28> bitcoin/master 01a9904 fanquake: [trivial] Ignore split-debug.sh
< GitHub28> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/36b74002f840...8c1d5ebd1706
< jonasschnelli> wumpus: windows gitian builds still broken? https://bitcoin.jonasschnelli.ch/nightlybuilds/2016-06-14/build-win.log (check bottom)
< GitHub151> [bitcoin] jonasschnelli closed pull request #8200: [Tests] Fix fundrawtransaction feerate test (master...2016/06/fix_frt_test) https://github.com/bitcoin/bitcoin/pull/8200
< jonasschnelli> sipa: Okay. testnet-seed.bitcoin.jonasschnelli.ch is up and running again.
< jonasschnelli> sipa... hm... testnet-seed.bitcoin.jonasschnelli.ch seems to run but doesn't return a result.
< GitHub6> [bitcoin] laanwj closed pull request #8201: [qa] fundrawtransaction: Fix race, assert amounts (master...Mf1606-qaFundraw) https://github.com/bitcoin/bitcoin/pull/8201
< GitHub116> bitcoin/master 36b7400 Wladimir J. van der Laan: Merge #8201: [qa] fundrawtransaction: Fix race, assert amounts...
< GitHub116> bitcoin/master fae1d06 MarcoFalke: [qa] fundrawtransaction: Fix race, assert amounts
< GitHub116> bitcoin/master fa26c42 MarcoFalke: [qa] util: Move check_fee_amount out of wallet.py
< GitHub116> [bitcoin] laanwj pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/be9711e59707...36b74002f840
< helo> #bitcoin is better to discuss trivialities like this
< whu> Is there any plan to move from POW to POS for bitcoin ??

2016-06-13

< sipa> nor does testnet-seed.bitcoin.jonasschnelli.ch
< GitHub142> [bitcoin] MarcoFalke opened pull request #8201: [qa] fundrawtransaction: Fix race, assert amounts (master...Mf1606-qaFundraw) https://github.com/bitcoin/bitcoin/pull/8201
< GitHub8> [bitcoin] laanwj closed pull request #7749: Enforce expected outbound services (master...checkservices) https://github.com/bitcoin/bitcoin/pull/7749
< GitHub172> bitcoin/master 5e7ab16 Pieter Wuille: Only store and connect to NODE_NETWORK nodes
< GitHub172> bitcoin/master fc83f18 Pieter Wuille: Verify that outbound connections have expected services
< GitHub172> bitcoin/master 3764dec Pieter Wuille: Keep addrman's nService bits consistent with outbound observations
< GitHub172> [bitcoin] laanwj pushed 7 new commits to master: https://github.com/bitcoin/bitcoin/compare/44c1b1c9bb54...be9711e59707
< GitHub93> [bitcoin] sipa closed pull request #8199: Avoid test bug introduced in #7967 (master...fixfund) https://github.com/bitcoin/bitcoin/pull/8199
< GitHub162> [bitcoin] jonasschnelli opened pull request #8200: [Tests] Fix fundrawtransaction feerate test (master...2016/06/fix_frt_test) https://github.com/bitcoin/bitcoin/pull/8200
< sipa> File "/home/pw/git/bitcoin/qa/rpc-tests/test_framework/test_framework.py", line 144, in main
< GitHub39> [bitcoin] sipa opened pull request #8199: Avoid test bug introduced in #7967 (master...fixfund) https://github.com/bitcoin/bitcoin/pull/8199
< GitHub100> [bitcoin] fanquake opened pull request #8198: [trivial] Sync ax_pthread with upstream draft4 (master...sync-pthread) https://github.com/bitcoin/bitcoin/pull/8198
< GitHub67> [bitcoin] fanquake opened pull request #8197: [trivial] Ignore split-debug.sh (master...ignore-split-debug) https://github.com/bitcoin/bitcoin/pull/8197
< GitHub159> [bitcoin] laanwj force-pushed master from 384b99e to 44c1b1c: https://github.com/bitcoin/bitcoin/commits/master
< GitHub191> bitcoin/master 384b99e MarcoFalke: [docUpdate git-subtree-check.sh README
< GitHub191> [bitcoin] MarcoFalke pushed 1 new commit to master: https://github.com/bitcoin/bitcoin/commit/384b99e4082cc90d7a92c31a7827ac2fbcfb2eee
< GitHub75> [bitcoin] laanwj closed pull request #8141: Continuing port of java comparison tool (master...ba-comptool) https://github.com/bitcoin/bitcoin/pull/8141
< GitHub191> bitcoin/master 12c5a16 mrbandrews: Catch exceptions from non-canonical encoding and print only to log
< GitHub191> bitcoin/master 8c9e681 mrbandrews: Tests: Rework blockstore to avoid re-serialization.
< GitHub191> bitcoin/master 291f8aa mrbandrews: Continuing port of java comptool
< GitHub191> [bitcoin] laanwj pushed 5 new commits to master: https://github.com/bitcoin/bitcoin/compare/e1486eb95c50...44c1b1c9bb54
< GitHub4> [bitcoin] laanwj closed pull request #7598: Refactor CreateNewBlock to be a method of the BlockAssembler class (master...BlockAssembler) https://github.com/bitcoin/bitcoin/pull/7598
< GitHub61> bitcoin/master c2dd5a3 Alex Morcos: FIX: correctly measure size of priority block
< GitHub61> bitcoin/master a278764 Alex Morcos: FIX: Account for txs already added to block in addPriorityTxs
< GitHub61> bitcoin/master 4dc94d1 Alex Morcos: Refactor CreateNewBlock to be a method of the BlockAssembler class
< GitHub61> [bitcoin] laanwj pushed 4 new commits to master: https://github.com/bitcoin/bitcoin/compare/37c98307ac76...e1486eb95c50
< GitHub36> [bitcoin] laanwj closed pull request #7622: Increase DEFAULT_BLOCK_MAX_SIZE to 1MB (master...increaseDefaultBlockSize) https://github.com/bitcoin/bitcoin/pull/7622
< GitHub163> bitcoin/master 37c9830 Wladimir J. van der Laan: Merge #8193: [trivial][doc] Use Debian 8.5 in the gitian-build guide...
< GitHub17> [bitcoin] laanwj closed pull request #8193: [trivial][doc] Use Debian 8.5 in the gitian-build guide (master...gitian-debian-85) https://github.com/bitcoin/bitcoin/pull/8193
< GitHub163> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/65a9d7dcdcb2...37c98307ac76
< GitHub163> bitcoin/master b0938a0 fanquake: [trivial][doc] Use Debian 8.5 in the gitian-build guide
< GitHub135> [bitcoin] laanwj closed pull request #8188: Add armhf/aarch64 gitian builds (master...arm-bins) https://github.com/bitcoin/bitcoin/pull/8188
< GitHub37> bitcoin/master 65a9d7d Wladimir J. van der Laan: Merge #8188: Add armhf/aarch64 gitian builds...
< GitHub37> bitcoin/master 9d25362 Cory Fields: build: add armhf/aarch64 gitian builds...
< GitHub37> bitcoin/master 980e7eb Cory Fields: depends: only build qt on linux for x86_64/x86
< GitHub37> [bitcoin] laanwj pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/3e4cf8fe2644...65a9d7dcdcb2

2016-06-12

< sipa> or #bitcoin
< sipa> or #bitcoin-pricetalk
< whu> I dont know whether this question is appropriate for this forum... but do you think Brexit will be good for bitcoin ?
< whu> Hi .. Hi how can I run bitcoin core such that it only cares about the accepted blocks and not the rest of the p2p stuff ?
< GitHub3> [bitcoin] MarcoFalke opened pull request #8194: [gitian] set correct PATH for wrappers (master...Mf1606-gitianPath) https://github.com/bitcoin/bitcoin/pull/8194
< GitHub158> [bitcoin] fanquake opened pull request #8193: [trivial][doc] Use Debian 8.5 in the gitian-build guide (master...gitian-debian-85) https://github.com/bitcoin/bitcoin/pull/8193
< GitHub196> [bitcoin] fanquake opened pull request #8192: [trivial] Add a link to the Bitcoin-Core repository to the About Dialog (master...source-code-link) https://github.com/bitcoin/bitcoin/pull/8192

2016-06-11

< GitHub59> [bitcoin] paveljanik opened pull request #8191: Do not shadow variables in src/wallet (master...20160611_shadowing_wallet) https://github.com/bitcoin/bitcoin/pull/8191
< GitHub131> [bitcoin] pstratem closed pull request #8088: Avoid recalculating vchKeyedNetGroup in eviction logic. (master...2016-05-22-efficient-keyed-eviction) https://github.com/bitcoin/bitcoin/pull/8088

2016-06-10

< cfields_> cory@cory-i7:~/dev/bitcoin(arm-bins)$ date
< GitHub39> [bitcoin] theuni closed pull request #6526: Move blocksize and related parameters to consensusparams (master...blocksize-consensus) https://github.com/bitcoin/bitcoin/pull/6526
< GitHub135> [bitcoin] instagibbs opened pull request #8189: rename mapAddrCount to mapNetGroupNodes (master...mapAddrCounts) https://github.com/bitcoin/bitcoin/pull/8189
< GitHub145> [bitcoin] laanwj closed pull request #8067: travis: use slim generic image, and some fixups (master...travis-generic-image) https://github.com/bitcoin/bitcoin/pull/8067
< GitHub66> bitcoin/master 2ca8962 Cory Fields: travis: use slim generic image, and some fixups...
< GitHub66> bitcoin/master 3e4cf8f Wladimir J. van der Laan: Merge #8067: travis: use slim generic image, and some fixups...
< GitHub66> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/67db011e1259...3e4cf8fe2644
< MarcoFalke> At least it is the same error I reported here: https://github.com/bitcoin/bitcoin/pull/7283#issuecomment-208076819
< GitHub177> [bitcoin] laanwj closed pull request #8177: developer notes: updates for C++11 (master...no-c-casts) https://github.com/bitcoin/bitcoin/pull/8177
< GitHub143> bitcoin/master 67db011 Wladimir J. van der Laan: Merge #8177: developer notes: updates for C++11...
< GitHub143> bitcoin/master 654a211 Kaz Wesley: developer notes: updates for C++11...
< GitHub143> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/ac8d0418ed28...67db011e1259
< GitHub15> [bitcoin] theuni opened pull request #8188: Add armhf/aarch64 gitian builds (master...arm-bins) https://github.com/bitcoin/bitcoin/pull/8188
< GitHub163> bitcoin/master ac8d041 Wladimir J. van der Laan: qt: translations update
< GitHub163> [bitcoin] laanwj pushed 1 new commit to master: https://github.com/bitcoin/bitcoin/commit/ac8d0418ed2891311cb786f32d39a54242aa2759
< GitHub24> [bitcoin] laanwj closed pull request #8133: build: Finish up out-of-tree changes (master...out-of-tree-clean) https://github.com/bitcoin/bitcoin/pull/8133
< GitHub14> bitcoin/master fc4ad0c Cory Fields: build: more out-of-tree fixups...
< GitHub14> bitcoin/master ab95d5d Cory Fields: build: a few ugly hacks to get the rpc tests working out-of-tree...
< GitHub14> bitcoin/master 0cb0f26 Cory Fields: build: out-of-tree fixups...
< GitHub14> [bitcoin] laanwj pushed 8 new commits to master: https://github.com/bitcoin/bitcoin/compare/9201ce8f2f34...fde0ac403c78
< GitHub127> [bitcoin] laanwj closed pull request #8181: build: Get rid of `CLIENT_DATE` (master...2016_06_bye_client_date) https://github.com/bitcoin/bitcoin/pull/8181
< GitHub113> bitcoin/master 9201ce8 Wladimir J. van der Laan: Merge #8181: build: Get rid of `CLIENT_DATE`...
< GitHub113> bitcoin/master d096d22 Wladimir J. van der Laan: build: Get rid of `CLIENT_DATE`...
< GitHub113> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/32b7294177e5...9201ce8f2f34

2016-06-09

< GitHub153> [bitcoin] MarcoFalke opened pull request #8187: [WIP] [0.12.2] backport: [qa] Switch to py3 (0.12...Mf1606-qaPy3Backport) https://github.com/bitcoin/bitcoin/pull/8187
< GitHub176> [bitcoin] MarcoFalke opened pull request #8186: [0.12.2] backport: getblockchaininfo: make bip9_softforks an object, not an array. (0.12...Mf1606-rpcBip9Backport) https://github.com/bitcoin/bitcoin/pull/8186
< GitHub89> [bitcoin] MarcoFalke opened pull request #8185: [0.12.2] Various qa and test backports (0.12...Mf1606-qaBackports) https://github.com/bitcoin/bitcoin/pull/8185
< luke-jr> cfields_: review of https://github.com/bitcoin/bitcoin/pull/5872 ? :D
< luke-jr> (ugh, Travis is apparently "detecting abuse" on the Bitcoin code itself, so every clone will be affected?)
< petertodd> sipa: or, to be precise if there is that means Bitcoin is more broken than that
< btcdrak> jeremyrubin: see out lifecycle docs https://github.com/bitcoin-core/bitcoincore.org/pull/179
< luke-jr> jeremyrubin: segwit is a major change to Bitcoin - not Bitcoin Core.
< wumpus> jeremyrubin: I'm not sure. I have no idea what autogen.sh would be spending time on. But it seems more a GNU problem thatn a bitcoin core problem :)
< luke-jr> jonasschnelli: I'm thinking more of Bitcoin-Qt
< jonasschnelli> I think adding cross compile depends options for ARM and AARCH64 would also reduce the "memory problem" (at least the amount of complains): https://github.com/bitcoin/bitcoin/issues/8162
< wumpus> seek/read access for source files is only a problem for really huge projects, and then especially when the source is hosted on some horrible network file system (like clearcase), in any case bitcoin doesn't even come close
< gmaxwell> We have docs that say 1.5GB, they're gonna be like the blocksize on bitcoin.org :)
< wumpus> last meeting there was talk of release lifecycles documentation, btcdrak and David Harding have been working on that page here: https://github.com/bitcoin-core/bitcoincore.org/pull/179 https://github.com/btcdrak/bitcoincore.org/pull/2 this needs review
< wumpus> #link 0.13 release schedule: https://github.com/bitcoin/bitcoin/issues/7679
< GitHub16> [bitcoin] theuni opened pull request #8184: WIP: OSX toolchain bump (master...osx-sdk-bump) https://github.com/bitcoin/bitcoin/pull/8184
< GitHub194> [bitcoin] laanwj closed pull request #8180: Update luke-jr's PGP key (master...2016_pgp_update) https://github.com/bitcoin/bitcoin/pull/8180
< GitHub172> bitcoin/master 0d53a9e Luke Dashjr: Update luke-jr's PGP key...
< GitHub172> bitcoin/master 32b7294 Wladimir J. van der Laan: Merge #8180: Update luke-jr's PGP key...
< GitHub172> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/f7b1bfc9a347...32b7294177e5
< GitHub125> [bitcoin] laanwj closed pull request #8178: Add git and github tips and tricks to developer notes (master...docgit) https://github.com/bitcoin/bitcoin/pull/8178
< GitHub198> bitcoin/master f7b1bfc Wladimir J. van der Laan: Merge #8178: Add git and github tips and tricks to developer notes...
< GitHub198> bitcoin/master 3144449 Pieter Wuille: Add git and github tips and tricks to developer notes
< GitHub198> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/7ce9ac5c83b1...f7b1bfc9a347
< GitHub151> [bitcoin] sipa closed pull request #7292: [RPC] Expose ancestor/descendant information over RPC (master...add-chain-info) https://github.com/bitcoin/bitcoin/pull/7292
< GitHub84> bitcoin/master 0dfd869 Suhas Daftuar: Add getmempooldescendants RPC call
< GitHub84> bitcoin/master 8f7b5dc Suhas Daftuar: Add getmempoolancestors RPC call
< GitHub84> bitcoin/master 5ec0cde Suhas Daftuar: Refactor logic for converting mempool entries to JSON
< GitHub84> [bitcoin] sipa pushed 8 new commits to master: https://github.com/bitcoin/bitcoin/compare/fd9881ae6782...7ce9ac5c83b1
< GitHub148> [bitcoin] jonasschnelli closed pull request #7819: [Qt] Simple opt-in-RBF checkbox (master...2016/04/qt_rbf_set) https://github.com/bitcoin/bitcoin/pull/7819
< GitHub19> [bitcoin] jonasschnelli opened pull request #8182: [Qt] Add simple opt-in-RBF support (master...2016/04/qt_rbf_set_new) https://github.com/bitcoin/bitcoin/pull/8182
< GitHub186> [bitcoin] laanwj closed pull request #7283: [gitian] Default reference_datetime to commit author date (master...MarcoFalke-2016-gitianTimeDefault) https://github.com/bitcoin/bitcoin/pull/7283
< GitHub131> bitcoin/master fd9881a Wladimir J. van der Laan: Merge #7283: [gitian] Default reference_datetime to commit author date...
< GitHub131> bitcoin/master fa42a67 MarcoFalke: [gitian] hardcode datetime for depends
< GitHub131> bitcoin/master fa58c76 MarcoFalke: [gitian] Default reference_datetime to commit author date
< GitHub131> [bitcoin] laanwj pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/172cd7f10c7e...fd9881ae6782
< GitHub37> [bitcoin] laanwj opened pull request #8181: build: Get rid of `CLIENT_DATE` (master...2016_06_bye_client_date) https://github.com/bitcoin/bitcoin/pull/8181
< GitHub177> bitcoin/0.12 0f8d574 Jonas Schnelli: OSX diskimages need 0775 folder permissions...
< GitHub177> [bitcoin] laanwj pushed 1 new commit to 0.12: https://github.com/bitcoin/bitcoin/commit/0f8d574e8f6521c07ae204b4f8b61d1534f03c21
< GitHub110> [bitcoin] laanwj closed pull request #8169: OSX diskimages need 0775 folder permissions (master...2016/06/fix_gitian_osx) https://github.com/bitcoin/bitcoin/pull/8169
< GitHub89> bitcoin/master cdf7dff Jonas Schnelli: OSX diskimages need 0775 folder permissions...
< GitHub89> bitcoin/master 172cd7f Wladimir J. van der Laan: Merge #8169: OSX diskimages need 0775 folder permissions...
< GitHub89> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/0b5279f89c9a...172cd7f10c7e
< GitHub74> bitcoin/0.12 a9e73f7 instagibbs: Fix and cleanup listreceivedbyX documentation...
< GitHub74> bitcoin/0.12 64fd0ce jloughry: fix spelling of advertise in src and doc...
< GitHub74> bitcoin/0.12 9095594 ptschip: Do not download transactions during inital sync...
< GitHub74> [bitcoin] laanwj pushed 15 new commits to 0.12: https://github.com/bitcoin/bitcoin/compare/e7ec24e336dc...20d00a180ee6
< GitHub178> [bitcoin] laanwj closed pull request #7938: [0.12.2] Backports (0.12...Mf1604-012backp) https://github.com/bitcoin/bitcoin/pull/7938
< jonasschnelli> What about providing a script/cli-tool (C++) that would perform some heave leveldb tests with block like data? Something like a bitcoin-hardware-test?
< jonasschnelli> You also mentioned here (https://github.com/bitcoin/bitcoin/pull/8035#issuecomment-223058733) that " There are a few nits left to address.". Can you point me to them?
< jonasschnelli> sipa: Willing to test https://github.com/bitcoin/bitcoin/pull/8035? Would be great to make progress before 0.13 here.
< GitHub92> [bitcoin] laanwj closed pull request #7398: Improve seed generation script for clarity (master...contrib-seeds) https://github.com/bitcoin/bitcoin/pull/7398
< GitHub194> [bitcoin] laanwj closed pull request #8166: src/test: Do not shadow local variables (master...20160607_shadowing_tests) https://github.com/bitcoin/bitcoin/pull/8166
< GitHub197> bitcoin/master c2715d3 Pavel Janík: Do not shadow local variables
< GitHub197> bitcoin/master 0b5279f Wladimir J. van der Laan: Merge #8166: src/test: Do not shadow local variables...
< GitHub197> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/1445835bd3c4...0b5279f89c9a
< GitHub102> [bitcoin] laanwj closed pull request #8154: drop vAddrToSend after sending big addr message (master...drop-vAddrToSend) https://github.com/bitcoin/bitcoin/pull/8154
< GitHub168> bitcoin/master 1445835 Wladimir J. van der Laan: Merge #8154: drop vAddrToSend after sending big addr message...
< GitHub168> bitcoin/master d3d02d5 Kaz Wesley: drop vAddrToSend after sending big addr message...
< GitHub168> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/d36618585de6...1445835bd3c4
< GitHub92> [bitcoin] laanwj closed pull request #8168: util: Add ParseUInt32 and ParseUInt64 (master...2016_06_parseuint) https://github.com/bitcoin/bitcoin/pull/8168
< GitHub102> bitcoin/master d366185 Wladimir J. van der Laan: Merge #8168: util: Add ParseUInt32 and ParseUInt64...
< GitHub102> bitcoin/master e012f3c Wladimir J. van der Laan: util: Add ParseUInt32 and ParseUInt64...
< GitHub102> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/7e6dd7bee479...d36618585de6
< GitHub101> [bitcoin] laanwj closed pull request #8172: Fix two warnings for comparison between signed and unsigned (master...fixunsigned) https://github.com/bitcoin/bitcoin/pull/8172
< GitHub0> bitcoin/master 7e6dd7b Wladimir J. van der Laan: Merge #8172: Fix two warnings for comparison between signed and unsigned...
< GitHub0> bitcoin/master 77f63a4 Pieter Wuille: Fix two warnings for comparison between signed and unsigned
< GitHub0> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/f0299d80fd42...7e6dd7bee479
< GitHub35> [bitcoin] luke-jr opened pull request #8180: Update luke-jr's PGP key (master...2016_pgp_update) https://github.com/bitcoin/bitcoin/pull/8180
< GitHub5> [bitcoin] laanwj closed pull request #8175: gitian: Add --disable-bench to config flags for windows (master...2016_06_disable_bench_windows) https://github.com/bitcoin/bitcoin/pull/8175
< GitHub156> bitcoin/master f0299d8 Wladimir J. van der Laan: Merge #8175: gitian: Add --disable-bench to config flags for windows...
< GitHub156> bitcoin/master 74c1347 Wladimir J. van der Laan: gitian: Add --disable-bench to config flags for windows...
< GitHub156> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/19ea17302e8f...f0299d80fd42
< GitHub77> bitcoin/master 7e7eb27 Cory Fields: gitian: create debug packages for linux/windows...
< GitHub1> [bitcoin] laanwj closed pull request #8167: gitian: Ship debug tarballs/zips with debug symbols (master...split-debug) https://github.com/bitcoin/bitcoin/pull/8167
< GitHub77> bitcoin/master ad38204 Cory Fields: gitian: use CONFIG_SITE rather than hijacking the prefix
< GitHub77> bitcoin/master b676f38 Cory Fields: depends: allow for CONFIG_SITE to be used rather than stealing prefix...
< GitHub77> [bitcoin] laanwj pushed 4 new commits to master: https://github.com/bitcoin/bitcoin/compare/4286f4302514...19ea17302e8f
< GitHub140> [bitcoin] gmaxwell opened pull request #8179: Evict orphans which are included or precluded by accepted blocks. (master...reap_orphans) https://github.com/bitcoin/bitcoin/pull/8179

2016-06-08

< GitHub106> [bitcoin] sipa opened pull request #8178: Add git and github tips and tricks to developer notes (master...docgit) https://github.com/bitcoin/bitcoin/pull/8178
< GitHub126> [bitcoin] sipa reopened pull request #5872: configure: BITCOIN_SUBDIR_TO_INCLUDE: Improve compatibility with paths including space and multiline cpp output (master...subdir_incl_compat) https://github.com/bitcoin/bitcoin/pull/5872
< luke-jr> can someone reopen https://github.com/bitcoin/bitcoin/pull/5872 so I can push to it (addressing unreviewability concerns)?
< GitHub146> [bitcoin] kazcw opened pull request #8177: developer notes: deprecate C-style casts (master...no-c-casts) https://github.com/bitcoin/bitcoin/pull/8177
< sipa> my train internet connection is too weak to actually visit github.com, but can someone see if https://github.com/sipa/bitcoin/commits/dogcgit renerders nicely?
< gmaxwell> yea, a side effect of the bitcoin protocol having no mechensim to just fetch txn already in blocks, which has a good reason for it (among other things, it helps keep the network from being abused as a file trading DHT)
< _anthony_> bitcoin satellites are definitely the way to go
< gmaxwell> There are other totally different alternatives though, like PIR scan services, which I think we almost have enough in bitcoin core to support as a purely external add on.
< gmaxwell> rubensayshi: you should have your own network, and stop storing data unrelated to bitcoin in the bitcoin network.
< sipa> you're storing data on my disk, without benefitting me or the bitcoin ecosystem
< gmaxwell> rubensayshi: Bitcoin is a currency not a public shared database.
< GitHub83> [bitcoin] luke-jr opened pull request #8176: [0.12.x]: Versionbits: GBT support (0.12...gbt_bip9-0.12.x) https://github.com/bitcoin/bitcoin/pull/8176
< rubensayshi> offtopic; gmaxwell, I've never heard any1 say counterparty competes with bitcoin, it's focus is tokens (and soon EVM), it would be insane to think it could compete with bitcoin (considering the reduced efficiency)
< GitHub47> [bitcoin] laanwj opened pull request #8175: gitian: Add --disable-bench to config flags for windows (master...2016_06_disable_bench_windows) https://github.com/bitcoin/bitcoin/pull/8175
< gmaxwell> People involved with counterparty have told me they intend for counterparty to replace the bitcoin currency because the distribution of bitcoins is "unfair" and counterparty is "more equitable"-- I don't think it's accurate to describe it as an "upper layer" system, it's a system that explicitly is in competition with the bitcoin currency.
< NicolasDorier> sipa: long story short bytespersigop enforced in AcceptToMempool broke some use case on upper layer (https://github.com/bitcoin/bitcoin/issues/8079) we have a simple way to fix it, but it would require to count signatures for a transaction a second time accuratly. Do you think it would be a problem performance wise ? I don't think so but maybe I am missing
< GitHub140> [bitcoin] sipa closed pull request #8173: Use SipHash for node eviction (cont'd) (master...2016_06_siphash_testing) https://github.com/bitcoin/bitcoin/pull/8173
< GitHub88> bitcoin/master 9bf156b Pieter Wuille: Support SipHash with arbitrary byte writes
< GitHub88> bitcoin/master c31b24f Pieter Wuille: Use 64-bit SipHash of netgroups in eviction
< GitHub88> bitcoin/master 053930f Patrick Strateman: Avoid recalculating vchKeyedNetGroup in eviction logic....
< GitHub88> [bitcoin] sipa pushed 6 new commits to master: https://github.com/bitcoin/bitcoin/compare/cd0c5135ab22...4286f4302514
< jonasschnelli> cfields_: the bitcoin part was easy, the part on the bitcoin-seeder was more complex. :)
< GitHub53> [bitcoin] sipa closed pull request #8083: Add support for dnsseeds with option to filter by servicebits (master...2016/05/dnsfilter) https://github.com/bitcoin/bitcoin/pull/8083
< GitHub12> bitcoin/master cd0c513 Pieter Wuille: Merge #8083: Add support for dnsseeds with option to filter by servicebits...
< GitHub12> bitcoin/master 2d83013 Jonas Schnelli: Add support for dnsseeds with option to filter by servicebits
< GitHub12> [bitcoin] sipa pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/66ed450d771a...cd0c5135ab22
< wumpus> release schedule for 0.13.0: https://github.com/bitcoin/bitcoin/issues/7679
< achow101> _anthony_: anyone can be a "core dev". You just need to submit PRs to Bitcoin Core
< GitHub7> [bitcoin] sipa closed pull request #8086: Use SipHash for node eviction (master...moresiphash) https://github.com/bitcoin/bitcoin/pull/8086
< GitHub73> [bitcoin] laanwj opened pull request #8173: test: Add more test vectors for siphash (master...2016_06_siphash_testing) https://github.com/bitcoin/bitcoin/pull/8173
< GitHub68> [bitcoin] sipa opened pull request #8172: Fix two warnings for comparison between signed and unsigned (master...fixunsigned) https://github.com/bitcoin/bitcoin/pull/8172
< GitHub100> [bitcoin] sipa closed pull request #7935: Versionbits: GBT support (master...gbt_bip9) https://github.com/bitcoin/bitcoin/pull/7935
< GitHub123> bitcoin/master 9879060 Luke Dashjr: getblocktemplate: Explicitly handle the distinction between GBT-affecting softforks vs not
< GitHub123> bitcoin/master 72cd6b2 Luke Dashjr: qa/rpc-tests: bip9-softforks: Add tests for getblocktemplate versionbits updates
< GitHub123> bitcoin/master d3df40e Luke Dashjr: Implement BIP 9 GBT changes...
< GitHub123> [bitcoin] sipa pushed 5 new commits to master: https://github.com/bitcoin/bitcoin/compare/6a034ed89891...66ed450d771a
< GitHub34> [bitcoin] jonasschnelli opened pull request #8171: [RPC] Fix createrawtx sequence number unsigned int parsing (master...2016/06/fix_crt) https://github.com/bitcoin/bitcoin/pull/8171
< GitHub34> [bitcoin] sipa opened pull request #8170: Remove lookup-tx-by-utxo functionality (master...betternotxindex) https://github.com/bitcoin/bitcoin/pull/8170
< GitHub43> bitcoin/master bd3cbd5 fanquake: [depends] ZeroMQ 4.1.4
< GitHub64> [bitcoin] laanwj closed pull request #7993: [depends] Bump Freetype, ccache, ZeroMQ, miniupnpc, expat (master...depends-no-sourceforge) https://github.com/bitcoin/bitcoin/pull/7993
< GitHub43> bitcoin/master 0385202 fanquake: [depends] ccache 3.2.5
< GitHub43> bitcoin/master 2b2d52e fanquake: [depends] Freetype 2.6.3...
< GitHub43> [bitcoin] laanwj pushed 7 new commits to master: https://github.com/bitcoin/bitcoin/compare/75ec320a0d53...6a034ed89891
< GitHub0> [bitcoin] laanwj closed pull request #8153: [rpc] fundrawtransaction feeRate: Use BTC/kB (master...Mf1606-univalAny) https://github.com/bitcoin/bitcoin/pull/8153
< GitHub172> [bitcoin] laanwj closed pull request #8144: [rpc] fundrawtransaction: Fix help text (master...Mf1606-rpcDoc) https://github.com/bitcoin/bitcoin/pull/8144
< GitHub56> bitcoin/master 75ec320 Wladimir J. van der Laan: Merge #8153: [rpc] fundrawtransaction feeRate: Use BTC/kB...
< GitHub56> bitcoin/master fa7f4f5 MarcoFalke: [rpc] fundrawtransaction feeRate: Use BTC/kB...
< GitHub56> bitcoin/master faf82e8 MarcoFalke: [rpc] fundrawtransaction: Fix help text and interface
< GitHub56> [bitcoin] laanwj pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/a7c41f2de03c...75ec320a0d53
< GitHub153> [bitcoin] laanwj closed pull request #7530: autogen.sh: check for libtool before automake fails to find it (master...libtool-check) https://github.com/bitcoin/bitcoin/pull/7530
< GitHub0> [bitcoin] laanwj closed pull request #8126: std::shared_ptr based CTransaction storage in mempool (master...sharedmempool) https://github.com/bitcoin/bitcoin/pull/8126
< GitHub172> bitcoin/master dbfb426 Pieter Wuille: Optimize the relay map to use shared_ptr's...
< GitHub172> bitcoin/master 8d39d7a Pieter Wuille: Switch CTransaction storage in mempool to std::shared_ptr
< GitHub172> bitcoin/master 1b9e6d3 Pieter Wuille: Add support for unique_ptr and shared_ptr to memusage
< GitHub172> [bitcoin] laanwj pushed 7 new commits to master: https://github.com/bitcoin/bitcoin/compare/761cddb69029...a7c41f2de03c
< GitHub9> [bitcoin] jonasschnelli opened pull request #8169: OSX diskimages need 0775 folder permissions (master...2016/06/fix_gitian_osx) https://github.com/bitcoin/bitcoin/pull/8169
< MarcoFalke> sipa: The python 3 switch for the segwit test was a single commit: https://github.com/sipa/bitcoin/commit/a7eeee1c07b5283c0984fcdaac04faac2d93b2e3. So in case I choke at backporting, you may as well not include those in the backport.
< MarcoFalke> wumpus: I have cherry picked the backports for .12 back in April: https://github.com/bitcoin/bitcoin/pull/7938 Hope this is helpful
< GitHub18> [bitcoin] laanwj closed pull request #7703: tor: Change auth order to only use password auth if -torpassword (master...2016_03_auth_order) https://github.com/bitcoin/bitcoin/pull/7703
< GitHub196> bitcoin/master 761cddb Wladimir J. van der Laan: Merge #7703: tor: Change auth order to only use password auth if -torpassword...
< GitHub196> bitcoin/master 2e49448 Wladimir J. van der Laan: tor: Change auth order to only use HASHEDPASSWORD if -torpassword...
< GitHub196> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/67c91f8c4cf7...761cddb69029
< GitHub45> [bitcoin] laanwj closed pull request #8065: Addrman offline attempts (master...addrman_offline_attempts) https://github.com/bitcoin/bitcoin/pull/8065
< GitHub130> bitcoin/master 67c91f8 Wladimir J. van der Laan: Merge #8065: Addrman offline attempts...
< GitHub130> bitcoin/master 6182d10 Gregory Maxwell: Do not increment nAttempts by more than one for every Good connection....
< GitHub130> bitcoin/master c769c4a Gregory Maxwell: Avoid counting failed connect attempts when probably offline....
< GitHub130> [bitcoin] laanwj pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/2156fa23b8ac...67c91f8c4cf7
< GitHub78> [bitcoin] laanwj closed pull request #8078: Disable the mempool P2P command when bloom filters disabled (master...2016-05-mempool-p2p-and-bloom) https://github.com/bitcoin/bitcoin/pull/8078
< GitHub32> bitcoin/master 2156fa2 Wladimir J. van der Laan: Merge #8078: Disable the mempool P2P command when bloom filters disabled...
< GitHub32> bitcoin/master 3d3602f Jonas Schnelli: Add RPC test for the p2p mempool command in conjunction with disabled bloomfilters
< GitHub32> bitcoin/master beceac9 Peter Todd: Disable the mempool P2P command when bloom filters disabled...
< GitHub32> [bitcoin] laanwj pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/0f24eaf253ab...2156fa23b8ac
< GitHub98> [bitcoin] laanwj opened pull request #8168: util: Add ParseUInt32 and ParseUInt64 (master...2016_06_parseuint) https://github.com/bitcoin/bitcoin/pull/8168
< GitHub188> [bitcoin] laanwj closed pull request #8164: [Bitcoin-Tx] fix missing test fixtures, fix 32bit atoi issue (master...2016/04/rbf_base) https://github.com/bitcoin/bitcoin/pull/8164
< GitHub30> bitcoin/master 0f24eaf Wladimir J. van der Laan: Merge #8164: [Bitcoin-Tx] fix missing test fixtures, fix 32bit atoi issue...
< GitHub30> bitcoin/master 86efa30 Jonas Schnelli: [Bitcoin-Tx] fix missing test fixtures, fix 32bit atoi issue
< GitHub30> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/79004d4ae671...0f24eaf253ab
< jonasschnelli> We can change it bitcoin-tx wide later
< jonasschnelli> Yes. I just saw that there are atoi in bitcoin-tx (before my change) and I just was "continue" that way. But I agree, re-using the ParseInt* stuff is better
< GitHub141> [bitcoin] theuni opened pull request #8167: gitian: Ship debug tarballs/zips with debug symbols (master...split-debug) https://github.com/bitcoin/bitcoin/pull/8167
< cfields_> phantomcircuit: https://github.com/bitcoin/bitcoin/pull/8164 ?
< Chris_Stewart_5> If I specify a -datadir when launching an instnce of bitcoind, does my bitcoind instance look for a bitcoin.conf inside of my datadir, or ~/.bitcoin/bitcoin.conf?

2016-06-07

< jonasschnelli> So a quick review and merge of https://github.com/bitcoin/bitcoin/pull/8164 would be great.
< jonasschnelli> But I guess there are other placed in bitcoin-tx where we do not check for overflows (like vout, etc.)
< GitHub70> [bitcoin] paveljanik opened pull request #8166: src/test: Do not shadow local variables (master...20160607_shadowing_tests) https://github.com/bitcoin/bitcoin/pull/8166
< btcdrak> Danco_: it's probably a question for #bitcoin-dev or #bitcoin. this channel is specifically for Bitcoin Core development.
< jonasschnelli> (at least on the bitcoin blockchain)
< Danco_> Hello, i have a hardware question about my GPU capacita, I have an AMD 4870x2, and i want to know how many Mhash/s could i make with it. I found in this link: https://en.bitcoin.it/wiki/Non-specialized_hardware_comparison its  between 180.6 and 203 Mhash... But i'm not quite sure, But in this link : https://litecoin.info/Mining_hardware_comparison#AMD_.28ATI.29 its just 142kH/s, so i'm pretty confused.
< jonasschnelli> Danco_: depends if its bitcoin-core-dev relevant... but shoot!
< jonasschnelli> https://github.com/bitcoin/bitcoin/pull/8164 should fix it.
< GitHub40> [bitcoin] jonasschnelli opened pull request #8164: [Tests] fix missing test fixtures in Makefile.test.include (master...2016/04/rbf_base) https://github.com/bitcoin/bitcoin/pull/8164
< GitHub110> [bitcoin] paveljanik opened pull request #8163: Do not shadow global RPC table variable (tableRPC) (master...20160607_shadowing_rpc) https://github.com/bitcoin/bitcoin/pull/8163
< GitHub140> [bitcoin] laanwj closed pull request #7957: [RPC][Bitcoin-TX] Add support for sequence number (master...2016/04/rbf_base) https://github.com/bitcoin/bitcoin/pull/7957
< GitHub19> bitcoin/master ae357d5 Jonas Schnelli: [Bitcoin-Tx] Add tests for sequence number support
< GitHub19> bitcoin/master a946bb6 Jonas Schnelli: [RPC] createrawtransaction: add option to set the sequence number per input
< GitHub19> bitcoin/master e59336f Jonas Schnelli: [bitcoin-tx] allow to set nSequence number over the in= command
< GitHub19> [bitcoin] laanwj pushed 4 new commits to master: https://github.com/bitcoin/bitcoin/compare/22e0b3567623...79004d4ae671
< jonasschnelli> sipa: right. It should be the same like this line: https://github.com/sipa/bitcoin-seeder/pull/36/files#diff-623e3fd6da1a45222eeec71496747b31R185
< wumpus> by bitcoin-util-test.py
< jonasschnelli> wumpus: wasn't aware of a test script bit bitcoin-tx... i'll have a look