2017-06-04

< spudowiar> One issue with this patch is that it runs on the UI thread so Bitcoin-Qt hangs while you confirm it on the hardware wallet
< spudowiar> The command is `src/qt/bitcoin-qt -testnet -hardwarewallet=contrib/bitcoin-hww-trezor`
< spudowiar> sipa: I ended up doing a signrawtransaction-esque API https://github.com/saleemrashid/bitcoin/blob/hardware-wallet/src/wallet/wallet.cpp#L1489-L1527
< bitcoin-git> [bitcoin] sipa opened pull request #10526: Force on-the-fly compaction during pertxout upgrade (master...compactrange) https://github.com/bitcoin/bitcoin/pull/10526
< bitcoin-git> [bitcoin] sipa closed pull request #10471: Denote functions CNode::GetRecvVersion() and CNode::GetRefCount() as const (master...master) https://github.com/bitcoin/bitcoin/pull/10471
< bitcoin-git> bitcoin/master 400fdd0 Pieter Wuille: Merge #10471: Denote functions CNode::GetRecvVersion() and CNode::GetRefCount() as const...
< bitcoin-git> bitcoin/master 5f672ca Pavlos Antoniou: net: Denote some CNode functions const
< bitcoin-git> [bitcoin] sipa pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/098b01dc58ff...400fdd08cc95
< gmaxwell> luke-jr: perhaps you should take it seriously when many people are telling you that this is a lot like Bitcoin XT or Bitcoin Classic's hardfork, but you've just defined yourself into a corner.
< spudowiar> One issue I have is that waiting for the output of the command is run on the UI thread, so Bitcoin Core appears to hang :/
< luke-jr> can people check their positions on https://en.bitcoin.it/wiki/Segwit_support and fill in any blanks? thanks
< btcdrak> looks like https://travis-ci.org/bitcoin/bitcoin/builds/238932256 needs of two jobs which stall-errored

2017-06-03

< bitcoin-git> [bitcoin] practicalswift opened pull request #10524: Fix incorrect format strings (master...u-for-unsigned-int) https://github.com/bitcoin/bitcoin/pull/10524
< bitcoin-git> [bitcoin] practicalswift opened pull request #10523: Perform member initialization in initialization lists where possible (master...initialization-list) https://github.com/bitcoin/bitcoin/pull/10523
< bitcoin-git> [bitcoin] practicalswift opened pull request #10522: Remove unused variables (master...unused-strings) https://github.com/bitcoin/bitcoin/pull/10522
< bitcoin-git> [bitcoin] practicalswift opened pull request #10521: Limit variable scope (master...tighten-scope) https://github.com/bitcoin/bitcoin/pull/10521
< spudowiar> It's basically mimicking the API, because you could just as easily have the HWW plugin connect to the Bitcoin Core over HTTP RPC
< spudowiar> luke-jr: Because then you can do "Bitcoin Core asks HWW signrawtransaction", "HWW asks Bitcoin Core gettransaction", "HWW responds to signrawtransaction"
< spudowiar> But I could do stdin, stdout and a file descriptor for a socket (to the Bitcoin daemon RPC server)
< bitcoin-git> [bitcoin] sipa closed pull request #10518: Fix translation error (master...patch-1) https://github.com/bitcoin/bitcoin/pull/10518
< spudowiar> So, I have a HWW plugin (a command called bitcoin-hww-trezor)
< bitcoin-git> [bitcoin] achow101 opened pull request #10519: [RPC] Remove waitforblock and waitfornewblock (master...rm-waitforblock-rpcs) https://github.com/bitcoin/bitcoin/pull/10519
< spudowiar> Or even `bitcoin-qt -hww-server=http://user:password@othermachine:8332` and connect to another bitcoind
< spudowiar> e.g. You could do `bitcoin-qt -hww-cmd=bitcoin-hww-trezor`
< bitcoin-git> [bitcoin] biniek opened pull request #10518: Fix translation error (master...patch-1) https://github.com/bitcoin/bitcoin/pull/10518
< bitcoin-git> [bitcoin] jonasschnelli opened pull request #10517: Factor out CCoinsView based AreInputsStandard/IsWitnessStandard (master...2017/06/policy_compile) https://github.com/bitcoin/bitcoin/pull/10517
< bitcoin-git> [bitcoin] luke-jr opened pull request #10516: Backports for 0.14.2 (0.14...0.14.2_fixes) https://github.com/bitcoin/bitcoin/pull/10516
< bitcoin-git> [bitcoin] jimmysong opened pull request #10515: [test] Add test for getchaintxstats (master...test_getchaintxstats) https://github.com/bitcoin/bitcoin/pull/10515

2017-06-02

