< 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
< 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...
< 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
< 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?
< 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)
< 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
< hello_>
Could someone tell me what 'mempool' is in bitcoin core? I guess it is some ds where the transactions are stored , correct??
< sipa_>
not "how bitcoin uses numbering system"
< Chris_Stewart_5>
Does bitcoin use a specific numbering system? It seems that it doesn't follow one's complement or twos complement from what i can tell..
< * MarcoFalke>
wonders what happens if someone merges https://github.com/bitcoin/bitcoin/pull/7510 via the GitHub GUI. (The pull conflicts with master but GitHub shows no conflicts... o0 )
< gmaxwell>
Yea, on your local meachine metadata privacy is almost totally pointless, your browser cache tells anyone with your computer almost anything you did with the bitcoin wallet.
< wumpus>
I doubt the bitcoin wallet metadata is the only metadata you'd want to hide
< gmaxwell>
I suggested an idea a while back that we just define an interface where we fork a process that speaks a bitcoin-core specific protocol to bitcoin... then speaks whatever the wallet needs to speak, and can open up UIs and whatnot.
< jonasschnelli>
(require unlock of level 1 when staring Bitcoin-Qt/bitcoind)
< jonasschnelli>
So we could use a simple subset for bitcoin-core (not a subtree, more like 2-3 files like ctaes)
< sipa>
i moved ctaes to bitcoin-core
< wumpus>
so my question is, doesn't this backwards compatible logic belong in knots but not in bitcoin core?
< wumpus>
I've had dreams about bitcoin sometimes, though usually about things going wrong
< GitHub68>
[bitcoin] pstratem opened pull request #8142: Improve CWallet API with new GetAccountPubkey function. (master...2016-06-02-cwallet-getaccountpubkey) https://github.com/bitcoin/bitcoin/pull/8142
< GitHub38>
[bitcoin] jonasschnelli opened pull request #8138: Add maximal amount-of-transactions limit to checkblock/CVerifyDB (master...2016/06/verify_db) https://github.com/bitcoin/bitcoin/pull/8138
< GitHub10>
[bitcoin] pstratem opened pull request #8137: Improve CWallet API with new AccountMove function. (master...2016-06-02-cwallet-accountmove) https://github.com/bitcoin/bitcoin/pull/8137
< GitHub8>
[bitcoin] jonasschnelli opened pull request #8136: Log/report in 10% steps during VerifyDB (master...2016/06/init_checkblocks) https://github.com/bitcoin/bitcoin/pull/8136
< iniana>
When I restarted bitcoin core recently the verification of the previous 288 blocks was also that slow.
< wumpus>
bitcoin core makes heavy use of paralellism for verification
< GitHub85>
bitcoin/master ee1533e Jonas Schnelli: Merge #8129: Fix RPC console auto completer...
< GitHub50>
[bitcoin] jonasschnelli opened pull request #8135: [OSX] fix make deploy when compiling on OSX (master...2016/06/makedeploy) https://github.com/bitcoin/bitcoin/pull/8135
< GitHub19>
[bitcoin] sipa closed pull request #8082: Defer inserting into maprelay until just before relaying. (master...just_in_time_maprelay) https://github.com/bitcoin/bitcoin/pull/8082
< GitHub3>
bitcoin/master 01d8359 Pieter Wuille: Merge #8082: Defer inserting into maprelay until just before relaying....
< GitHub3>
bitcoin/master 4d8993b Gregory Maxwell: Defer inserting into maprelay until just before relaying....
< GitHub70>
[bitcoin] laanwj closed pull request #8080: Do not use mempool for GETDATA for tx accepted after the last mempool req. (master...nonmempool_getdata) https://github.com/bitcoin/bitcoin/pull/8080
< GitHub172>
bitcoin/master 862fd24 Wladimir J. van der Laan: Merge #8080: Do not use mempool for GETDATA for tx accepted after the last mempool req....
< GitHub172>
bitcoin/master 7e908c7 Gregory Maxwell: Do not use mempool for GETDATA for tx accepted after the last mempool req....
< GitHub73>
[bitcoin] sipa opened pull request #8123: Use std::atomic for fRequestShutdown and fReopenDebugLog (master...notsigbutatomic) https://github.com/bitcoin/bitcoin/pull/8123