< 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
< cfields_>
sipa: hmm, why not? It's cleanly separated from the rest of bitcoin, and knows nothing of transactions/blocks/etc. Seems abstract enough for the gui to deal with directly?
< gmaxwell>
"developers adding conman to bitcoin core"
< petertodd>
make it clear that the standard *describes* a subset of openssh's standard, and that bitcoin's use of it is identical and can reuse the existing code
< GitHub124>
[bitcoin] sdaftuar opened pull request #8104: Tests: add timeout to sync_blocks() and sync_mempools() (master...improve-rpc-sync) https://github.com/bitcoin/bitcoin/pull/8104
< GitHub160>
[bitcoin] sipa closed pull request #8102: Bugfix: use global ::fRelayTxes instead of CNode in version send (master...oopsrelay) https://github.com/bitcoin/bitcoin/pull/8102
< GitHub132>
bitcoin/master 425278d Pieter Wuille: Merge #8102: Bugfix: use global ::fRelayTxes instead of CNode in version send...
< GitHub132>
bitcoin/master 52b02ec Pieter Wuille: Use global ::fRelayTxes instead of CNode one
< GitHub39>
[bitcoin] sipa opened pull request #8102: Bugfix: use global ::fRelayTxes instead of CNode in version send (master...oopsrelay) https://github.com/bitcoin/bitcoin/pull/8102
< GitHub162>
[bitcoin] CodeShark opened pull request #8101: Disable mining on nonrelease branches. (master...disable_mining_on_nonrelease_branches) https://github.com/bitcoin/bitcoin/pull/8101
< GitHub121>
[bitcoin] sipa closed pull request #8049: Expose information on whether transaction relay is enabled in `getnetwork` (master...2016_05_rpc_relaytxes) https://github.com/bitcoin/bitcoin/pull/8049
< GitHub106>
bitcoin/master c028c7b Pieter Wuille: Merge #8049: Expose information on whether transaction relay is enabled in `getnetwork`...
< GitHub106>
bitcoin/master 1ab1dc3 Wladimir J. van der Laan: rpc: Add `relaytxes` flag to `getnetworkinfo`...
< GitHub106>
bitcoin/master 581ddff Wladimir J. van der Laan: net: Add fRelayTxes flag...