< bitcoin-git> [bitcoin] sipa opened pull request #10514: Bugfix: missing == 0 after randrange (master...fixtests) https://github.com/bitcoin/bitcoin/pull/10514
< gmaxwell> spudowiar: but you can't do anything with bitcoin transactions without also having bitcoin transaction ser/des support! and then you have to worry about that your json format cannot losslessly represent a transaction. Decoderawtransaction cannot. E.g. it can't encoding different choices for encoding in varints.
< bitcoin-git> [bitcoin] sipa closed pull request #10500: Avoid CWalletTx copies in GetAddressBalances and GetAddressGroupings (master...pr/wtxcopy) https://github.com/bitcoin/bitcoin/pull/10500
< bitcoin-git> bitcoin/master 098b01d Pieter Wuille: Merge #10500: Avoid CWalletTx copies in GetAddressBalances and GetAddressGroupings...
< bitcoin-git> bitcoin/master b9b814a Russell Yanofsky: Avoid CWalletTx copies in GetAddressBalances and GetAddressGroupings
< bitcoin-git> [bitcoin] sipa pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/329fc1dce7a1...098b01dc58ff
< spudowiar> If there's an error, it returns a non-zero status and the message on stdin is used as the failure message in Bitcoin Core
< spudowiar> Then Bitcoin Core verifies that
< gmaxwell> uh? perhaps but you have to be able to handle the bitcoin seralization in order to compute any hashes over it.
< spudowiar> gmaxwell: Is JSON alright for serializing data for hardware wallet support? I think it'll be easier for the external tools than normal Bitcoin serialization
< bitcoin-git> [bitcoin] ABISprotocol opened pull request #10513: Trivial: grammar fix to CONTRIBUTING.md (master...patch-1) https://github.com/bitcoin/bitcoin/pull/10513
< bitcoin-git> [bitcoin] luke-jr opened pull request #10512: Rework same-chain from abusing DoS banning, to explicit checks (master...samechain_rework) https://github.com/bitcoin/bitcoin/pull/10512
< bitcoin-git> [bitcoin] achow101 opened pull request #10511: [Tests] Include branch coverage info in coverage test (master...lcov) https://github.com/bitcoin/bitcoin/pull/10511
< spudowiar> Also, are there any examples of this in the Bitcoin Core code?
< gribble> https://github.com/bitcoin/bitcoin/issues/10044 | Run functional tests in `make check` by jnewbery · Pull Request #10044 · bitcoin/bitcoin · GitHub
< spudowiar> What's the protocol for adding new strings to Bitcoin Core? Do I have to worry about translation or will that be sorted by others?
< bitcoin-git> [bitcoin] ryanofsky opened pull request #10509: Remove xvfb configuration from travis (master...pr/rmfb) https://github.com/bitcoin/bitcoin/pull/10509
< bitcoin-git> [bitcoin] ryanofsky opened pull request #10508: Run Qt wallet tests on travis (master...pr/travqt) https://github.com/bitcoin/bitcoin/pull/10508
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #10359: [tests] functional tests should call BitcoinTestFramework start/stop node methods (master...test_framework_start_stop_nodes) https://github.com/bitcoin/bitcoin/pull/10359
< bitcoin-git> bitcoin/master 53f6775 John Newbery: fixup: fix nits
< bitcoin-git> bitcoin/master a433d8a John Newbery: [tests] Update start/stop node functions to be private module functions...
< bitcoin-git> bitcoin/master d8c218f John Newbery: [tests] Functional tests call self.start_node(s) and self.stop_node(s)...
< bitcoin-git> [bitcoin] MarcoFalke pushed 4 new commits to master: https://github.com/bitcoin/bitcoin/compare/1aefc94dd78d...329fc1dce7a1
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #10423: [tests] skipped tests should clean up after themselves (master...cleanup_skipped) https://github.com/bitcoin/bitcoin/pull/10423
< bitcoin-git> bitcoin/master 1aefc94 MarcoFalke: Merge #10423: [tests] skipped tests should clean up after themselves...
< bitcoin-git> bitcoin/master 930deb9 John Newbery: [tests] skipped tests should clean up after themselves
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/00d369239612...1aefc94dd78d
< bitcoin-git> [bitcoin] laanwj closed pull request #10323: Update to latest libsecp256k1 master (master...secp_up) https://github.com/bitcoin/bitcoin/pull/10323
< bitcoin-git> bitcoin/master 00d3692 Wladimir J. van der Laan: Merge #10323: Update to latest libsecp256k1 master...
< bitcoin-git> bitcoin/master 5252827 Pieter Wuille: Update to latest libsecp256k1
< bitcoin-git> bitcoin/master e7c1b44 Pieter Wuille: Squashed 'src/secp256k1/' changes from 8225239..84973d3...
< bitcoin-git> [bitcoin] laanwj pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/7cc2c670e3d7...00d369239612
< bitcoin-git> bitcoin/0.14 4a41de4 Wladimir J. van der Laan: build: bump version to 0.14.2
< bitcoin-git> [bitcoin] laanwj pushed 1 new commit to 0.14: https://github.com/bitcoin/bitcoin/commit/4a41de4585a4dffb451a9be8078abb838235f336
< instagibbs> bad timing... https://github.com/drivechain-project/bitcoin/pull/10 just told them about new style guide, haha
< gribble> https://github.com/bitcoin/bitcoin/issues/10195 | Switch chainstate db and cache to per-txout model by sipa · Pull Request #10195 · bitcoin/bitcoin · GitHub

2017-06-01

