< bitcoin-git>
bitcoin/master ae5bcc7 Wladimir J. van der Laan: Merge #10694: Remove redundant code in MutateTxSign(CMutableTransaction&, const std::string&)...
< pierre_rochard>
wumpus: thanks, maybe https://github.com/ajtowns/bitcoin-prs is it and he hasn’t pushed the code up yet. ajtowns[m] I’m happy to help out
< kallewoof>
jojeyh: I think your question is more suited for #bitcoin though, btw.
< intcat>
(not sure if correct channel to ask) i am trying to set up bitcoin core gitian build for 0.16.0, but dependency resolution fails on expat; it attempts to download from https://bitcoincore.org/depends-sources but gets 404
< bitcoin-git>
[bitcoin] vasild opened pull request #12678: Scripts and tools: Fix a few compilation issues with Clang 7 and -Werror (master...master-compilation-fixes-with-clang7-werror) https://github.com/bitcoin/bitcoin/pull/12678
< bitcoin-git>
[bitcoin] luke-jr opened pull request #12677: RPC: Add ancestor{count,size,fees} to listunspent output (master...listunspent_ancestorinfo) https://github.com/bitcoin/bitcoin/pull/12677
< kinlo>
George_e30: wrong channel, this channel is only for bitcoin core, not anything else
< George_e30>
not bitcoin, bitcoin2x
< ctrlbreak>
Hey George, this may not be the blockchain you are looking for. The Bitcoin mainnet is currently at block 513162.
< bitcoin-git>
[bitcoin] dexX7 opened pull request #12676: Show "replaceable" flag, when decoding raw transactions (master...rpc-raw-replaceable-flag) https://github.com/bitcoin/bitcoin/pull/12676
< eklitzke>
it's kind of confusing because it's a thread created by leveldb itself, not managed by bitcoin
< Randolf>
Anti-spyware software is getting more aggressive against anything that looks like it could be doing cryptocurrency mining. And unfortunately it's often classified as Bitcoin Mining Riskware.
< bitcoin-git>
[bitcoin] luke-jr opened pull request #12674: RPC: Support addnode onetry without making the connection priviliged (master...rpc_onetry_nonpriv) https://github.com/bitcoin/bitcoin/pull/12674
< bitcoin-git>
[bitcoin] practicalswift closed pull request #12671: mempool: Avoid locking mutex that is already held by the same thread (master...avoid-locking-mutex-already-held) https://github.com/bitcoin/bitcoin/pull/12671
< bitcoin-git>
[bitcoin] practicalswift opened pull request #12671: mempool: Avoid locking mutex that is already held by the same thread (master...avoid-locking-mutex-already-held) https://github.com/bitcoin/bitcoin/pull/12671
< eklitzke>
leveldb isn't really optimized for the way bitcoin writes to it
< eklitzke>
you can get global stats with mallinfo(3) but the xml thing seems to be the only way to get the stats broken down by arena (for bitcoin each thread effectively gets its own arena)
< eklitzke>
bitcoin-cli getmemory mallocinfo
< bitcoin-git>
[bitcoin] practicalswift opened pull request #12665: Add compile time checking for all run time locking assertions (master...compile-time-checking-of-runtime-assertions) https://github.com/bitcoin/bitcoin/pull/12665
< eklitzke>
related, it would be nice to use some of the platform-specific optimizations they have in the leveldb envs elsewhere in the bitcoin codebase (e.g. in addition to mmap-backed files they have a pread based implementation for random access files)
< ryanofsky>
i actually looked into using mojo for bitcoin, but the standalone mojo project went away, and now there are just forks in chromium and fuchsia
< gribble>
MarcoFalke was last seen in #bitcoin-core-dev 2 days, 5 hours, 21 minutes, and 21 seconds ago: <MarcoFalke> #9598 either review+merge or close
< ryanofsky>
travis builds a merged commit, you can fetch what it builds with "git fetch https://github.com/bitcoin/bitcoin pull/12288/merge"
< bitcoin-git>
[bitcoin] maaku opened pull request #12656: Add scripts for doing gitian builds on any platform using VirtualBox + Vagrant + Packer (master...vagrant) https://github.com/bitcoin/bitcoin/pull/12656
< meshcollider>
Regardless of terminology yes it's the site for the bitcoin core project
< eklitzke>
pardon me, affiliated with bitcoin core
< luke-jr>
eklitzke: there is no official "bitcoin project", note
< instagibbs>
it's under the bitcoin-core org in github, yes
< bitcoin-git>
[bitcoin] jonasschnelli opened pull request #12653: Allow to optional specify the directory for the blocks storage (master...2018/03/blocksdir) https://github.com/bitcoin/bitcoin/pull/12653
< bitcoin-git>
[bitcoin] practicalswift opened pull request #12652: bitcoin-cli: Provide a better error message when bitcoind is not running (master...bitcoin-cli-error-message-when-bitcoind-is-not-running) https://github.com/bitcoin/bitcoin/pull/12652
< bitcoin-git>
[bitcoin] laanwj closed pull request #10353: Refactor script interpreter flags to use new CScriptFlags class for stricter checking (master...scriptflags) https://github.com/bitcoin/bitcoin/pull/10353
< bitcoin-git>
[bitcoin] MarcoFalke opened pull request #12638: qa: Remove mempool.dat from cached regtest datadir (master...Mf1803-qaMempoolCache) https://github.com/bitcoin/bitcoin/pull/12638
< bitcoin-git>
[bitcoin] laanwj closed pull request #11892: [Qt] Warn if fallback fee has been used (master...2017/12/qt_warn_fallbackfee) https://github.com/bitcoin/bitcoin/pull/11892
< bitcoin-git>
[bitcoin] laanwj closed pull request #12184: [TRIVIAL] Drop C headers in favour of C++-compatibility headers. (master...cpp11_includes) https://github.com/bitcoin/bitcoin/pull/12184
< bitcoin-git>
bitcoin/master a34ac6a Wladimir J. van der Laan: Merge #9598: Improve readability by removing redundant casts to same type (on all platforms)...
< bitcoin-git>
bitcoin/master 06edc23 practicalswift: Improve readability by removing redundant casts to same type (on all platforms)
< bitcoin-git>
[bitcoin] laanwj closed pull request #12626: Limit the number of IPs addrman learns from each DNS seeder (master...master) https://github.com/bitcoin/bitcoin/pull/12626
< bitcoin-git>
bitcoin/master efa18a2 Wladimir J. van der Laan: Merge #12626: Limit the number of IPs addrman learns from each DNS seeder...
< bitcoin-git>
bitcoin/master 46e7f80 e0: Limit the number of IPs we use from each DNS seeder...
< bitcoin-git>
[bitcoin] fanquake opened pull request #12637: backport: #12556 fix version typo in getpeerinfo RPC call help (0.16...backport-fix-version-typo) https://github.com/bitcoin/bitcoin/pull/12637
< gribble>
https://github.com/bitcoin/bitcoin/issues/9598 | Improve readability by removing redundant casts to same type (on all platforms) by practicalswift · Pull Request #9598 · bitcoin/bitcoin · GitHub
< bitcoin-git>
[bitcoin] kallewoof opened pull request #12634: [refactor] Make TransactionWithinChainLimit more flexible (master...txmempool-chain-limit-value) https://github.com/bitcoin/bitcoin/pull/12634
< bitcoin-git>
[bitcoin] MarcoFalke closed pull request #12627: qa: Fix some tests to work on native windows (master...Mf1803-qaWindowsTests) https://github.com/bitcoin/bitcoin/pull/12627
< bitcoin-git>
bitcoin/master 791c3ea MarcoFalke: Merge #12627: qa: Fix some tests to work on native windows...
< bitcoin-git>
bitcoin/master fa3528a MarcoFalke: qa: Fix some tests to work on native windows
< stevenroose>
I'm sure it's still impossible, but if the birthday paradox applies, it would slightly reduce the security as compared to current bitcoin
< bitcoin-git>
[bitcoin] murrayn opened pull request #12630: Provide useful error message if datadir is not writable. (master...datadir_writable) https://github.com/bitcoin/bitcoin/pull/12630
< bitcoin-git>
[bitcoin] MarcoFalke opened pull request #12627: qa: Fix some tests to work on native windows (master...Mf1803-qaWindowsTests) https://github.com/bitcoin/bitcoin/pull/12627
< bitcoin-git>
[bitcoin] EthanHeilman opened pull request #12626: Limit the number of IPs addrman learns from each DNS seeder (master...master) https://github.com/bitcoin/bitcoin/pull/12626
< bitcoin-git>
[bitcoin] laanwj closed pull request #12600: Add a test for large tx output scripts with segwit input. (master...feature/segwit_big_txout_script) https://github.com/bitcoin/bitcoin/pull/12600
< bitcoin-git>
bitcoin/master 5f8cc0d Richard Kiss: Add a test for large tx output scripts with segwit input.
< bitcoin-git>
bitcoin/master 29088b1 Wladimir J. van der Laan: Merge #12600: Add a test for large tx output scripts with segwit input....
< bitcoin-git>
bitcoin/master cd5e438 Wladimir J. van der Laan: Merge #12479: RPC: Add child transactions to getrawmempool verbose output...
< bitcoin-git>
bitcoin/master 1dfb4e7 Conor Scott: [Tests] Check output of parent/child tx list from getrawmempool, getmempooldescendants, getmempoolancestors, and REST interface
< bitcoin-git>
bitcoin/master fc44cb1 Conor Scott: [RPC] Add list of child transactions to verbose output of getrawmempool
< bitcoin-git>
[bitcoin] promag opened pull request #12621: Avoid querying unnecessary model data when filtering transactions (master...2018-03-transaction-filter-avoid-querying) https://github.com/bitcoin/bitcoin/pull/12621
< bitcoin-git>
bitcoin/master a36834f Wladimir J. van der Laan: Merge #9037: net: Add test-before-evict discipline to addrman...
< bitcoin-git>
[bitcoin] laanwj closed pull request #10271: Use std::thread::hardware_concurrency, instead of Boost, to determine available cores (master...replace-boost-getnumcores) https://github.com/bitcoin/bitcoin/pull/10271
< bitcoin-git>
bitcoin/master bc67982 Wladimir J. van der Laan: Merge #10271: Use std::thread::hardware_concurrency, instead of Boost, to determine available cores...
< bitcoin-git>
bitcoin/master 937bf43 fanquake: Use std::thread::hardware_concurrency, instead of Boost, to determine available cores