< gribble> https://github.com/bitcoin/bitcoin/issues/9717 | Pow: Remove fCheckPOW from CheckBlockHeader by jtimon · Pull Request #9717 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/10339 | Optimization: Calculate block hash less times by jtimon · Pull Request #10339 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] sipa closed pull request #10396: Report LevelDB estimate for chainstate size in gettxoutsetinfo (master...diskdbsize) https://github.com/bitcoin/bitcoin/pull/10396
< bitcoin-git> [bitcoin] sipa closed pull request #10506: Fix bumpfee test after #10449 (master...pr/bumpdis) https://github.com/bitcoin/bitcoin/pull/10506
< bitcoin-git> bitcoin/master 7cc2c67 Pieter Wuille: Merge #10506: Fix bumpfee test after #10449...
< bitcoin-git> bitcoin/master 8906a9a Russell Yanofsky: Fix bumpfee test after #10449...
< bitcoin-git> [bitcoin] sipa pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/1088b02f0ccd...7cc2c670e3d7
< bitcoin-git> [bitcoin] sipa closed pull request #10195: Switch chainstate db and cache to per-txout model (master...pertxoutcache) https://github.com/bitcoin/bitcoin/pull/10195
< bitcoin-git> bitcoin/master e484652 Pieter Wuille: Introduce CHashVerifier to hash read data...
< bitcoin-git> bitcoin/master f54580e Pieter Wuille: error() in disconnect for disk corruption, not inconsistency...
< bitcoin-git> bitcoin/master e66dbde Pieter Wuille: Add SizeEstimate to CDBBatch...
< bitcoin-git> [bitcoin] sipa pushed 30 new commits to master: https://github.com/bitcoin/bitcoin/compare/39039b12a744...1088b02f0ccd
< gribble> https://github.com/bitcoin/bitcoin/issues/10449 | Overhaul Qt fee bumper by jonasschnelli · Pull Request #10449 · bitcoin/bitcoin · GitHub
< jtimon> btw, travis didn't even run for https://github.com/bitcoin/bitcoin/pull/9176
< BlueMatt> Bitcoin Series A ICO
< * sipa> commits the Bitcoin Core.ico file
< jonasschnelli> Bitcoin Core ICO?
< luke-jr> 2.7M bitcoin-cli; 33M bitcoin-qt; 3.0M bitcoin-tx; 8.9M bitcoind; 12M test_bitcoin
< cfields> and I'd be curious to see what lto does to bitcoin-qt ?
< jtimon> and if somebody can help with https://github.com/bitcoin/bitcoin/pull/10193/commits/3f404ca62c26dae8f5a4f321820a460bf7b5373e I am kind of stuck there
< wumpus> luke-jr: where do you think it comes from? is it just bitcoin-qt being large or everything?
< jtimon> sorry for linking so many of my prs, but re boost: https://github.com/bitcoin/bitcoin/pull/10502
< gribble> https://github.com/bitcoin/bitcoin/issues/10299 | Remove OpenSSL by sipa · Pull Request #10299 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/10192 | Cache full script execution results in addition to signatures by TheBlueMatt · Pull Request #10192 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/10427 | Consensus: Introduce static GetScriptFlags (mostly MOVEONLY) by jtimon · Pull Request #10427 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/10179 | Give CValidationInterface Support for calling notifications on the CScheduler Thread by TheBlueMatt · Pull Request #10179 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] ryanofsky opened pull request #10506: Fix bumpfee test after #10449 (master...pr/bumpdis) https://github.com/bitcoin/bitcoin/pull/10506
< gribble> https://github.com/bitcoin/bitcoin/issues/10192 | Cache full script execution results in addition to signatures by TheBlueMatt · Pull Request #10192 · bitcoin/bitcoin · GitHub
< jtimon> I would love https://github.com/bitcoin/bitcoin/pull/8994 , working on the blocksigning stuff again
< jtimon> ok, https://github.com/bitcoin/bitcoin/pull/10461 reading now, but I assume it will be acceptable to me
< gribble> https://github.com/bitcoin/bitcoin/issues/9530 | [brainstorm] DoS protection for blocks · Issue #9530 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/9530 | [brainstorm] DoS protection for blocks · Issue #9530 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/9530 | [brainstorm] DoS protection for blocks · Issue #9530 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/9530 | [brainstorm] DoS protection for blocks · Issue #9530 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/9530 | [brainstorm] DoS protection for blocks · Issue #9530 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/10244 | [qt] Add abstraction layer for accessing node and wallet functionality from gui by ryanofsky · Pull Request #10244 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/7729 | rpc: introduce label API for wallet by laanwj · Pull Request #7729 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/10044 | Run functional tests in `make check` by jnewbery · Pull Request #10044 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/7729 | rpc: introduce label API for wallet by laanwj · Pull Request #7729 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/10321 | Use FastRandomContext for all tests by sipa · Pull Request #10321 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/10195 | Switch chainstate db and cache to per-txout model by sipa · Pull Request #10195 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/9717 | Pow: Remove fCheckPOW from CheckBlockHeader by jtimon · Pull Request #9717 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/10339 | Optimization: Calculate block hash less times by jtimon · Pull Request #10339 · bitcoin/bitcoin · GitHub
< jonasschnelli> Please review HD auto restore... I whised we have this in 0.15. But seems to get late: https://github.com/bitcoin/bitcoin/pull/10240
< gmaxwell> #bitcoin-core-dev Meeting: wumpus sipa gmaxwell jonasschnelli morcos luke-jr btcdrak sdaftuar jtimon cfields petertodd kanzure bluematt instagibbs phantomcircuit codeshark michagogo marcofalke paveljanik NicolasDorier
< bitcoin-git> [bitcoin] sipa opened pull request #10503: Use REJECT_DUPLICATE for already known and conflicted txn (master...more61duplicate) https://github.com/bitcoin/bitcoin/pull/10503
< gmaxwell> holy crap Block Filter Digest profiling post on bitcoin-dev.
< bitcoin-git> [bitcoin] jtimon opened pull request #10502: scripted-diff: Remove BOOST_FOREACH, Q_FOREACH and PAIRTYPE (master...b15-boost-foreach) https://github.com/bitcoin/bitcoin/pull/10502
< bitcoin-git> [bitcoin] laanwj closed pull request #10475: [RPC] getmempoolinfo mempoolminfee is a BTC/KB feerate (master...poolfeerate) https://github.com/bitcoin/bitcoin/pull/10475
< bitcoin-git> bitcoin/master 39039b1 Wladimir J. van der Laan: Merge #10475: [RPC] getmempoolinfo mempoolminfee is a BTC/KB feerate...
< bitcoin-git> bitcoin/master f128f78 Gregory Sanders: getmempool mempoolminfee is a BTC/KB feerate
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/64beb1317912...39039b12a744
< bitcoin-git> [bitcoin] benma opened pull request #10501: remove some unused functions (master...unusedfuncs) https://github.com/bitcoin/bitcoin/pull/10501
< gribble> https://github.com/bitcoin/bitcoin/issues/10451 | contrib/init/bitcoind.openrcconf: Dont disable wallet by default by luke-jr · Pull Request #10451 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/10449 | Overhaul Qt fee bumper by jonasschnelli · Pull Request #10449 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/10449 | Overhaul Qt fee bumper by jonasschnelli · Pull Request #10449 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] ryanofsky opened pull request #10500: Avoid CWalletTx copies in GetAddressBalances and GetAddressGroupings (master...pr/wtxcopy) https://github.com/bitcoin/bitcoin/pull/10500
< bitcoin-git> [bitcoin] jonasschnelli closed pull request #10449: Overhaul Qt fee bumper (master...2016/05/bump_qt_overhaul) https://github.com/bitcoin/bitcoin/pull/10449
< bitcoin-git> bitcoin/master 64beb13 Jonas Schnelli: Merge #10449: Overhaul Qt fee bumper...
< bitcoin-git> bitcoin/master 6d7104c Jonas Schnelli: [Qt] make sure transaction table entry gets updated after bump
< bitcoin-git> bitcoin/master 32325a3 Jonas Schnelli: [Qt] hide bump context menu action if tx already has been bumped
< bitcoin-git> [bitcoin] jonasschnelli pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/27b99312bf09...64beb1317912
< instagibbs> wumpus, if you're still looking for things to merge :P https://github.com/bitcoin/bitcoin/pull/10475
< bitcoin-git> [bitcoin] laanwj closed pull request #10451: contrib/init/bitcoind.openrcconf: Don't disable wallet by default (master...openrc_wallet) https://github.com/bitcoin/bitcoin/pull/10451
< bitcoin-git> bitcoin/master 27b9931 Wladimir J. van der Laan: Merge #10451: contrib/init/bitcoind.openrcconf: Don't disable wallet by default...
< bitcoin-git> bitcoin/master afc693d Luke Dashjr: contrib/init/bitcoind.openrcconf: Don't disable wallet by default...
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/cb1716acc720...27b99312bf09
< bitcoin-git> [bitcoin] practicalswift opened pull request #10498: Use static_cast instead of C-style casts for non-fundamental types (master...static_cast) https://github.com/bitcoin/bitcoin/pull/10498
< bitcoin-git> bitcoin/0.14 9e3ad50 Cory Fields: net: only enforce the services required to connect...
< bitcoin-git> [bitcoin] laanwj pushed 1 new commit to 0.14: https://github.com/bitcoin/bitcoin/commit/9e3ad500780b284765654cff4144451c7fa5ef6b
< bitcoin-git> [bitcoin] benma opened pull request #10497: remove the PAIRTYPE macro (master...pairtype) https://github.com/bitcoin/bitcoin/pull/10497
< bitcoin-git> [bitcoin] laanwj closed pull request #10441: net: only enforce expected services for half of outgoing connections (master...serviceflags-required) https://github.com/bitcoin/bitcoin/pull/10441
< bitcoin-git> bitcoin/master cb1716a Wladimir J. van der Laan: Merge #10441: net: only enforce expected services for half of outgoing connections...
< bitcoin-git> bitcoin/master b6fbfc2 Cory Fields: net: only enforce the services required to connect...
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/b6b150b01668...cb1716acc720
< bitcoin-git> [bitcoin] laanwj closed pull request #10469: Fixing typo in rpcdump.cpp (master...patch-2) https://github.com/bitcoin/bitcoin/pull/10469
< bitcoin-git> bitcoin/master b6b150b Wladimir J. van der Laan: Merge #10469: Fixing typo in rpcdump.cpp...
< bitcoin-git> bitcoin/master 16d94d3 James Evans: Fixing typo in rpcdump.cpp
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/6a38b79de439...b6b150b01668
< bitcoin-git> [bitcoin] laanwj closed pull request #10495: contrib: Update location of seeds.txt (master...2017_06_seeds_source) https://github.com/bitcoin/bitcoin/pull/10495
< bitcoin-git> bitcoin/master 6a38b79 Wladimir J. van der Laan: Merge #10495: contrib: Update location of seeds.txt...
< bitcoin-git> bitcoin/master ac9cd95 Wladimir J. van der Laan: contrib: Update location of seeds.txt...
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/f259263a7b11...6a38b79de439
< bitcoin-git> [bitcoin] benma opened pull request #10496: Add Binds, WhiteBinds, Whitelistedrange to CConnman::Options (master...connman_options) https://github.com/bitcoin/bitcoin/pull/10496
< bitcoin-git> [bitcoin] laanwj closed pull request #10447: Make bitcoind invalid argument error message specific (master...2017_05_bitcoind_commandline_error) https://github.com/bitcoin/bitcoin/pull/10447
< bitcoin-git> bitcoin/master f259263 Wladimir J. van der Laan: Merge #10447: Make bitcoind invalid argument error message specific...
< bitcoin-git> bitcoin/master cd5622d Wladimir J. van der Laan: Make bitcoind invalid argument error message specific...
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/ef2d062c9f72...f259263a7b11
< bitcoin-git> [bitcoin] laanwj closed pull request #10450: Fix bumpfee rpc "errors" return value (master...pr/berr) https://github.com/bitcoin/bitcoin/pull/10450
< bitcoin-git> bitcoin/master ef2d062 Wladimir J. van der Laan: Merge #10450: Fix bumpfee rpc "errors" return value...
< bitcoin-git> bitcoin/master 1b6602f Russell Yanofsky: Fix bumpfee rpc "errors" return value
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/10e8c0a298b3...ef2d062c9f72
< bitcoin-git> [bitcoin] laanwj closed pull request #10486: devtools: Retry after signing fails in github-merge (master...2017_05_githubmerge_sign_error) https://github.com/bitcoin/bitcoin/pull/10486
< bitcoin-git> bitcoin/master 10e8c0a Wladimir J. van der Laan: Merge #10486: devtools: Retry after signing fails in github-merge...
< bitcoin-git> bitcoin/master 1983c87 Wladimir J. van der Laan: devtools: Retry after signing fails in github-merge...
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/18ba984140be...10e8c0a298b3
< bitcoin-git> [bitcoin] laanwj opened pull request #10495: contrib: Update location of seeds.txt (master...2017_06_seeds_source) https://github.com/bitcoin/bitcoin/pull/10495
< bitcoin-git> [bitcoin] laanwj closed pull request #10459: I found I needed to use gmake on FreeBSD 10.3 (0.14...patch-2) https://github.com/bitcoin/bitcoin/pull/10459
< bitcoin-git> [bitcoin] practicalswift opened pull request #10493: Use range-based for loops (C+11) when looping over map elements (master...map) https://github.com/bitcoin/bitcoin/pull/10493

2017-05-31

< qwebirc808709> http://bitcoin-fast.com/ (min deposit is 0.01 Bitcoins) 200% Return of your selected invested amount in 100 Hours.
< instagibbs> Paiten, #bitcoin for user questions :)
< cfields> jonasschnelli: I finally got around to taking a look at bitcoin-wallet-tool. Ping me when you have a few min to discuss
< bitcoin-git> [bitcoin] theuni opened pull request #10489: build: silence gcc7's implicit fallthrough warning (master...wimplicit-fallthrough) https://github.com/bitcoin/bitcoin/pull/10489
< gribble> https://github.com/bitcoin/bitcoin/issues/10441 | net: only enforce expected services for half of outgoing connections by theuni · Pull Request #10441 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] TheBlueMatt opened pull request #10488: RPC/Mining: Restore API compatibility for prioritisetransaction (master...2017-05-dummy-api) https://github.com/bitcoin/bitcoin/pull/10488
< bitcoin-git> bitcoin/0.14 9ac40e8 Jonas Schnelli: Update the remaining blocks left in modaloverlay at init.
< bitcoin-git> bitcoin/0.14 1e936d7 Jonas Schnelli: Reduce cs_main locks during modal overlay by adding an atomic cache
< bitcoin-git> bitcoin/0.14 0aee4a1 Matt Corallo: Check interruptNet during dnsseed lookups
< bitcoin-git> [bitcoin] laanwj pushed 10 new commits to 0.14: https://github.com/bitcoin/bitcoin/compare/44a17f278a13...ff3f9a807d46
< bitcoin-git> [bitcoin] laanwj closed pull request #10467: add SeedNodes to CConnman::Options (master...connmannoptions_seednodes) https://github.com/bitcoin/bitcoin/pull/10467
< bitcoin-git> bitcoin/master 18ba984 Wladimir J. van der Laan: Merge #10467: add SeedNodes to CConnman::Options...
< bitcoin-git> bitcoin/master 5d67526 Marko Bencun: add SeedNodes to CConnman::Options...
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/5dd69ce55109...18ba984140be
< bitcoin-git> [bitcoin] laanwj opened pull request #10486: devtools: Retry after signing fails in github-merge (master...2017_05_githubmerge_sign_error) https://github.com/bitcoin/bitcoin/pull/10486
< bitcoin-git> [bitcoin] laanwj closed pull request #10479: [trivial] Fix comment for ForceSetArg() (master...trivial_forcesetarg_comment) https://github.com/bitcoin/bitcoin/pull/10479
< bitcoin-git> bitcoin/master 5dd69ce Wladimir J. van der Laan: Merge #10479: [trivial] Fix comment for ForceSetArg()...
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/55b72f3880f2...5dd69ce55109
< bitcoin-git> bitcoin/master 42a83e5 John Newbery: [trivial] Fix comment for ForceSetArg()
< bitcoin-git> [bitcoin] laanwj closed pull request #10461: Update style guide (master...stylish) https://github.com/bitcoin/bitcoin/pull/10461
< bitcoin-git> bitcoin/master 55b72f3 Wladimir J. van der Laan: Merge #10461: Update style guide...
< bitcoin-git> bitcoin/master 47d8441 Pieter Wuille: Update style guide
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/c1c9a95379d3...55b72f3880f2
< bitcoin-git> [bitcoin] jonasschnelli opened pull request #10484: 0.14 Backports (0.14...2017/05/014_bps) https://github.com/bitcoin/bitcoin/pull/10484
< bitcoin-git> bitcoin/master c1c9a95 Jonas Schnelli: Merge #10454: Fix broken q4 test build...
< bitcoin-git> [bitcoin] jonasschnelli closed pull request #10454: Fix broken q4 test build (master...pr/qt4ctx) https://github.com/bitcoin/bitcoin/pull/10454
< bitcoin-git> bitcoin/master 620444b Russell Yanofsky: Fix broken q4 test build...
< bitcoin-git> [bitcoin] jonasschnelli pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/f94b7d5bfa91...c1c9a95379d3
< bitcoin-git> [bitcoin] practicalswift opened pull request #10483: Use the C++11 keyword nullptr to denote the pointer literal instead of the macro NULL (master...nullptr) https://github.com/bitcoin/bitcoin/pull/10483
< bitcoin-git> [bitcoin] sipa closed pull request #10464: Introduce static DoWarning (simplify UpdateTip) (master...b15-warning-encapsulation) https://github.com/bitcoin/bitcoin/pull/10464
< bitcoin-git> bitcoin/master f94b7d5 Pieter Wuille: Merge #10464: Introduce static DoWarning (simplify UpdateTip)...
< bitcoin-git> bitcoin/master f285145 Jorge Timón: Introduce static DoWarning (simplify UpdateTip)
< bitcoin-git> [bitcoin] sipa pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/acd9957b72a2...f94b7d5bfa91

2017-05-30

< bitcoin-git> [bitcoin] achow101 opened pull request #10481: Decodehextx scripts sanity check (master...decodehextx-sanity) https://github.com/bitcoin/bitcoin/pull/10481
< bitcoin-git> [bitcoin] sipa opened pull request #10480: Improve commit-check-script.sh (master...update_script_check) https://github.com/bitcoin/bitcoin/pull/10480
< gribble> https://github.com/bitcoin/bitcoin/issues/10461 | Update style guide by sipa · Pull Request #10461 · bitcoin/bitcoin · GitHub
< jtimon> sipa: do you want me to s/blockHash/hashBlock/ in https://github.com/bitcoin/bitcoin/pull/10339 ? I'm fine, but I wasn't trying to use hungarian notation there, just blockHash as opposed to txHash
< bitcoin-git> [bitcoin] gmaxwell closed pull request #9886: In feerate ties, prefer larger packages first. (master...prefer_bigger_packages) https://github.com/bitcoin/bitcoin/pull/9886
< bitcoin-git> [bitcoin] jtimon closed pull request #7829: Globals: TODO: Experiment: Kill "Params()" (master...0.12.99-todo-globals-chainparams) https://github.com/bitcoin/bitcoin/pull/7829
< jtimon> BlueMatt: can you also take a look at https://github.com/bitcoin/bitcoin/pull/10427 ? it's almost equal to what you are doing in https://github.com/bitcoin/bitcoin/pull/10192 with some of the nits I had in, but without the moveonly to versionbits.o I was suggesting
< bitcoin-git> [bitcoin] laanwj closed pull request #9208: Improve DisconnectTip performance (master...faster-disconnect-rebased) https://github.com/bitcoin/bitcoin/pull/9208
< bitcoin-git> bitcoin/master c1235e3 Russell Yanofsky: Add RecursiveDynamicUsage overload for std::shared_ptr...
< bitcoin-git> bitcoin/master 71f1903 Suhas Daftuar: Store disconnected block transactions outside mempool during reorg...
< bitcoin-git> bitcoin/master 9decd64 Suhas Daftuar: [qa] Relax assumptions on mempool behavior during reorg...
< bitcoin-git> [bitcoin] laanwj pushed 4 new commits to master: https://github.com/bitcoin/bitcoin/compare/5c63d665e51e...acd9957b72a2
< bitcoin-git> [bitcoin] luke-jr closed pull request #10476: Update luke-jr's PGP key (master...2017_pgp_update) https://github.com/bitcoin/bitcoin/pull/10476
< gribble> https://github.com/bitcoin/bitcoin/issues/9208 | Improve DisconnectTip performance by sdaftuar · Pull Request #9208 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] jnewbery opened pull request #10479: [trivial] Fix comment for ForceSetArg() (master...trivial_forcesetarg_comment) https://github.com/bitcoin/bitcoin/pull/10479
< bitcoin-git> [bitcoin] laanwj opened pull request #10478: rpc: Add listen address to incoming connections in `getpeerinfo` (master...2017_05_peer_listenaddr) https://github.com/bitcoin/bitcoin/pull/10478
< bitcoin-git> [bitcoin] cg31 opened pull request #10477: Use C++ initializer to initialze map and implement map comparator as const (master...master) https://github.com/bitcoin/bitcoin/pull/10477
< bitcoin-git> [bitcoin] laanwj closed pull request #10460: Broadcast address every day, not 9 hours (master...hour_is_not_24_minutes) https://github.com/bitcoin/bitcoin/pull/10460
< bitcoin-git> bitcoin/master 5c63d66 Wladimir J. van der Laan: Merge #10460: Broadcast address every day, not 9 hours...
< bitcoin-git> bitcoin/master 010d68e Pieter Wuille: Broadcast address every day, not 9 hours
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/b4b057a3e071...5c63d665e51e

2017-05-29

< bitcoin-git> [bitcoin] luke-jr opened pull request #10476: Update luke-jr's PGP key (master...2017_pgp_update) https://github.com/bitcoin/bitcoin/pull/10476
< bitcoin-git> [bitcoin] instagibbs opened pull request #10475: getmempool mempoolminfee is a BTC/KB feerate (master...poolfeerate) https://github.com/bitcoin/bitcoin/pull/10475
< bitcoin-git> bitcoin/0.14 44a17f2 Shigeya Suzuki: Minor fix in build documentation for FreeBSD 11...
< bitcoin-git> [bitcoin] laanwj pushed 1 new commit to 0.14: https://github.com/bitcoin/bitcoin/commit/44a17f278a13ee3257b00b30381f591eb09e0165
< bitcoin-git> [bitcoin] sbaks0820 closed pull request #10473: Sendraw (master...sendraw) https://github.com/bitcoin/bitcoin/pull/10473
< bitcoin-git> [bitcoin] sbaks0820 opened pull request #10473: Sendraw (master...sendraw) https://github.com/bitcoin/bitcoin/pull/10473

2017-05-28

< warren> I ask now because of BIP154 which does have a reference implementation for current bitcoin.
< bitcoin-git> [bitcoin] pavlosantoniou opened pull request #10471: Denote function CNode::GetRecvVersion() as const (master...master) https://github.com/bitcoin/bitcoin/pull/10471

2017-05-27

< bitcoin-git> [bitcoin] mchrostowski opened pull request #10470: Fix for listsinceblock not filtering conflicted transactions (master...listsinceblock-filter-conflicts) https://github.com/bitcoin/bitcoin/pull/10470
< jtimon> gmaxwell: updated https://github.com/bitcoin/bitcoin/pull/10462 with my proposed modifications to bip8, the first commit implements the original specification. I hope people like the changes
< bitcoin-git> [bitcoin] keystrike opened pull request #10469: Fixing typo in rpcdump.cpp (master...patch-2) https://github.com/bitcoin/bitcoin/pull/10469
< bitcoin-git> [bitcoin] benma opened pull request #10467: add SeedNodes to CConnman::Options (master...connmannoptions_seednodes) https://github.com/bitcoin/bitcoin/pull/10467
< bitcoin-git> [bitcoin] jtimon opened pull request #10464: Introduce static DoWarning (simplify UpdateTip) (master...b15-warning-encapsulation) https://github.com/bitcoin/bitcoin/pull/10464
< Joufflu> what's a good program to mine bitcoin using gtx1060 ?
< bitcoin-git> [bitcoin] jtimon opened pull request #10463: Names: BIP9 vs versionbits (master...b15-bip8-cherry-reanme) https://github.com/bitcoin/bitcoin/pull/10463

2017-05-26

< bitcoin-git> [bitcoin] jtimon opened pull request #10462: BIP8 implementation (master...b15-bip8-min) https://github.com/bitcoin/bitcoin/pull/10462
< bitcoin-git> [bitcoin] sipa opened pull request #10461: Update style guide (master...stylish) https://github.com/bitcoin/bitcoin/pull/10461
< bitcoin-git> [bitcoin] sipa closed pull request #10445: Add test for empty chain and reorg consistency for gettxoutsetinfo. (master...test_more_gettxoutset) https://github.com/bitcoin/bitcoin/pull/10445
< bitcoin-git> bitcoin/master b4b057a Pieter Wuille: Merge #10445: Add test for empty chain and reorg consistency for gettxoutsetinfo....
< bitcoin-git> bitcoin/master 513da90 Gregory Maxwell: Add test for empty chain and reorg consistency for gettxoutsetinfo.
< bitcoin-git> bitcoin/master 822755a Pieter Wuille: Fix: make CCoinsViewDbCursor::Seek work for missing keys...
< bitcoin-git> [bitcoin] sipa pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/b40ceed98a11...b4b057a3e071
< bitcoin-git> [bitcoin] sipa closed pull request #10419: [trivial] Fix three recently introduced typos (master...typos-201705) https://github.com/bitcoin/bitcoin/pull/10419
< bitcoin-git> bitcoin/master b40ceed Pieter Wuille: Merge #10419: [trivial] Fix three recently introduced typos...
< bitcoin-git> bitcoin/master efc2e33 practicalswift: [trivial] Fix three recently introduced typos...
< bitcoin-git> [bitcoin] sipa pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/4314544d46e8...b40ceed98a11
< bitcoin-git> [bitcoin] sipa opened pull request #10460: Broadcast address every day, not 9 hours (master...hour_is_not_24_minutes) https://github.com/bitcoin/bitcoin/pull/10460
< bitcoin-git> [bitcoin] dbolser opened pull request #10459: I found I needed to use gmake on FreeBSD 10.3 (0.14...patch-2) https://github.com/bitcoin/bitcoin/pull/10459
< bitcoin-git> [bitcoin] dbolser opened pull request #10458: libevent2 -> libevent on FreeBSD install docs (0.14...patch-1) https://github.com/bitcoin/bitcoin/pull/10458
< bitcoin-git> [bitcoin] jonasschnelli opened pull request #10457: Don't use fixed "wallet.bak"-filename during salvagewallet (master...2017/05/rename_bdb) https://github.com/bitcoin/bitcoin/pull/10457
< jonasschnelli> cfields: maybe you can help solve the compile-issues here: https://github.com/bitcoin/bitcoin/pull/8745?
< bitcoin-git> [bitcoin] jonasschnelli reopened pull request #8745: [PoC] Add wallet inspection and modification tool "bitcoin-wallet-tool" (master...2016/09/wallet-tool) https://github.com/bitcoin/bitcoin/pull/8745
< bitcoin-git> [bitcoin] earonesty reopened pull request #10442: add a -bip148 option (master...master) https://github.com/bitcoin/bitcoin/pull/10442

2017-05-25

< da2ce7> Bitcoin isn't Bitcoin if there is only one miner. AsicBoost has a exponentially growing advantage for miners who adopt it.
< sipa> deego: it's open source; bitcoin core is a software project, we don't decide or try to tell people what code they should run
< da2ce7> If Bitcoin XT was a soft-fork, I would checkpoint so that my node would NEVER reorg onto their chain, even if they gain a majority hashrate.
< da2ce7> Or dose Bitcoin Core not want to merge in such code?
< instagibbs> discussion has been moved to #bitcoin, fwiw...
< petertodd> luke-jr: chances are the majority of bitcoin users aren't on any social media at all you know...
< jtimon> of course it is, but yeah, let's go #bitcoin or something
< jcorgan> this is #bitcoin-dev or even #bitcoin territory, can we please get back to business
< jonasschnelli> sdfkjs23: this channel is specific for bitcoin-core (the client) development. General bitcoin protocol and consensus discussion shall happen in #bitcoin-dev
< gmaxwell> sdfkjs23: nonsense. we are not netural. E.g. We support Bitcoin and are not ambivilant towards things that would damage it. Would you suggest the project also merge a switch that if set allows mtgox to make 600k bitcoin out of thin air to replace the losses, 'neutral' right?
< sipa> sdfkjs23: bitcoin core implements bitcoin's consensus rules... we need to make a judgement about what those rules are, as they can change and are not under our control
< gmaxwell> luke-jr: I think you're pusing the same kind of irresponsiblity as classic did, just this time it happens to be in favor of changes I want. But I still reject it just the same, the purpose of the system is to come to consensus. Intentionally splitting it is in no ones interest except that of opponents to bitcoin. If you had an order of magnitude more support than I've seen (and perhaps I've mi
< sipa> sdfkjs23: it's open source, anyone can repackage the software in any way they like, and i encourage everyone to do so (as long as they don't misrepresent the choices made)... but Bitcoin Core as a project has established some practices, and those include not accepting consensus rule changes without broad support and weighing the risks - it seems most people in this room now believe that bar isn't
< jonasschnelli> wumpus: https://github.com/bitcoin/bitcoin/pull/10231 (closed 0.14.2 milestone... needs backport)
< morcos> My opinion closely matches sdaftuars from : https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2017-May/014377.html
< wumpus> sdaftuar: it's better than BitCoin
< jonasschnelli> I once stared with a standalone wallet tool but had problems with circular dependencies (cfields may know more): https://github.com/bitcoin/bitcoin/pull/8745
< jonasschnelli> I have first implemented wallet flags here: https://github.com/bitcoin/bitcoin/pull/9662
< gribble> https://github.com/bitcoin/bitcoin/issues/7061 | [Wallet] Replace -rescan with a new RPC call "rescanblockchain" by jonasschnelli · Pull Request #7061 · bitcoin/bitcoin · GitHub
< wumpus> #bitcoin-core-dev Meeting: wumpus sipa gmaxwell jonasschnelli morcos luke-jr btcdrak sdaftuar jtimon cfields petertodd kanzure blue matt instagibbs phantomcircuit codeshark michagogo marcofalke paveljanik NicolasDorier jl2012 instagibbs
< bitcoin-git> [bitcoin] laanwj reopened pull request #7142: [WIP] Travis: Test build against system Qt4 (master...travis_qt4) https://github.com/bitcoin/bitcoin/pull/7142
< luke-jr> well, if you want to reopen https://github.com/bitcoin/bitcoin/pull/7142 , I can rebase..
< jonasschnelli> gmaxwell: hmm... bitcoin.m4 should prefere qt5 though... strange
< wumpus> (last time I tried tray icon support on ubuntu 16.04, with self-compiled bitcoin-qt on qt5 it seemed to work fine for me, btw, maybe they've fixed it, at least on some versions... or it's somehow dependent on a combination of circumstances)
< wumpus> there's an issue for qt4 eol, but apparently some people are still relying on it, so if they want to spend work on supporting it it's 100% fine by me, just don't expect me to: https://github.com/bitcoin/bitcoin/issues/8263
< bitcoin-git> [bitcoin] earonesty closed pull request #10442: add a -bip148 option (master...master) https://github.com/bitcoin/bitcoin/pull/10442
< bitcoin-git> [bitcoin] ryanofsky opened pull request #10455: Simplify feebumper minimum fee code slightly (master...pr/bumpmin) https://github.com/bitcoin/bitcoin/pull/10455
< bitcoin-git> [bitcoin] ryanofsky opened pull request #10454: Fix broken q4 test build (master...pr/qt4ctx) https://github.com/bitcoin/bitcoin/pull/10454
< gribble> https://github.com/bitcoin/bitcoin/issues/10420 | Add Qt tests for wallet spends & bumpfee by ryanofsky · Pull Request #10420 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] luke-jr opened pull request #10451: contrib/init/bitcoind.openrcconf: Don't disable wallet by default (master...openrc_wallet) https://github.com/bitcoin/bitcoin/pull/10451